Skip to content

Hostname

abc.com.py

Last fetched

abc.com.py resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.

Nutrition Label

WHISPER CANON · abc.com.pyRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/abc.com.py

Resolution chain

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

IPPrefixASNOperatorCountry
35.190.61.22235.190.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

Registrar
Organization
ipv4 address block not managed by the ripe ncc
Contact emails

Subdomains

34 observed subdomains of abc.com.py.

Web-graph footprint

Distinct hostnames that link to or from abc.com.py in the public web crawl.

3,350 sites link to this hostname.

765 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for abc.com.py.

MechanismTarget
SPF_Aabc.com.py
SPF_Amailx.abc.com.py
SPF_Asms.abc.com.py
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.mandrillapp.com
SPF_IP200.108.136.228
SPF_IP200.3.249.88
SPF_IP200.3.249.90
SPF_MXabc.com.py
SPF_MXmail.abc.com.py

Related pages

Pivot deeper into the graph from abc.com.py.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "abc.com.py"})-[: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.