Hostname
ekb.eg
Last fetched
ekb.eg resolves to 1 IPv4 address operated by AS6879 in EG.
Nutrition Label
Resolution chain
ekb.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 |
|---|---|---|---|---|
| 195.43.22.50 | 195.43.22.0/24 | AS6879 | — | EG |
WHOIS identity
No WHOIS records are currently associated with ekb.eg in WhisperGraph.
Subdomains
217 observed subdomains of ekb.eg.
Showing 25 of 217. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ekb.eg in the public web crawl.
454 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for ekb.eg.
| Mechanism | Target |
|---|---|
| SPF_A | aton.eunet.eg.net |
| SPF_A | ci-fe1.ekb.eg |
| SPF_A | ci-fe2.ekb.eg |
| SPF_A | enstinet.eg.net |
| SPF_A | smtp1.stgc3.eg.net |
| SPF_A | smtp2.stgc3.eg.net |
| SPF_IP | 195.43.0.13 |
| SPF_IP | 195.43.0.50 |
| SPF_IP | 195.43.22.122 |
| SPF_IP | 195.43.22.123 |
| SPF_IP | 195.43.25.10 |
| SPF_IP | 195.43.25.11 |
Related pages
Pivot deeper into the graph from ekb.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ekb.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.