A Perl script that performs IP reputation lookups using the Packetmail.net API to provide threat intelligence.
Packetmail.net Intel Lookup for IPs
This tool is used by security analysts and threat hunters to quickly gather reputation and threat intelligence on IP addresses from the Packetmail.net service. It supports extracting IPs from clipboard or command line arguments, making it useful for rapid OSINT investigations and network monitoring.
Users must obtain a valid Packetmail API key by contacting Nathan before using the tool. Proxy settings need manual configuration within the script if operating behind a proxy. The tool is designed for command-line usage and requires Perl environment setup.
Ensure Perl is installed on your system
Contact Nathan to obtain a Packetmail API key
Download or clone the packetmail.pl script from the repository
Configure proxy details in the script if running behind a proxy
Set PROXY_TEST = 'pass' in the script if using a proxy
Run the script using Perl with appropriate IP arguments or clipboard data
perl packetmail.pl
Extracts IPs from clipboard and performs Packetmail intel lookup
perl packetmail.pl [ip1] [ip2] ...
Performs Packetmail intel lookup for the specified IP addresses
perl packetmail.pl help
Displays usage instructions and command help