/iplookup - IP Address Lookup
The /iplookup command provides detailed information about an IPv4 address including geolocation, ISP, and security data.
Command Usage
/iplookup <ip> [anonymous]
Options
| Option | Type | Required | Description |
|---|---|---|---|
ip | String | Yes | The IPv4 address to lookup |
anonymous | Boolean | No | Hide results from others (default: false) |
Information Provided
Basic Data
- IP Address: The queried IP
- Country: Country name and code
- Region: State/region
- City: City name
- ZIP Code: Postal code
- Latitude/Longitude: Geographic coordinates
- Timezone: Local timezone
Network Data
- ISP: Internet Service Provider
- Organization: Company/organization
- ASN: Autonomous System Number
- AS Name: Autonomous System name
Security Data
- Proxy: Proxy detection
- VPN: VPN detection
- Tor: Tor exit node detection
- Hosting: Hosting provider detection
- Threat Level: Security threat assessment
Response Format
Public Response
## ip: 8.8.8.8
**country**: United States (US)
**region**: California
**city**: Mountain View
**zip**: 94035
**lat/lon**: 37.386 / -122.0838
**timezone**: America/Los_Angeles
**isp**: Google LLC
**org**: Google Public DNS
**asn**: AS15169
**proxy**: false
**vpn**: false
**tor**: false
**hosting**: true
Anonymous Mode
Results are sent only visible to you (ephemeral).
Step-by-Step Guide
1. Basic Lookup
/iplookup ip:8.8.8.8
2. Private Lookup
/iplookup ip:1.1.1.1 anonymous:true
Use Cases
Security Investigations
- Verify suspicious IP addresses
- Check for proxy/VPN usage
- Identify hosting providers
OSINT Research
- Geolocate IP addresses
- Map network infrastructure
- Gather threat intelligence
Server Administration
- Analyze traffic sources
- Identify attack origins
- Block malicious IPs
API Integration
The command uses multiple APIs:
- ip-api.com: Geolocation data
- ipinfo.io: Network information
- ipapi.co: Security flags
Limitations
- IPv4 only (no IPv6 support)
- Rate limited by APIs
- Some data may be inaccurate
- Private IPs return limited info
Example Lookups
Google DNS
/iplookup ip:8.8.8.8
→ Country: United States
→ ISP: Google LLC
→ Hosting: true
Cloudflare DNS
/iplookup ip:1.1.1.1
→ Country: United States
→ ISP: Cloudflare
→ Hosting: true
Residential IP
/iplookup ip:203.0.113.1
→ Country: [Varies]
→ ISP: [Local ISP]
→ Proxy: false
Related Commands
/ip- User security information/1p-gr4bb3r- Create IP grabber links/user-lookup- Discord user lookup
