Hostname
esba.dz
Last fetched
esba.dz resolves to 2 IPv4 addresses operated by AS329667 in DZ.
Nutrition Label
Resolution chain
esba.dz 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 |
|---|---|---|---|---|
| 102.206.40.136 | 102.206.40.0/22 | AS329667 | — | DZ |
| 197.140.142.134 | 197.140.0.0/14 | AS36891 | — | DZ |
WHOIS identity
No WHOIS records are currently associated with esba.dz in WhisperGraph.
Subdomains
13 observed subdomains of esba.dz.
Web-graph footprint
Distinct hostnames that link to or from esba.dz in the public web crawl.
43 sites link to this hostname.
12 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 esba.dz.
| Mechanism | Target |
|---|---|
| SPF_A | esba.dz |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | relay.outboundspamprotection.com |
| SPF_IP | 5.39.94.173 |
| SPF_MX | esba.dz |
Related pages
Pivot deeper into the graph from esba.dz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esba.dz"})-[: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.