Hostname
aciso.com
Last fetched
aciso.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
aciso.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 |
|---|---|---|---|---|
| 18.197.236.184 | 18.196.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- cykon technology
- Contact emails
Subdomains
12 observed subdomains of aciso.com.
Web-graph footprint
Distinct hostnames that link to or from aciso.com in the public web crawl.
57 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aciso.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf.mediawerk.at |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.203.196.187 |
| SPF_IP | 128.127.64.205 |
| SPF_IP | 178.250.175.148/32 |
| SPF_IP | 217.111.52.226/28 |
| SPF_IP | 2a01:4f8:c0c:b5ce:0:0:0:1 |
| SPF_IP | 37.202.3.177 |
| SPF_IP | 80.151.189.95 |
| SPF_IP | 87.129.44.58 |
Related pages
Pivot deeper into the graph from aciso.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aciso.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.