Hostname
test.aderial.com.dz
Last fetched
test.aderial.com.dz resolves to 2 IPv4 addresses operated by AS329667 in DZ.
Nutrition Label
Resolution chain
test.aderial.com.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.92.0/24 | AS329667 | — | DZ |
| 197.140.142.134 | 197.148.173.0/24 | AS36891 | — | DZ |
WHOIS identity
No WHOIS records are currently associated with test.aderial.com.dz in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for test.aderial.com.dz.
| Mechanism | Target |
|---|---|
| SPF_A | test.aderial.com.dz |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 102.206.40.136 |
| SPF_IP | 197.140.142.134 |
| SPF_MX | test.aderial.com.dz |
Related pages
Pivot deeper into the graph from test.aderial.com.dz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.aderial.com.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.