Skip to content

Hostname

amicus.acies.com

Last fetched

amicus.acies.com resolves to 1 IPv4 address operated by HVC-AS - HIVELOCITY, Inc. in US.

Nutrition Label

WHISPER CANON · amicus.acies.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/amicus.acies.com

Resolution chain

amicus.acies.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
66.206.14.266.206.14.0/23AS29802HVC-AS - HIVELOCITY, Inc.US

WHOIS identity

No WHOIS records are currently associated with amicus.acies.com in WhisperGraph.

Subdomains

11 observed subdomains of amicus.acies.com.

Threat posture

History

Mail and authentication

MX records

  • amicus.acies.com

SPF policy

4 SPF mechanisms authorising senders for amicus.acies.com.

MechanismTarget
SPF_Aamicus.acies.com
SPF_IP66.165.255.10
SPF_IP66.206.14.2
SPF_MXamicus.acies.com

Related pages

Pivot deeper into the graph from amicus.acies.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "amicus.acies.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.