RynZen DoczRynZen Docz
🏠 Home
📚 Guide
💬 Discord
Source
🏠 Home
📚 Guide
💬 Discord
Source
  • 🚀 Getting Started

    • 🚀 Getting Started with RynZen
  • ⚔️ Raiding Commands

    • /r4id - Main Raid Command
    • /interaction-r4id - Interaction Raid Command
    • /auto-r4id - Automated Raid Panel
    • /poll - Poll Raid Command
    • /custom-r4id - Custom Message Raid
    • /cust-interaction-r4id - Custom Interaction Raid
    • /permcheck - Server Raidability Check
    • /r4id-bait - Bait Panel Command
  • 🛠️ Utility & OSINT

    • /iplookup - IP Address Lookup
    • /ip - User Security Information
    • /1p-gr4bb3r - Grabber Management
    • /webcamxp - Live Webcam Viewer
    • /user-lookup - Discord User Information
    • /steal-gif - GIF Converter
  • 🎉 Fun & Trolling

    • /femboyify - Femboy Transformation
    • /rep - Rape Command
    • /good - Goodboy/Goodgirl Command
    • /blame - Blame Users for Raids
    • /fakeban - Fake Ban Command
    • /ascii - ASCII Art Generator
    • /rickroll - Rickroll Command
    • /femboy-thighs - Femboy Thighs Command
    • /ad - Advertisement Command
  • 💬 Messaging

    • /say - Anonymous Message Sender
    • /embed-say - Custom Embed Message Sender
    • /say-embed - Alternative Embed Sender
    • /quick-say - Quick Message Sender
    • /dm - Anonymous Direct Message
    • /ghostping - Ghost Ping Command
  • 🛡️ Administration

    • /admin-tools - Admin Control Panel
    • /blacklist - User Blacklist Management
    • /token - RynZen Token Management
    • /leaderboard - Raid Leaderboard
    • /manage-presets - Message Preset Manager

/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

OptionTypeRequiredDescription
ipStringYesThe IPv4 address to lookup
anonymousBooleanNoHide 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
Next
/ip - User Security Information