Hostname
amertad.ir
Last fetched
amertad.ir resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1863 as the registrar.
Nutrition Label
Resolution chain
amertad.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 |
|---|---|---|---|---|
| 188.245.83.86 | 188.245.0.0/16 | AS24940 | — | DE |
| 62.106.95.153 | 62.106.95.0/24 | AS60631 | — | IR |
WHOIS identity
- Registrar
- iana:1863
- Organization
- —
- Contact emails
- —
Subdomains
26 observed subdomains of amertad.ir.
Web-graph footprint
Distinct hostnames that link to or from amertad.ir in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- amertad.ir
SPF policy
6 SPF mechanisms authorising senders for amertad.ir.
| Mechanism | Target |
|---|---|
| SPF_A | amertad.ir |
| SPF_IP | 138.201.185.25 |
| SPF_IP | 188.245.83.86 |
| SPF_IP | 195.201.16.172 |
| SPF_IP | 195.201.42.140 |
| SPF_MX | amertad.ir |
Related pages
Pivot deeper into the graph from amertad.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amertad.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.