Hostname
tech-elevage.fr
Last fetched
tech-elevage.fr resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
tech-elevage.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 |
|---|---|---|---|---|
| 147.135.150.63 | 147.135.128.0/17 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with tech-elevage.fr in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for tech-elevage.fr.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.206.238.161 |
| SPF_IP | 195.6.229.74 |
| SPF_IP | 217.74.103.251/32 |
| SPF_IP | 90.83.186.139 |
| SPF_IP | 92.103.69.44/32 |
| SPF_MX | tech-elevage.fr |
Related pages
Pivot deeper into the graph from tech-elevage.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tech-elevage.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.