Hostname
questionnaires.fname.fr
Last fetched
questionnaires.fname.fr resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
questionnaires.fname.fr 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 |
|---|---|---|---|---|
| 5.135.136.38 | 5.135.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with questionnaires.fname.fr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from questionnaires.fname.fr in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for questionnaires.fname.fr.
| Mechanism | Target |
|---|---|
| SPF_A | questionnaires.fname.fr |
| SPF_IP | 37.59.173.102 |
| SPF_IP | 37.59.173.103 |
| SPF_IP | 37.59.173.109 |
| SPF_IP | 46.255.179.84 |
| SPF_IP | 46.255.179.85 |
| SPF_IP | 46.255.179.86 |
| SPF_IP | 46.255.179.87 |
| SPF_IP | 5.135.136.38 |
| SPF_IP | 5.135.136.39 |
| SPF_IP | 5.135.156.66 |
| SPF_IP | 94.23.247.49 |
| SPF_MX | questionnaires.fname.fr |
Related pages
Pivot deeper into the graph from questionnaires.fname.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "questionnaires.fname.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.