Hostname
sa.sabacity.ir
Last fetched
sa.sabacity.ir resolves to 1 IPv4 address operated by AS206854 in IR.
Nutrition Label
Resolution chain
sa.sabacity.ir 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.172.214.216 | 185.172.214.0/24 | AS206854 | — | IR |
WHOIS identity
No WHOIS records are currently associated with sa.sabacity.ir in WhisperGraph.
Subdomains
1 observed subdomain of sa.sabacity.ir.
| Subdomain |
|---|
| www.sa.sabacity.ir |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for sa.sabacity.ir.
| Mechanism | Target |
|---|---|
| SPF_A | sa.sabacity.ir |
| SPF_IP | 158.58.187.44 |
| SPF_IP | 185.2.14.117 |
| SPF_IP | 45.139.102.187 |
| SPF_IP | 45.139.102.211 |
| SPF_MX | sa.sabacity.ir |
Related pages
Pivot deeper into the graph from sa.sabacity.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sa.sabacity.ir"})-[: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.