Skip to content

Hostname

melissadata-api.dev.propstream.com

Last fetched

melissadata-api.dev.propstream.com resolves to 8 IPv4 addresses operated by DNIC-ASBLK-00721-00726 - United States Department of Defense DoD in US.

Nutrition Label

WHISPER CANON · melissadata-api.dev.propstream.comRouting diversity1.5/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/melissadata-api.dev.propstream.com

Resolution chain

melissadata-api.dev.propstream.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
55.0.102.23455.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.107.17155.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.123.1455.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.127.18855.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.69.13655.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.76.18155.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.82.22455.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS
55.0.86.2955.0.0.0/8AS721DNIC-ASBLK-00721-00726 - United States Department of Defense DoDUS

WHOIS identity

No WHOIS records are currently associated with melissadata-api.dev.propstream.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from melissadata-api.dev.propstream.com.

Cypher and MCP

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

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