Hostname
adib.eg
Last fetched
adib.eg resolves to 1 IPv4 address operated by AS8452 in EG.
Nutrition Label
Resolution chain
adib.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 |
|---|---|---|---|---|
| 156.200.122.211 | 156.200.96.0/19 | AS8452 | — | EG |
WHOIS identity
No WHOIS records are currently associated with adib.eg in WhisperGraph.
Subdomains
26 observed subdomains of adib.eg.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adib.eg in the public web crawl.
189 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for adib.eg.
| Mechanism | Target |
|---|---|
| SPF_IP | 156.200.100.90 |
| SPF_IP | 156.200.100.92 |
| SPF_IP | 213.158.169.197 |
| SPF_IP | 213.212.208.58 |
| SPF_IP | 213.212.208.59 |
| SPF_IP | 41.33.15.17 |
| SPF_IP | 41.33.15.18 |
Related pages
Pivot deeper into the graph from adib.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adib.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.