Posts

Showing posts with the label Certificate Transparency

Osweep - Don't Simply Search Osint, Sweep It

Image
If you lot operate inward information technology security, therefore you lot most probable role OSINT to assistance you lot sympathise what it is that your SIEM alerted you lot on together with what everyone else inward the globe understands most it. More than probable you lot are using to a greater extent than than 1 OSINT service because most of the fourth dimension OSINT volition entirely render you lot amongst reports based on the final analysis of the IOC. For some, that's practiced enough. They do network together with electronic mail blocks, do novel rules for their IDS/IPS, update the content inward the SIEM, do novel alerts for monitors inward Google Alerts together with DomainTools, etc etc. For others, they deploy these same countermeasures based on provided reports from their third-party tools that the fellowship is paying THOUSANDS of dollars for. The work amongst both of these is that the analyst needs to dig a footling deeper (ex. FULLY deobfuscate a PowerShel...

Keyfinder - A Tool For Finding Together With Analyzing Someone (And Public) Fundamental Files, Including Back Upwards For Android Apk Files

Image
CERT Keyfinder is a utility for finding in addition to analyzing commutation files on a filesystem equally good equally contained inside Android APK files. CERT Keyfinder evolution was sponsored yesteryear the U.S. of America Department of Homeland Security (DHS). Installation requirements: Python (3.x recommended) androguard python-magic PyOpenSSL apktool grep OpenSSL Java Installation Obtain the Keyfinder code. This tin live accomplished yesteryear performing a git clone of the Keyfinder repository, or yesteryear downloading a zip file of the repository. Install Python dependencies: $ pip3 install androguard python-magic PyOpenSSL On Windows platforms, usage the python-magic-bin bundle instead of python-magic . This volition render the DLL required to analyze file magic. Keyfinder Usage $ python3 keyfinder.py usage: Influenza A virus subtype H5N1 tool for analyzing commutation files, amongst Android APK back upward [-h] [-e EXTRACT_APK] [-u] [-k CHEC...

Sn0int - Semi-Automatic Osint Framework Together With Bundle Manager

Image
sn0int is a semi-automatic OSINT framework together with parcel manager. It was built for information technology safety professionals together with põrnikas hunters to assemble intelligence close a given target or close yourself. sn0int is enumerating assail surface past times semi-automatically processing world information together with mapping the results inward a unified format for followup investigations. Among other things, sn0int is currently able to: Harvest subdomains from certificate transparency logs Harvest subdomains from diverse passive dns logs Sift through subdomain results for publicly accessible websites Harvest emails from pgp keyservers Enrich ip addresses alongside ASN together with geoip info Harvest subdomains from the wayback machine Gather information close phonenumbers Bruteforce interesting urls sn0int is heavily inspired past times recon-ng together with maltego, but remains to a greater extent than flexible together with is fully opensource...

Findomain - A Tool That Role Certificate Transparency Logs To Abide By Subdomains

Image
A tool that purpose Certificates Transparency logs to notice subdomains. How it works? It tool doesn't purpose the mutual methods for sub(domains) discover, the tool uses Certificate Transparency logs to notice subdomains too it method teach inward tool really faster too reliable. If you lot desire to know to a greater extent than nearly Certificate Transparency logs, read https://www.certificate-transparency.org/ Installation If you lot desire to install it, you lot tin flaming create that manually compiling the source or using the precompiled binary. Manually: You take away to bring Rust installed inward your figurer first. $ git clone https://github.com/Edu4rdSHL/findomain.git $ cd findomain $ cargo construct --release $ sudo cp target/release/findomain /usr/bin/ $ findomain Using the binary: $ git clone https://github.com/Edu4rdSHL/findomain.git $ sudo cp findomain/bin/findomain /usr/bin $ findomain Usage You tin flaming purpose the tool inward ii ways, alone d...