Hostname
spanclamps.fr
Last fetched
spanclamps.fr resolves to 2 IPv4 addresses operated by AS206281 in NL.
Nutrition Label
Resolution chain
spanclamps.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 |
|---|---|---|---|---|
| 185.104.28.238 | 185.104.28.0/24 | AS206281 | — | NL |
| 5.254.117.211 | 5.254.117.0/24 | AS3223 | — | NL |
WHOIS identity
No WHOIS records are currently associated with spanclamps.fr in WhisperGraph.
Subdomains
2 observed subdomains of spanclamps.fr.
| Subdomain |
|---|
| mail.spanclamps.fr |
| www.spanclamps.fr |
Web-graph footprint
Distinct hostnames that link to or from spanclamps.fr in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for spanclamps.fr.
| Mechanism | Target |
|---|---|
| SPF_A | spanclamps.fr |
| SPF_INCLUDE | filter-out.zxcs.nl |
| SPF_INCLUDE | spf.mijn.host |
| SPF_IP | 185.220.172.3/32 |
| SPF_IP | 2a06:2ec0:1:0:0:0:0:110 |
| SPF_MX | spanclamps.fr |
Related pages
Pivot deeper into the graph from spanclamps.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spanclamps.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.