Hostname
for-dmd.org
Last fetched
for-dmd.org resolves to 2 IPv4 addresses operated by AS51713 in GB. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
for-dmd.org 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 |
|---|---|---|---|---|
| 198.38.92.15 | 198.38.92.0/24 | AS51713 | — | GB |
| 5.75.155.39 | 5.75.128.0/17 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1910
- Organization
- newcastle university
- Contact emails
Subdomains
2 observed subdomains of for-dmd.org.
| Subdomain |
|---|
| staging.for-dmd.org |
| www.for-dmd.org |
Web-graph footprint
Distinct hostnames that link to or from for-dmd.org in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for for-dmd.org.
| Mechanism | Target |
|---|---|
| SPF_A | for-dmd.org |
| SPF_INCLUDE | secureserver.net |
| SPF_IP | 31.170.121.177 |
| SPF_MX | for-dmd.org |
Related pages
Pivot deeper into the graph from for-dmd.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "for-dmd.org"})-[: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.