Hostname
climacontrol.com.py
Last fetched
climacontrol.com.py resolves to 2 IPv4 addresses operated by AS214996 in US.
Nutrition Label
Resolution chain
climacontrol.com.py resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 152.53.31.72 | 152.53.31.0/24 | AS214996 | — | US |
| 152.53.31.91 | 152.53.31.0/24 | AS214996 | — | US |
WHOIS identity
No WHOIS records are currently associated with climacontrol.com.py in WhisperGraph.
Subdomains
8 observed subdomains of climacontrol.com.py.
Web-graph footprint
Distinct hostnames that link to or from climacontrol.com.py in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- climacontrol.com.py
SPF policy
8 SPF mechanisms authorising senders for climacontrol.com.py.
| Mechanism | Target |
|---|---|
| SPF_A | climacontrol.com.py |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 152.53.31.72 |
| SPF_IP | 152.53.31.91 |
| SPF_IP | 152.53.37.129 |
| SPF_IP | 152.53.54.168 |
| SPF_IP | 193.242.184.2 |
| SPF_MX | climacontrol.com.py |
Related pages
Pivot deeper into the graph from climacontrol.com.py.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "climacontrol.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.