Skip to content

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

WHISPER CANON · colnet.net.pyRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/colnet.net.py

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.

IPPrefixASNOperatorCountry
166.117.246.71166.117.240.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
51.79.42.18651.79.0.0/17AS16276PY
75.2.29.14775.2.16.0/20AS16509AMAZON-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.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for colnet.net.py.

MechanismTarget
SPF_Acolnet.net.py
SPF_IP15.235.12.99
SPF_IP51.79.42.186
SPF_MXcolnet.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.