Hostname
amolplastic.com
Last fetched
amolplastic.com resolves to 1 IPv4 address operated by AS43754 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
amolplastic.com 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 |
|---|---|---|---|---|
| 91.207.205.7 | 91.207.205.0/24 | AS43754 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- narenji webdesign
- Contact emails
Subdomains
7 observed subdomains of amolplastic.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for amolplastic.com.
| Mechanism | Target |
|---|---|
| SPF_A | amolplastic.com |
| SPF_IP | 148.251.140.37 |
| SPF_IP | 176.9.219.100 |
| SPF_IP | 178.22.122.108 |
| SPF_IP | 185.141.168.131 |
| SPF_IP | 46.245.76.13 |
| SPF_IP | 78.46.83.75 |
| SPF_IP | 79.175.190.21 |
| SPF_IP | 91.207.205.7 |
| SPF_IP | 95.217.57.36 |
| SPF_IP | 95.217.92.167 |
| SPF_MX | amolplastic.com |
Related pages
Pivot deeper into the graph from amolplastic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amolplastic.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.