Hostname
aid.dep.no
Last fetched
aid.dep.no resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NO.
Nutrition Label
Resolution chain
aid.dep.no 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 |
|---|---|---|---|---|
| 51.120.98.194 | 51.120.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NO |
WHOIS identity
No WHOIS records are currently associated with aid.dep.no in WhisperGraph.
Subdomains
2 observed subdomains of aid.dep.no.
| Subdomain |
|---|
| meet.aid.dep.no |
| www.aid.dep.no |
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for aid.dep.no.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 132.150.12.0/26 |
| SPF_IP | 132.150.166.112 |
| SPF_IP | 147.111.132.51/32 |
| SPF_IP | 147.111.132.52/32 |
| SPF_IP | 185.38.121.21 |
| SPF_IP | 185.38.121.22 |
| SPF_IP | 185.38.121.23 |
| SPF_IP | 217.18.206.0/24 |
| SPF_MX | aid.dep.no |
Related pages
Pivot deeper into the graph from aid.dep.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aid.dep.no"})-[: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.