Hostname
epouyan.com
Last fetched
epouyan.com resolves to 2 IPv4 addresses operated by AS60631 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
epouyan.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.164.72.71 | 185.164.72.0/24 | AS60631 | — | IR |
| 188.40.138.217 | 188.40.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- evert rauws
- Contact emails
Subdomains
8 observed subdomains of epouyan.com.
Web-graph footprint
Distinct hostnames that link to or from epouyan.com in the public web crawl.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- epouyan.com
- mail.epouyan.com
SPF policy
4 SPF mechanisms authorising senders for epouyan.com.
| Mechanism | Target |
|---|---|
| SPF_A | epouyan.com |
| SPF_A | mailgw-e.getway.biz |
| SPF_IP | 188.40.138.217 |
| SPF_MX | epouyan.com |
Related pages
Pivot deeper into the graph from epouyan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "epouyan.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.