Hostname
namnamak.com
Last fetched
namnamak.com resolves to 3 IPv4 addresses operated by AS48715 in IR. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
namnamak.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.141.135.115 | 185.141.135.0/24 | AS48715 | — | IR |
| 195.201.111.147 | 195.201.0.0/16 | AS24940 | — | DE |
| 45.92.92.241 | 45.92.92.0/24 | AS59441 | — | IR |
WHOIS identity
- Registrar
- iana:69
- Organization
- mostafa ajvadi
- Contact emails
Subdomains
14 observed subdomains of namnamak.com.
Web-graph footprint
Distinct hostnames that link to or from namnamak.com in the public web crawl.
139 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- namnamak.com
SPF policy
7 SPF mechanisms authorising senders for namnamak.com.
| Mechanism | Target |
|---|---|
| SPF_A | namnamak.com |
| SPF_IP | 185.120.222.143 |
| SPF_IP | 185.120.222.162 |
| SPF_IP | 185.49.84.242/24 |
| SPF_IP | 195.201.111.147 |
| SPF_IP | 79.127.127.17 |
| SPF_MX | namnamak.com |
Related pages
Pivot deeper into the graph from namnamak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "namnamak.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.