Skip to content

Hostname

60165.ac

Last fetched

60165.ac resolves to 2 IPv4 addresses operated by GOMAMI - GoMami Networks in HK.

Nutrition Label

WHISPER CANON · 60165.acRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/60165.ac

Resolution chain

60165.ac resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.141.4.14023.141.4.0/24AS36002GOMAMI - GoMami NetworksHK
23.145.152.5023.145.152.0/24AS209242US

WHOIS identity

No WHOIS records are currently associated with 60165.ac in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from 60165.ac.

Cypher and MCP

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

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