Hostname
amindarman.com
Last fetched
amindarman.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
amindarman.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 |
|---|---|---|---|---|
| 5.9.109.181 | 5.9.0.0/16 | AS24940 | — | DE |
| 78.155.192.110 | 78.155.192.0/23 | AS50340 | — | RU |
WHOIS identity
- Registrar
- iana:1647
- Organization
- amir masoud irani
- Contact emails
Subdomains
8 observed subdomains of amindarman.com.
Web-graph footprint
Distinct hostnames that link to or from amindarman.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- amindarman.com
SPF policy
8 SPF mechanisms authorising senders for amindarman.com.
| Mechanism | Target |
|---|---|
| SPF_A | amindarman.com |
| SPF_IP | 176.9.137.9 |
| SPF_IP | 49.12.131.60 |
| SPF_IP | 5.9.109.181 |
| SPF_IP | 78.155.192.110 |
| SPF_IP | 78.155.192.98 |
| SPF_IP | 88.99.1.201 |
| SPF_MX | amindarman.com |
Related pages
Pivot deeper into the graph from amindarman.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amindarman.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.