Skip to content

Hostname

api-oms.psprint.com

Last fetched

api-oms.psprint.com resolves to 4 IPv4 addresses operated by TWELVE99 Arelion, fka Telia Carrier in SE.

Nutrition Label

WHISPER CANON · api-oms.psprint.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api-oms.psprint.com

Resolution chain

api-oms.psprint.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
80.239.150.3380.239.128.0/19AS1299TWELVE99 Arelion, fka Telia CarrierSE
80.239.150.4180.239.128.0/19AS1299TWELVE99 Arelion, fka Telia CarrierSE
92.123.238.3492.123.236.0/22AS20940AKAMAI-ASN1FR
92.123.238.4192.123.236.0/22AS20940AKAMAI-ASN1FR

WHOIS identity

No WHOIS records are currently associated with api-oms.psprint.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-oms.psprint.com.

Cypher and MCP

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

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