Hostname
azorgin.dfdestilaria.com
Last fetched
azorgin.dfdestilaria.com resolves to 1 IPv4 address operated by Flesk-AS - DMNS - DOMINIOS, S.A. in PT.
Nutrition Label
Resolution chain
azorgin.dfdestilaria.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.12.116.81 | 185.12.116.0/22 | AS33876 | Flesk-AS - DMNS - DOMINIOS, S.A. | PT |
WHOIS identity
No WHOIS records are currently associated with azorgin.dfdestilaria.com in WhisperGraph.
Subdomains
1 observed subdomain of azorgin.dfdestilaria.com.
| Subdomain |
|---|
| www.azorgin.dfdestilaria.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for azorgin.dfdestilaria.com.
| Mechanism | Target |
|---|---|
| SPF_A | azorgin.dfdestilaria.com |
| SPF_INCLUDE | spf.mailbox.pt |
| SPF_IP | 185.12.116.81 |
| SPF_IP | 188.93.230.16 |
| SPF_IP | 188.93.230.224 |
| SPF_IP | 188.93.230.31 |
| SPF_IP | 188.93.230.56 |
| SPF_IP | 188.93.230.60 |
| SPF_MX | azorgin.dfdestilaria.com |
Related pages
Pivot deeper into the graph from azorgin.dfdestilaria.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "azorgin.dfdestilaria.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.