Skip to content

Hostname

root.cool02.com

Last fetched

root.cool02.com resolves to 2 IPv4 addresses operated by THAIBMA-AS-AP The Thai Bond Market Association in HK.

Nutrition Label

WHISPER CANON · root.cool02.comRouting diversity2.4/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/root.cool02.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.126.211.128103.126.210.0/23AS55933THAIBMA-AS-AP The Thai Bond Market AssociationHK
154.85.61.131154.85.56.0/21AS55967PSBCNET Post Savings Bank of China Tower A, No.3SG

WHOIS identity

No WHOIS records are currently associated with root.cool02.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for root.cool02.com.

MechanismTarget
SPF_INCLUDEspf.mail.qq.com

Related pages

Pivot deeper into the graph from root.cool02.com.

Cypher and MCP

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

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