Hostname
fiatdz.com
Last fetched
fiatdz.com resolves to 2 IPv4 addresses operated by AS36891 in DZ. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
fiatdz.com 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 |
|---|---|---|---|---|
| 197.140.11.217 | 197.140.11.0/24 | AS36891 | — | DZ |
| 197.140.7.31 | 197.140.0.0/14 | AS36891 | — | DZ |
WHOIS identity
- Registrar
- iana:433
- Organization
- —
- Contact emails
- —
Subdomains
18 observed subdomains of fiatdz.com.
Web-graph footprint
Distinct hostnames that link to or from fiatdz.com in the public web crawl.
5 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for fiatdz.com.
| Mechanism | Target |
|---|---|
| SPF_A | fiatdz.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 197.140.11.217 |
| SPF_IP | 65.108.43.126 |
| SPF_MX | fiatdz.com |
Related pages
Pivot deeper into the graph from fiatdz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fiatdz.com"})-[: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.