Skip to content

Hostname

upa.dev.scopserv.com

Last fetched

upa.dev.scopserv.com resolves to 4 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in CA.

Nutrition Label

WHISPER CANON · upa.dev.scopserv.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/upa.dev.scopserv.com

Resolution chain

upa.dev.scopserv.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
38.102.73.23738.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCCA
38.102.73.23838.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCCA
64.21.189.1764.21.184.0/21AS29909METROOPTIC - Metro OpticCA
64.21.189.1864.21.184.0/21AS29909METROOPTIC - Metro OpticCA

WHOIS identity

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

Threat posture

History

Related pages

Pivot deeper into the graph from upa.dev.scopserv.com.

Cypher and MCP

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

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