Hostname
m2.edandb.com
Last fetched
m2.edandb.com resolves to 4 IPv4 addresses operated by DMIT - DMIT Cloud Services in US.
Nutrition Label
Resolution chain
m2.edandb.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.17.230.48 | 154.17.230.0/24 | AS906 | DMIT - DMIT Cloud Services | US |
| 154.17.232.151 | 154.17.232.0/24 | AS906 | DMIT - DMIT Cloud Services | US |
| 154.17.232.161 | 154.17.232.0/24 | AS906 | DMIT - DMIT Cloud Services | US |
| 172.247.36.37 | 172.247.36.0/24 | AS134176 | CLOUDIE-AS-AP - Cloudie Limited | US |
WHOIS identity
No WHOIS records are currently associated with m2.edandb.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from m2.edandb.com in the public web crawl.
9 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from m2.edandb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m2.edandb.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.