IP Reputation
APITool Guidance
Queries the AbuseIPDB database to see if the target IP has been flagged for spam, DDoS, or other malicious behaviors.
1.1.1.1
Check if an IP has been reported for malicious activity.
URL Scanner
APITool Guidance
Submits a URL to VirusTotal for real-time analysis against multiple antivirus engines and website scanners.
https://example.com
Scan a URL for malware or phishing threads.
File Hash Intelligence
APITool Guidance
Verifies if a known file hash has been associated with confirmed malware samples in global threat repositories.
44d88612fea8a8f36de82e1278abb02f
Check file hashes against threat databases.
WHOIS Lookup
LocalTool Guidance
Retrieves administrative and technical contact details, registration dates, and nameserver information for a domain.
google.com
Get domain registration and ownership info.
DNS Intelligence
LocalTool Guidance
Performs a deep traversal of DNS records (A, MX, TXT, NS, etc.) to analyze the infrastructure of a target domain.
microsoft.com
Retrieve all DNS records for a domain.
IP Geolocation
APITool Guidance
Resolves the ISP, city, region, and country associated with an IP address using geographical databases.
8.8.8.8
Find the physical location of an IP address.
Reverse DNS
LocalTool Guidance
Performs a PTR record lookup to resolve a numeric IP address back to its human-readable domain or hostname.
1.1.1.1
Find the hostname associated with an IP.
ICMP/TCP Ping
LocalTool Guidance
Measures round-trip time and connectivity by sending echo requests to a remote server and recording the latency.
google.com
Test host availability and latency.
Port Checker
LocalTool Guidance
Verifies if a specific TCP port is listening on the target host by attempting a socket connection.
google.com
Check if a specific port is open.
Subnet Calculator
LocalTool Guidance
Parses IPv4 CIDR notation to provide network address, broadcast address, netmask, and usable host range.
10.0.0.0/8
Calculate network ranges and masks.
Nmap Port Scanner
LocalTool Guidance
Simulates Nmap behavior to scan common ports or user-defined ranges. Support lists (80,443) and ranges (20-30).
192.168.1.1
Perform quick or custom port scans.
Email Security Auditor
LocalTool Guidance
Analyzes the DNS records of a domain to verify anti-spoofing and authentication mechanisms like SPF, DMARC, and DKIM.
gmail.com
Check SPF, DMARC, and DKIM settings.
SSL/TLS Certificate Inspector
CoreTool Guidance
Inspects the SSL certificate of a domain to verify expiration, issuer, and domain coverage.
google.com
Inspect the SSL/TLS certificate for a domain.
HTTP Headers
CoreTool Guidance
Fetches the raw HTTP response headers of a URL to inspect security policies like HSTS and CSP.
https://google.com
Fetch and inspect the HTTP response headers for a URL.
Hash Generator
LocalTool Guidance
Instantly generates MD5, SHA1, SHA256, and SHA512 hashes for any input text string.
CyberSecurity2024
Generate MD5, SHA1, SHA256, and SHA512 hashes.
Base64 Tool
LocalTool Guidance
Encodes plain text into Base64 format or decodes existing Base64 strings back to readable text.
SGVsbG8gV29ybGQ=
Encode or decode Base64 strings.
User Agent Analyzer
LocalTool Guidance
Breaks down a raw User Agent string into readable components like Browser version, Operating System, and Hardware model.
Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1
Parse User Agent strings to identify device, OS, and browser.
Proxy & VPN Detector
APITool Guidance
Queries proxy databases to determine if an IP address is associated with anonymization services like VPNs or Tor exits.
1.1.1.1
Identify if an IP is a known proxy, VPN, or Tor node.
Security Header Auditor
CoreTool Guidance
Fetches HTTP headers and checks for security policies like Content-Security-Policy, HSTS, and X-Content-Type-Options.
https://google.com
Grade a website's security based on HTTP headers.
CVE Vulnerability Search
APITool Guidance
Queries the CIRCL CVE database for vulnerabilities matching the provided product name or keyword.
log4j
Search for known vulnerabilities by product or keyword.
MAC Vendor Lookup
APITool Guidance
Identifies the hardware manufacturer associated with a specific MAC address or OUI (Organizationally Unique Identifier).
BC:92:6B:A0:00:01
Identify the manufacturer of a device from its MAC address.
Password Strength
ClientTool Guidance
Analyzes password complexity based on length, character variety, and common patterns entirely within your browser.
P@ssw0rd123!
Test the security level of your password.
JWT Token Analysis
ClientTool Guidance
Decodes the header and payload of a JSON Web Token (JWT) to inspect claims and algorithms.
eyJhbGci...
Decode and inspect JSON Web Tokens.