Hostname
arztex.com
Last fetched
arztex.com resolves to 2 IPv4 addresses operated by E4C in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
arztex.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.173.129.53 | 185.173.129.0/24 | AS48715 | E4C | IR |
| 45.135.241.131 | 45.135.241.0/24 | AS48147 | SECURITAS- | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- dilaver altun
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from arztex.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for arztex.com.
| Mechanism | Target |
|---|---|
| SPF_MX | arztex.com |
Related pages
Pivot deeper into the graph from arztex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arztex.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.