Hostname
asemanhost.com
Last fetched
asemanhost.com resolves to 2 IPv4 addresses operated by AS58224 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
asemanhost.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.79.156.78 | 185.79.156.0/22 | AS58224 | — | IR |
| 188.213.66.6 | 188.213.66.0/24 | AS47330 | — | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- asemanhost
- Contact emails
Subdomains
119 observed subdomains of asemanhost.com.
Showing 25 of 119. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from asemanhost.com in the public web crawl.
7 sites link to this hostname.
82 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- asemanhost.com
SPF policy
11 SPF mechanisms authorising senders for asemanhost.com.
| Mechanism | Target |
|---|---|
| SPF_A | asemanhost.com |
| SPF_IP | 185.141.104.154 |
| SPF_IP | 185.79.156.78 |
| SPF_IP | 188.213.66.6 |
| SPF_IP | 46.4.105.240 |
| SPF_IP | 46.4.134.199 |
| SPF_IP | 5.63.9.186 |
| SPF_IP | 65.21.14.251 |
| SPF_IP | 88.198.24.148 |
| SPF_IP | 88.99.215.50 |
| SPF_MX | asemanhost.com |
Related pages
Pivot deeper into the graph from asemanhost.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asemanhost.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.