Hostname
trefisoud.dz
Last fetched
trefisoud.dz resolves to 2 IPv4 addresses operated by AS329667 in DZ.
Nutrition Label
Resolution chain
trefisoud.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 trefisoud.dz in WhisperGraph.
Subdomains
6 observed subdomains of trefisoud.dz.
Web-graph footprint
Distinct hostnames that link to or from trefisoud.dz in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for trefisoud.dz.
| Mechanism | Target |
|---|---|
| SPF_A | trefisoud.dz |
| SPF_IP | 197.140.142.134 |
| SPF_IP | 5.196.4.164 |
| SPF_IP | 51.38.234.224 |
| SPF_IP | 51.38.42.184 |
| SPF_IP | 51.75.19.67 |
| SPF_IP | 94.23.255.22 |
| SPF_MX | trefisoud.dz |
Related pages
Pivot deeper into the graph from trefisoud.dz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trefisoud.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.