Hostname
fat.media
Last fetched
fat.media resolves to 1 IPv4 address operated by AS202206 in GB. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
fat.media resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 84.19.96.14 | 84.19.96.0/23 | AS202206 | — | GB |
WHOIS identity
- Registrar
- iana:48
- Organization
- david jones
- Contact emails
Subdomains
20 observed subdomains of fat.media.
Showing 15 of 20. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for fat.media.
| Mechanism | Target |
|---|---|
| SPF_A | fat.media |
| SPF_IP | 84.19.96.1 |
| SPF_IP | 84.19.96.14 |
| SPF_IP | 84.19.96.20 |
| SPF_MX | fat.media |
Related pages
Pivot deeper into the graph from fat.media.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fat.media"})-[: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.