Hostname
amireducation.com
Last fetched
amireducation.com resolves to 2 IPv4 addresses operated by AS43754 in IR. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
amireducation.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 |
|---|---|---|---|---|
| 185.112.34.139 | 185.112.34.0/24 | AS43754 | — | IR |
| 192.185.158.111 | 192.185.144.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
- Registrar
- iana:1291
- Organization
- amirhossein mortazavi
- Contact emails
Subdomains
2 observed subdomains of amireducation.com.
Threat posture
History
Mail and authentication
MX records
- amireducation.com
- mail.amireducation.com
SPF policy
4 SPF mechanisms authorising senders for amireducation.com.
| Mechanism | Target |
|---|---|
| SPF_A | amireducation.com |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 185.112.34.139 |
| SPF_MX | amireducation.com |
Related pages
Pivot deeper into the graph from amireducation.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amireducation.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.