Hostname
dotmap-school.fr
Last fetched
dotmap-school.fr resolves to 2 IPv4 addresses operated by AS12876 in FR.
Nutrition Label
Resolution chain
dotmap-school.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 |
|---|---|---|---|---|
| 51.159.131.2 | 51.158.0.0/15 | AS12876 | — | FR |
| 51.254.32.152 | 51.254.0.0/15 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with dotmap-school.fr in WhisperGraph.
Subdomains
2 observed subdomains of dotmap-school.fr.
Web-graph footprint
Distinct hostnames that link to or from dotmap-school.fr in the public web crawl.
6 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for dotmap-school.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mx.ovh.com |
Related pages
Pivot deeper into the graph from dotmap-school.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dotmap-school.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.