STRIKEWRITER performs quick reputation checks and gathers geolocation, ASN, and hostname information for public IPv4 addresses using multiple OSINT sources.
Looks up details on a public IPV4 address against ip-info and blacklist-search sites. Providing a reputation check.
This tool is designed for security analysts and threat hunters who need to quickly assess the reputation and contextual information of an IPv4 address during investigations. It helps in threat intelligence gathering by querying multiple free OSINT and blacklist services to provide a consolidated view of an IP's risk profile.
Users must obtain and configure API keys from abuseipdb.com, virustotal.com, and ipinfo.io before using the tool; ensure these keys are kept secure. The tool is intended for IPv4 addresses only and depends on the availability of the external APIs.
git clone https://github.com/xakepnz/STRIKEWRITER.git
cd STRIKEWRITER
nano strikewriter # Edit your API Keys
chmod +x strikewriter
cp strikewriter /usr/local/bin
strikewriter -i 1.1.1.1
Performs a reputation and information lookup on the IPv4 address 1.1.1.1