Hostname
arimacenter.com
Last fetched
arimacenter.com resolves to 2 IPv4 addresses operated by AS60631 in IR.
Nutrition Label
Resolution chain
arimacenter.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 |
|---|---|---|---|---|
| 178.239.158.138 | 178.239.158.0/24 | AS60631 | — | IR |
| 193.36.85.33 | 193.36.85.0/24 | AS212552 | — | DE |
WHOIS identity
No WHOIS records are currently associated with arimacenter.com in WhisperGraph.
Subdomains
10 observed subdomains of arimacenter.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for arimacenter.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailgw-a.getway.biz |
| SPF_MX | arimacenter.com |
Related pages
Pivot deeper into the graph from arimacenter.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arimacenter.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.