Skip to content

Hostname

kool.com

Last fetched

kool.com resolves to 3 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · kool.comRouting diversity2.4/10Peering density7.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint8.8/10canon.whisper.security/host/kool.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.43.142.33104.40.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
13.107.213.5813.104.0.0/14AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
13.107.246.5813.104.0.0/14AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA

WHOIS identity

Registrar
iana:292
Organization
domain administrator
Contact emails

Subdomains

11 observed subdomains of kool.com.

Web-graph footprint

Distinct hostnames that link to or from kool.com in the public web crawl.

26 sites link to this hostname.

7 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for kool.com.

MechanismTarget
SPF_Akool.com
SPF_INCLUDEicpbounce.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP18.159.3.61
SPF_IP207.166.101.207/32
SPF_IP207.166.104.207/32
SPF_IP207.166.92.11/32
SPF_IP207.166.95.11/32
SPF_IP216.20.244.25/32
SPF_IP216.20.248.25
SPF_IP216.70.34.133
SPF_IP3.64.218.180
SPF_MXkool.com

Related pages

Pivot deeper into the graph from kool.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "kool.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.