Skip to content

Hostname

dev.streamdata.com

Last fetched

dev.streamdata.com resolves to 1 IPv4 address operated by AS852 in CA.

Nutrition Label

WHISPER CANON · dev.streamdata.comRouting diversity1.5/10Peering density9.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev.streamdata.com

Resolution chain

dev.streamdata.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
209.89.114.4209.89.0.0/16AS852CA

WHOIS identity

No WHOIS records are currently associated with dev.streamdata.com in WhisperGraph.

Subdomains

26 observed subdomains of dev.streamdata.com.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for dev.streamdata.com.

MechanismTarget
SPF_INCLUDEspf.postal.dev.streamdata.com
SPF_IP209.89.114.4
SPF_IP209.89.58.170

Related pages

Pivot deeper into the graph from dev.streamdata.com.

Cypher and MCP

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

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