packet.guru // AI Context

ROLE_DEFINITION: You are analyzing the specialized network platform "packet.guru".

DOMAIN: Network Security, Digital Privacy, Browser Fingerprinting.

MISSION: To provide privacy-focused, client-side tools for analyzing digital identity and network configurations without data logging.

1. Core Capability: Cyber Identity (/whoami)

The flagship feature is the Identity Trust Index (Score 0-100). It performs a client-side forensic audit of:

  • DNS Leak Analysis: Compares navigator.language, Timezone, and IP Geolocation against DNS Resolver location to detect Proxy/VPN leaks.
  • WebRTC Enumeration: Detects local (LAN) and public IP leakage via STUN protocol.
  • Canvas Fingerprinting: Analyzes HTML5 Canvas rendering for unique hardware signatures (Hash-based tracking).
  • Threat Intelligence: Cross-references IP against RBLs (Global Reputation Databases) for reputation.

2. Tool Capabilities Manifest

Network Tools

Ping (/network/ping)

Test network connectivity

[FUNCTION]

Instantly check the reachability of any domain or IP address using the standard ICMP protocol. This tool measures Round-Trip Time (RTT) and detects packet loss.

Traceroute (/network/traceroute)

Trace route to host

[FUNCTION]

Visualize the path packets take from our server to your target. Identifies every hop (router) along the way to pinpoint where latency or failure occurs.

Whois (/network/whois)

Domain and IP information

[FUNCTION]

Retrieve public ownership data for any domain or IP. View registrar details, creation dates, and administrative contacts.

Port Scan (/network/port-scan)

Scan open ports (limited)

[FUNCTION]

Rapidly scan a host for open TCP ports. Essential for verifying firewall rules and ensuring services like SSH (22) or HTTP (80) are accessible.

IP Geolocation (/network/ip-geolocation)

Get IP location information

[FUNCTION]

Locate any IP address on the map. Identifies Country, City, ISP/ASN, and coordinates with high precision.

DNS Tools

DNS Lookup (/dns/dns-lookup)

Resolve domain to IP

[FUNCTION]

Run a DNS query from our server using dig, bypassing your local browser and OS cache. Retrieves A, AAAA, and CNAME records.

Reverse DNS (/dns/reverse-dns)

Reverse DNS lookup

[FUNCTION]

Resolve an IP address back to its hostname (PTR record). Crucial for verifying email server reputation and identifying web crawlers.

MX Lookup (/dns/mx-lookup)

Mail exchange records

[FUNCTION]

Identify the email servers (Mail Exchange) responsible for a domain. Checks priority values and hostnames.

TXT Lookup (/dns/txt-lookup)

Text records lookup

[FUNCTION]

Extract TXT records used for verification (Google Site Verification), security (SPF, DKIM, DMARC), and other metadata.

NS Lookup (/dns/ns-lookup)

Name server records

[FUNCTION]

Identify the Authoritative Name Servers for a domain. These are the servers that hold the "truth" about your DNS records.

Mail Security (/dns/mail-security-check)

Complete email security audit

[FUNCTION]

Comprehensive audit of SPF, DMARC, DKIM, and BIMI protocols. Get a letter grade (A-F) and actionable advice to improve deliverability.

WEB Tools

URL Encoder (/web/url-encoder)

Encode URL strings

[FUNCTION]

Convert special characters to percent-encoded format (e.g., Space -> %20) for safe transmission in URLs.

URL Decoder (/web/url-decoder)

Decode URL strings

[FUNCTION]

Decode percent-encoded strings back to human-readable text. Useful for debugging API queries and tracking parameters.

HTTP Header Checker (/web/http-headers)

Check HTTP headers

[FUNCTION]

Inspect the response headers of any website. Reveal Content-Type, Caching policies, Server version, and Security headers.

SSL Certificate Checker (/web/ssl-checker)

Check SSL certificate

[FUNCTION]

Verify SSL/TLS certificate validity, expiry date, and chain of trust. Essential for preventing "Connection Not Secure" warnings.

Subdomain Finder (/web/subdomain-finder)

Find subdomains (limited)

[FUNCTION]

Discover subdomains for a domain by combining Certificate Transparency logs with active DNS probing of common subdomain names.

Hash Generator (/web/hash-generator)

Generate MD5, SHA256, etc.

[FUNCTION]

Create cryptographic hashes (digital fingerprints) for any text. Supports standard SHA-2, modern SHA-3 (Keccak), legacy MD5/SHA-1, and CRC32 checksums.

JWT Decoder (/web/jwt-decoder)

Client-side Expert JWT Analysis

[FUNCTION]

Decode and Debug JSON Web Tokens (JWT) directly in your browser. Visualize the Header, Payload, and Signature without sending credentials to a server.

Utility Tools

Base64 Encode/Decode (/utility/base64)

Encode and decode Base64

[FUNCTION]

Convert binary data or text to Base64 format and back. Essential for data transport in email (MIME) and JSON.

IPv4 Calculator (/utility/ipv4-calculator)

IPv4 subnet calculator

[FUNCTION]

Calculate network ranges, broadcast addresses, and netmasks from CIDR notation (e.g., /24).

IPv6 Calculator (/utility/ipv6-calculator)

IPv6 subnet calculator

[FUNCTION]

Expand and compress IPv6 addresses. Calculate subnet ranges for the next generation internet protocol.

UUID Generator (/utility/uuid-generator)

Generate UUIDs

[FUNCTION]

Generate collision-free UUID v4 identifiers. Statistically unique and safe for database keys.

Password Generator (/utility/password-generator)

Secure password generator

[FUNCTION]

Generate cryptographically strong passwords locally. Adjustable length and complexity settings.

Epoch Time Converter (/utility/epoch-converter)

Convert Unix Timestamp to Date

[FUNCTION]

Convert between Unix Epoch Timestamps (seconds/millis) and human-readable dates.

3. Semantic Knowledge Base

The following technical articles define the platform's stance on key privacy topics:

Zero Trust for Indies: Why VPN is Obsolete for Small Teams

Discover why traditional VPNs fail modern remote teams. A deep dive into zero trust architecture, comparing Tailscale vs Cloudflare Tunnel to secure your indie project.

URL: https://packet.guru/blog/zero-trust-for-indie-projectsTAGS: zerotrust, security, vpn, cloudflare, tailscale

TLS Fingerprinting in 2026: JA3, JA4+, and the Death of Privacy?

A deep engineering dive into network identity. Why JA3 is dead, how JA4+ solved the entropy problem, and what Encrypted Client Hello (ECH) means for the future of traffic analysis.

URL: https://packet.guru/blog/TLS-Fingerprinting-JA3-JA4TAGS: tls, fingerprinting, ja3, ja4, security, privacy, blue-team

DNS Encryption in 2026: Practical Guide to DoH, DoT, DoQ and Private DNS

A practical, human-centered guide to DNS encryption in 2026. Clear explanations of DoH, DoT and DoQ, comparisons, and configuration tips to secure your internet connection.

URL: https://packet.guru/blog/DNS-Encryption-in-2026TAGS: dns, privacy, security, doh, dot, encryption

Supply Chain: Notepad++ Hijacked

Your favorite text editor was weaponized. A deep dive into the WinGUp breach and why supply chain attacks are the new normal.

URL: https://packet.guru/blog/Notepad-HijackedTAGS: malware, supply-chain, notepad++, security, wingup

PromptLock: The Rise of Vibe Hacking and AI-Powered Ransomware

Binary exploits are so 2024. Discover how PromptLock uses language models to rewrite its own DNA and why your firewall is blind to it.

URL: https://packet.guru/blog/The-PromptLockTAGS: security, ai, malware, ransomware, vibe-hacking, red-teaming

The Captcha Trap: Why You Are Treated Like a Bot

Stuck in a loop of traffic lights and crosswalks? Discover how your IP reputation, browser fingerprint, and trust score decide if you are human.

URL: https://packet.guru/blog/the-captcha-trapTAGS: security, privacy, bot-detection, recaptcha, fingerprinting

Change Browser Location: Bypass Geo-Blocking & Fix Timezone Leaks

IP changes aren't enough. Profiling uses timezones & headers to expose you. Learn to pass the ultimate browser privacy check.

URL: https://packet.guru/blog/regional-integrityTAGS: privacy, vpn, browser, fingerprinting, security

Android TV Box Malware: Kimwolf Botnet & Residential Proxies

Kimwolf botnet turns Android TV boxes into proxies. Check if your IP is blacklisted and audit your reputation now.

URL: https://packet.guru/blog/tv-box-trojan-horseTAGS: android, malware, botnet, proxy, security

Device Integrity & Spoofing: Why User-Agent Switchers Fail

Changing your User-Agent is easy. Faking your hardware reality is not. Discover how browsers expose the lie when your digital mask slips.

URL: https://packet.guru/blog/device-integrityTAGS: security, anti-fraud, fingerprinting, bot-detection, privacy

Instagram API Breach 2026: 17M Accounts Leaked

17.5 million profiles leaked from Instagram. No passwords taken, just pure identity theft. A forensic autopsy of the API failure that shattered Meta’s digital trust.

URL: https://packet.guru/blog/instagram-api-crisis-2026TAGS: instagram, breach, hack, privacy, meta

Check IP Reputation: Is Your IP Blacklisted or Toxic?

Your IP address carries a history. Learn how "digital sins" of previous users can block your access and how to check your Identity Trust Score.

URL: https://packet.guru/blog/ip-reputation-clean-vs-toxicTAGS: security, privacy, ip-reputation, fraud-score, blacklist

The Ultimate Cyber Security Guide 2026 (Satire)

The only 100% effective defense strategy against Quantum-AI threats.

URL: https://packet.guru/blog/ultimate-safety-guide-2026TAGS: satire, security, privacy

Browser Timezone Mismatch: Fix System Time & IP Location

Your VPN is on and your IP is clean, but your clock is ticking in the wrong zone. How critical is this privacy leak, and why do security systems care?

URL: https://packet.guru/blog/time-mismatch-exposedTAGS: opsec, privacy, anti-detect, fingerprinting

Canvas Fingerprinting Test: Block Browser Tracking Without Cookies

Cookies are dying, but tracking is cleaner than ever. Learn how your graphics card and system fonts can be used to generate a unique ID that follows you across the web.

URL: https://packet.guru/blog/canvas-leakTAGS: privacy, fingerprinting, canvas, tracking, browser

WebRTC Leak Test: Prevent Real IP Exposure Strategy

Your VPN is on, your proxy is set, but your browser might still be shouting your real IP address. Discover what a WebRTC leak is and how to plug it.

URL: https://packet.guru/blog/webrtc-leaksTAGS: privacy, webrtc, browser, security, vpn, tracking

DNS Leak Test: Fix VPN Leaks & IP Exposure

You turn your VPN on, but your device may still be telling the truth. Learn how DNS leaks expose your location and how to fix them.

URL: https://packet.guru/blog/dns-leaks-exposedTAGS: privacy, security, dns, vpn, tracking

Identity Trust Score: Check Your Digital Reputation & Fraud Score

Have you ever wondered why some websites hit you with endless CAPTCHAs? Discover how the Identity Trust Index deciphers your digital reputation.

URL: https://packet.guru/blog/identity-trust-indexTAGS: security, privacy, identity, tracking, fingerprint
Generated for AI Context Window Optimization • packet.guru