Hostname
albaraka.com.eg
Last fetched
albaraka.com.eg resolves to 2 IPv4 addresses operated by TE-AS - IDDQD-AS in EG.
Nutrition Label
Resolution chain
albaraka.com.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 |
|---|---|---|---|---|
| 156.200.105.150 | 156.200.96.0/19 | AS8452 | TE-AS - IDDQD-AS | EG |
| 84.36.233.48 | 84.36.233.0/24 | AS36992 | ETISALAT MISR - ETISALAT MISR | EG |
WHOIS identity
No WHOIS records are currently associated with albaraka.com.eg in WhisperGraph.
Subdomains
14 observed subdomains of albaraka.com.eg.
Web-graph footprint
Distinct hostnames that link to or from albaraka.com.eg in the public web crawl.
40 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for albaraka.com.eg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00a19101.pphosted.com |
| SPF_IP | 156.200.105.153 |
| SPF_IP | 41.33.88.106 |
| SPF_IP | 41.65.66.169 |
| SPF_IP | 84.36.233.25 |
Related pages
Pivot deeper into the graph from albaraka.com.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "albaraka.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.