Hostname
auto-p.fr
Last fetched
auto-p.fr resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
auto-p.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 |
|---|---|---|---|---|
| 151.80.216.192 | 151.80.0.0/16 | AS16276 | — | FR |
| 91.121.43.139 | 91.121.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with auto-p.fr in WhisperGraph.
Subdomains
1 observed subdomain of auto-p.fr.
| Subdomain |
|---|
| www.auto-p.fr |
Web-graph footprint
Distinct hostnames that link to or from auto-p.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for auto-p.fr.
| Mechanism | Target |
|---|---|
| SPF_A | auto-p.fr |
| SPF_INCLUDE | mx.ovh.com |
| SPF_IP | 145.239.8.241 |
| SPF_IP | 151.80.216.192/29 |
| SPF_IP | 178.32.101.6 |
| SPF_IP | 178.33.225.218 |
| SPF_IP | 188.165.211.204 |
| SPF_MX | auto-p.fr |
Related pages
Pivot deeper into the graph from auto-p.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auto-p.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.