Hostname
cool02.com
Last fetched
cool02.com resolves to 2 IPv4 addresses operated by THAIBMA-AS-AP The Thai Bond Market Association in HK. WHOIS lists iana:1619 as the registrar.
Nutrition Label
Resolution chain
cool02.com 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 |
|---|---|---|---|---|
| 103.126.211.128 | 103.126.210.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 154.85.61.131 | 154.85.56.0/21 | AS55967 | PSBCNET Post Savings Bank of China Tower A, No.3 | SG |
WHOIS identity
- Registrar
- iana:1619
- Organization
- lingao
- Contact emails
Subdomains
5 observed subdomains of cool02.com.
Web-graph footprint
Distinct hostnames that link to or from cool02.com in the public web crawl.
13 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cool02.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from cool02.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.