Hostname
aminocom.com
Last fetched
aminocom.com resolves to 1 IPv4 address operated by AS-ICUK in GB. WHOIS lists iana:1515 as the registrar.
Nutrition Label
Resolution chain
aminocom.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 |
|---|---|---|---|---|
| 188.240.191.170 | 188.240.191.0/24 | AS51561 | AS-ICUK | GB |
WHOIS identity
- Registrar
- iana:1515
- Organization
- amino communications
- Contact emails
Subdomains
42 observed subdomains of aminocom.com.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aminocom.com in the public web crawl.
77 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for aminocom.com.
| Mechanism | Target |
|---|---|
| SPF_A | aminocom.com |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf_euwest1.prod.hydra.sophos.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 118.140.253.96/30 |
| SPF_IP | 217.144.90.224/29 |
| SPF_IP | 5.144.162.138 |
| SPF_IP | 52.169.159.213 |
| SPF_MX | aminocom.com |
Related pages
Pivot deeper into the graph from aminocom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aminocom.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.