← ClaudeAtlas

ip-address-reconlisted

IP geolocation, port scanning, ASN lookup, MAC vendor identification, and network reputation. Use when the user mentions: IP lookup, geolocation, port scan, ASN, MAC address, network reputation, IP reputation, BGP, CIDR, wireless network, packet capture.
f5-sales-demo/marketplace · ★ 0 · Data & Documents · score 71
Install: claude install-skill f5-sales-demo/marketplace
**Canonical skill URI**: `skill://osint-framework:ip-address-recon` # IP & MAC Address Reconnaissance Comprehensive IP and MAC address investigation — geolocation, port discovery, ASN/BGP analysis, reputation checks, wireless network mapping, and network traffic analysis. ## Legal Notice All tools use publicly available information only. Users must comply with applicable laws and platform terms of service. Active scanning (port scanning, network probing) may be illegal without authorization. ## Tools Reference Read `skills/ip-address-recon/references/tools.md` for the complete list of 55 free tools in this category. ## Key command-line tools | Tool | Install | Usage | | ------ | --------- | ------- | | Nmap | `apt install nmap` / `brew install nmap` / `snap install nmap` | `nmap -sV -O 192.168.1.0/24` | | Scanless | `pip install scanless` / `git clone https://github.com/vesche/scanless && cd scanless && pip install .` | `scanless -t 192.0.2.8 -s yougetsignal` | | Masscan | `apt install masscan` / `brew install masscan` / `git clone https://github.com/robertdavidgraham/masscan && cd masscan && make` | `masscan -p1-65535 10.0.0.0/8 --rate=10000` | | CloudFail | `pip install cloudfail` / `git clone https://github.com/m0rtem/CloudFail && cd CloudFail && pip install -r requirements.txt` | `python3 cloudfail.py -t target.com` | | Wireshark | `apt install wireshark` / `brew install --cask wireshark` / `snap install wireshark` | `tshark -i eth0 -f "host 192.168.1.1" -w captur