Skip to content

Hostname

supply.colossusssp.com

Last fetched

supply.colossusssp.com resolves to 2 IPv4 addresses operated by SERVERS-COM - Servers.com, Inc. in US.

Nutrition Label

WHISPER CANON · supply.colossusssp.comRouting diversity2.4/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/supply.colossusssp.com

Resolution chain

supply.colossusssp.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.240.215.159172.240.215.0/24AS7979SERVERS-COM - Servers.com, Inc.US
64.247.192.22964.247.192.0/20AS11320LIGHTEDGE-AS-02 - LightEdge SolutionsUS

WHOIS identity

No WHOIS records are currently associated with supply.colossusssp.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from supply.colossusssp.com in the public web crawl.

4 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from supply.colossusssp.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "supply.colossusssp.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.