Hostname
www.datfl.com
Last fetched
www.datfl.com resolves to 1 IPv4 address operated by A2HOSTING - A2 Hosting, Inc. in US.
Nutrition Label
Resolution chain
www.datfl.com 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 |
|---|---|---|---|---|
| 185.160.66.172 | 185.160.66.0/23 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.datfl.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for www.datfl.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.datfl.com |
| SPF_INCLUDE | _spf_cd.spamtitan.com |
| SPF_IP | 18.233.53.1 |
| SPF_IP | 204.131.100.18 |
| SPF_MX | www.datfl.com |
Related pages
Pivot deeper into the graph from www.datfl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.datfl.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.