Skip to content

Hostname

local.paramountpayment.com

Last fetched

local.paramountpayment.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in GB.

Nutrition Label

WHISPER CANON · local.paramountpayment.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/local.paramountpayment.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.79.93.251104.79.93.0/24AS20940AKAMAI-ASN1GB
194.44.64.25194.44.64.0/24AS3255UARNET-AS UARNet-EksintechUA
194.44.64.8194.44.64.0/24AS3255UARNET-AS UARNet-EksintechUA
96.17.179.15796.17.179.0/24AS20940AKAMAI-ASN1GB

WHOIS identity

No WHOIS records are currently associated with local.paramountpayment.com in WhisperGraph.

Subdomains

1 observed subdomain of local.paramountpayment.com.

Threat posture

History

Related pages

Pivot deeper into the graph from local.paramountpayment.com.

Cypher and MCP

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

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