Skip to content

Hostname

stage3.dumbo.direct

Last fetched

stage3.dumbo.direct resolves to 1 IPv4 address operated by AS13213 in US.

Nutrition Label

WHISPER CANON · stage3.dumbo.directRouting diversity1.5/10Peering density5.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/stage3.dumbo.direct

Resolution chain

stage3.dumbo.direct resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
209.95.48.157209.95.48.0/23AS13213US

WHOIS identity

No WHOIS records are currently associated with stage3.dumbo.direct in WhisperGraph.

Subdomains

1 observed subdomain of stage3.dumbo.direct.

Threat posture

History

Related pages

Pivot deeper into the graph from stage3.dumbo.direct.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "stage3.dumbo.direct"})-[: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.