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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.190.61.222 | 35.190.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- ipv4 address block not managed by the ripe ncc
- Contact emails
- —
Subdomains
34 observed subdomains of abc.com.py.
Showing 25 of 34. View all subdomains →
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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for abc.com.py.
| Mechanism | Target |
|---|---|
| SPF_A | abc.com.py |
| SPF_A | mailx.abc.com.py |
| SPF_A | sms.abc.com.py |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 200.108.136.228 |
| SPF_IP | 200.3.249.88 |
| SPF_IP | 200.3.249.90 |
| SPF_MX | abc.com.py |
| SPF_MX | mail.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.