TTPwire Vol. 1 · MITRE ATT&CK·Tagged

← All stories

F5 Labs

How I Designed an Open Source HTTPS Checker

2020-08-18 · Read original ↗

ATT&CK techniques detected

2 predictions
T1486Data Encrypted for Impact
65%
"tls - tls for udp - aes ( advanced encryption standard ) encryption protocol - authenticated symmetric encryption - elliptic curve cryptography - merkle - damgard - sha - 1 - sha - 2 ( most common ) i spent a solid month or more working on the scanner. if you ’ re interested in r…"
T1552.004Private Keys
39%
"scan out to a json file that is titled web _ ip. json ( address varies per website obv ). also got rid of all the newline characters that were making the certificate un - decodable. updated file is on the tlsscanner github as well as some of the sample results. - next steps : par…"

Summary

F5 Labs summer intern describes her experiences building a Python-based HTTPS scanning library for security research and release as an open source tool.