Hostname
aimsun.com
Last fetched
aimsun.com resolves to 1 IPv4 address operated by ZZOOMM in ES. WHOIS lists iana:1262 as the registrar.
Nutrition Label
Resolution chain
aimsun.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.231.126.42 | 46.231.120.0/21 | AS42612 | ZZOOMM | ES |
WHOIS identity
- Registrar
- iana:1262
- Organization
- aimsun
- Contact emails
Subdomains
21 observed subdomains of aimsun.com.
Web-graph footprint
Distinct hostnames that link to or from aimsun.com in the public web crawl.
153 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for aimsun.com.
| Mechanism | Target |
|---|---|
| SPF_A | aimsun.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | u14789938.wl189.sendgrid.net |
| SPF_IP | 216.27.84.64/27 |
| SPF_IP | 216.27.86.128/26 |
| SPF_IP | 216.27.93.0/25 |
| SPF_IP | 40.143.226.0/24 |
| SPF_IP | 63.236.100.0/24 |
| SPF_IP | 64.132.109.48/28 |
| SPF_IP | 66.162.193.224/28 |
| SPF_IP | 66.192.165.128/28 |
| SPF_IP | 66.77.16.0/24 |
| SPF_MX | aimsun.com |
Related pages
Pivot deeper into the graph from aimsun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aimsun.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.