Hostname
aci-controls.com
Last fetched
aci-controls.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
aci-controls.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 |
|---|---|---|---|---|
| 3.15.118.250 | 3.14.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 63.246.17.101 | 63.246.0.0/19 | AS17378 | AS17378 - TierPoint, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
6 observed subdomains of aci-controls.com.
Web-graph footprint
Distinct hostnames that link to or from aci-controls.com in the public web crawl.
28 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for aci-controls.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.aes2.com |
| SPF_INCLUDE | 9399580.spf03.hubspotemail.net |
| SPF_INCLUDE | aldrichsolutions.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 160.72.79.106/32 |
| SPF_IP | 172.104.22.168/32 |
| SPF_IP | 185.163.74.0/27 |
| SPF_IP | 2600:3c03::f03c:92ff:fe72:e914/96 |
| SPF_IP | 96.249.38.12/32 |
Related pages
Pivot deeper into the graph from aci-controls.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aci-controls.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.