Hostname
mcdr.com.eg
Last fetched
mcdr.com.eg resolves to 1 IPv4 address operated by AS36992 in EG.
Nutrition Label
Resolution chain
mcdr.com.eg 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 |
|---|---|---|---|---|
| 217.52.248.70 | 217.52.248.0/24 | AS36992 | — | EG |
WHOIS identity
No WHOIS records are currently associated with mcdr.com.eg in WhisperGraph.
Subdomains
2 observed subdomains of mcdr.com.eg.
| Subdomain |
|---|
| mail2.mcdr.com.eg |
| www.mcdr.com.eg |
Web-graph footprint
Distinct hostnames that link to or from mcdr.com.eg in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mcdr.com.eg.
| Mechanism | Target |
|---|---|
| SPF_A | mail2.mcdr.com.eg |
| SPF_IP | 41.128.174.130 |
| SPF_IP | 41.128.174.145 |
| SPF_MX | mcdr.com.eg |
Related pages
Pivot deeper into the graph from mcdr.com.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mcdr.com.eg"})-[: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.