Hostname
defcapp.ir
Last fetched
defcapp.ir resolves to 2 IPv4 addresses operated by AS57497 in IR.
Nutrition Label
Resolution chain
defcapp.ir 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 |
|---|---|---|---|---|
| 158.58.186.120 | 158.58.186.0/24 | AS57497 | — | IR |
| 176.9.11.145 | 176.9.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with defcapp.ir in WhisperGraph.
Subdomains
2 observed subdomains of defcapp.ir.
| Subdomain |
|---|
| mail.defcapp.ir |
| www.defcapp.ir |
Web-graph footprint
Distinct hostnames that link to or from defcapp.ir in the public web crawl.
10 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for defcapp.ir.
| Mechanism | Target |
|---|---|
| SPF_A | defcapp.ir |
| SPF_A | linca.fanafzar.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 148.251.158.48/28 |
| SPF_IP | 5.9.144.142 |
| SPF_MX | defcapp.ir |
Related pages
Pivot deeper into the graph from defcapp.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "defcapp.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.