Hostname
spfa.guyhoquet.com
Last fetched
spfa.guyhoquet.com resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
spfa.guyhoquet.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 |
|---|---|---|---|---|
| 176.31.218.57 | 176.31.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with spfa.guyhoquet.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for spfa.guyhoquet.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.127.4.0/22 |
| SPF_IP | 188.130.17.0/24 |
| SPF_IP | 188.130.23.37 |
| SPF_IP | 188.130.34.0/27 |
| SPF_IP | 188.130.41.0/27 |
| SPF_IP | 194.146.226.234 |
| SPF_IP | 194.146.226.235 |
| SPF_IP | 194.146.226.248 |
| SPF_IP | 194.146.226.249 |
| SPF_IP | 194.187.192.0/22 |
| SPF_IP | 194.187.193.118/32 |
| SPF_IP | 195.101.53.0/24 |
| SPF_IP | 199.187.172.0/22 |
| SPF_IP | 217.25.181.242 |
| SPF_IP | 217.25.185.62 |
| SPF_IP | 217.25.185.63 |
| SPF_IP | 217.25.185.68 |
| SPF_IP | 78.41.233.126 |
| SPF_IP | 78.41.233.90 |
| SPF_IP | 81.93.247.0/25 |
| SPF_IP | 81.93.252.192/28 |
| SPF_IP | 81.93.252.32/27 |
| SPF_IP | 85.233.223.133 |
| SPF_IP | 85.233.223.134 |
| SPF_IP | 85.233.223.142 |
Related pages
Pivot deeper into the graph from spfa.guyhoquet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spfa.guyhoquet.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.