Hostname
mpl.org.eg
Last fetched
mpl.org.eg resolves to 2 IPv4 addresses operated by INMOTION - InMotion Hosting, Inc. in US.
Nutrition Label
Resolution chain
mpl.org.eg 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 |
|---|---|---|---|---|
| 104.244.127.50 | 104.244.124.0/22 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 195.179.226.46 | 195.179.224.0/21 | AS51167 | CONTABO - Contabo GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with mpl.org.eg in WhisperGraph.
Subdomains
30 observed subdomains of mpl.org.eg.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mpl.org.eg in the public web crawl.
75 sites link to this hostname.
59 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mpl.org.eg.
| Mechanism | Target |
|---|---|
| SPF_A | mpl.org.eg |
| SPF_IP | 195.179.226.46 |
| SPF_MX | mpl.org.eg |
Related pages
Pivot deeper into the graph from mpl.org.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mpl.org.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.