Network Scanner

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The EdgeIQ Network Scanner is a functional security reconnaissance tool implemented in pure Python. It performs host discovery, port scanning, service fingerprinting, and CVE matching against a local database, with features like SSL analysis and traceroute. While it includes a 'freemium' licensing model (managed in edgeiq_licensing.py) that gates advanced features behind Stripe payment links, there is no evidence of malicious intent, data exfiltration, or unauthorized access. The use of system commands (e.g., traceroute, ip) and raw sockets is consistent with the tool's stated purpose as a security auditing utility. A hardcoded path in discord_network_command.py (/home/guy/...) appears to be a development artifact rather than a malicious indicator.