Hostname
colnet.net.py
Last fetched
colnet.net.py resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
colnet.net.py resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.246.71 | 166.117.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 51.79.42.186 | 51.79.0.0/17 | AS16276 | — | PY |
| 75.2.29.147 | 75.2.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with colnet.net.py in WhisperGraph.
Subdomains
2 observed subdomains of colnet.net.py.
| Subdomain |
|---|
| mail.colnet.net.py |
| www.colnet.net.py |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for colnet.net.py.
| Mechanism | Target |
|---|---|
| SPF_A | colnet.net.py |
| SPF_IP | 15.235.12.99 |
| SPF_IP | 51.79.42.186 |
| SPF_MX | colnet.net.py |
Related pages
Pivot deeper into the graph from colnet.net.py.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "colnet.net.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.