Penetration testing September 9, 2021 Howard Poston Python for active defense: Monitoring Data is essential to effective active defense, and using Python is a good way to monitor your data sources to identify anomalies.
Penetration testing September 8, 2021 Howard Poston Python for active defense: Network Python can be used for traffic collection, protocol decoding, and burning in a decoy when it comes to network defense.
Penetration testing September 7, 2021 Howard Poston Python for active defense: Decoys Python can be a valuable resource when using decoys and pursuing active defense against cyberthreats.
Penetration testing August 30, 2021 Jeff Peters How to write a port scanner in Python in 5 minutes: Example and walkthrough What is a port scanner and how does it work? Learn by writing your own basic Python port scanner script in this walkthrough from Keatron Evans.
Penetration testing August 29, 2021 Howard Poston Using Python for MITRE ATT&CK and data encrypted for impact The impact tactic in the MITRE ATT&CK framework focuses on how an attacker can cause harm to a target organization.
Penetration testing August 29, 2021 Howard Poston Explore Python for MITRE ATT&CK exfiltration and non-application layer protocol Detecting data exfiltration is important when protecting an organization against a cyberattack.
Penetration testing August 28, 2021 Howard Poston Explore Python for MITRE ATT&CK command-and-control Python can be used to implement command and control in a variety of different ways when it comes to using encrypted channels and protocol tunneling.
Penetration testing August 27, 2021 Howard Poston Explore Python for MITRE ATT&CK email collection and clipboard data It is possible to collect data from a number of different sources, including the system clipboard and local repositories of emails, by using Python.
Penetration testing August 26, 2021 Howard Poston Explore Python for MITRE ATT&CK lateral movement and remote services You can explore through Python how exploitation of admin shares and web session cookie hijacking can be used to achieve remote hijacking.
Penetration testing August 25, 2021 Howard Poston Explore Python for MITRE ATT&CK account and directory discovery Python can use account and directory discovery to find user data such as accounts, which is valuable to attackers.