Hostname
datafluides.fr
Last fetched
datafluides.fr resolves to 2 IPv4 addresses operated by AS58011 in FR.
Nutrition Label
Resolution chain
datafluides.fr 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 |
|---|---|---|---|---|
| 188.244.109.64 | 188.244.108.0/22 | AS58011 | — | FR |
| 194.2.24.36 | 194.2.0.0/18 | AS3215 | — | FR |
WHOIS identity
No WHOIS records are currently associated with datafluides.fr in WhisperGraph.
Subdomains
2 observed subdomains of datafluides.fr.
Web-graph footprint
Distinct hostnames that link to or from datafluides.fr in the public web crawl.
14 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from datafluides.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datafluides.fr"})-[: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.