Hostname
autodiscover.data-it.fr
Last fetched
autodiscover.data-it.fr resolves to 8 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in KR.
Nutrition Label
Resolution chain
autodiscover.data-it.fr resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 40.100.50.120 | 40.133.48.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 52.96.109.248 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.181.40 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.242.24 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.35.184 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.97.118.168 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 52.97.118.24 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 52.97.118.56 | 52.119.16.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
WHOIS identity
No WHOIS records are currently associated with autodiscover.data-it.fr in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from autodiscover.data-it.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "autodiscover.data-it.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.