Hostname
auto-immat.com
Last fetched
auto-immat.com resolves to 2 IPv4 addresses operated by France Telecom - Orange in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
auto-immat.com 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 |
|---|---|---|---|---|
| 195.6.249.178 | 195.6.0.0/16 | AS3215 | France Telecom - Orange | FR |
| 85.233.223.109 | 85.233.192.0/19 | AS15830 | EQUINIX | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- association auxiliaire de l automobile
- Contact emails
Subdomains
1 observed subdomain of auto-immat.com.
| Subdomain |
|---|
| www.auto-immat.com |
Web-graph footprint
Distinct hostnames that link to or from auto-immat.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for auto-immat.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.6.249.130 |
| SPF_IP | 206.126.185.52/32 |
| SPF_IP | 206.126.185.53/32 |
| SPF_IP | 85.233.223.74 |
| SPF_MX | auto-immat.com |
Related pages
Pivot deeper into the graph from auto-immat.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auto-immat.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.