Skip to content

Hostname

dsumo.com

Last fetched

dsumo.com resolves to 2 IPv4 addresses operated by UUNET - Verizon Business in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · dsumo.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/dsumo.com

Resolution chain

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

IPPrefixASNOperatorCountry
71.246.109.15571.246.96.0/19AS701UUNET - Verizon BusinessUS
96.56.144.16596.56.0.0/15AS6128CABLE-NET-1 - Cablevision Systems Corp.US

WHOIS identity

Registrar
iana:146
Organization
domain administrator
Contact emails

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from dsumo.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dsumo.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.