Hostname
k96fm.com
Last fetched
k96fm.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in GB. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
k96fm.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 95.100.104.23 | 95.100.104.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 95.100.104.34 | 95.100.104.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 96.16.248.148 | 96.16.248.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 96.16.248.161 | 96.16.248.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
1 observed subdomain of k96fm.com.
| Subdomain |
|---|
| www.k96fm.com |
Web-graph footprint
Distinct hostnames that link to or from k96fm.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from k96fm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "k96fm.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.