Hostname
aimc.es
Last fetched
aimc.es resolves to 1 IPv4 address operated by ODEC in ES.
Nutrition Label
Resolution chain
aimc.es 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 |
|---|---|---|---|---|
| 94.127.193.58 | 94.127.193.0/24 | AS48202 | ODEC | ES |
WHOIS identity
No WHOIS records are currently associated with aimc.es in WhisperGraph.
Subdomains
14 observed subdomains of aimc.es.
Web-graph footprint
Distinct hostnames that link to or from aimc.es in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aimc.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.47.206.154/32 |
| SPF_IP | 195.47.206.2 |
| SPF_IP | 195.47.206.5 |
| SPF_IP | 212.100.250.11/32 |
| SPF_IP | 83.138.165.68/32 |
| SPF_IP | 83.138.165.69/32 |
| SPF_IP | 92.52.102.162/32 |
| SPF_IP | 94.127.192.3/32 |
| SPF_IP | 94.127.192.33/32 |
| SPF_IP | 94.127.192.37 |
| SPF_IP | 94.127.192.38 |
Related pages
Pivot deeper into the graph from aimc.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aimc.es"})-[: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.