Hostname
actofmind.com
Last fetched
actofmind.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
actofmind.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of actofmind.com owner
- Contact emails
- kevinh@actofmind.com
- 411cd515-afe7-47a0-9e5f-beaff75d6392@identity-protect.org
- 561f14c8-f97a-43e7-9b37-e06951536c10@identity-protect.org
- 71aa937f-64cf-41ea-960d-89e66ca140a6@identity-protect.org
- 90b0a836-d08c-4d25-92ca-c0e243d58094@identity-protect.org
- 97d26bda-b600-41c2-b3b2-33f1455e49e9@identity-protect.org
- cae49dfb-2d26-41c9-b319-4bcdb635442b@identity-protect.org
Subdomains
1 observed subdomain of actofmind.com.
| Subdomain |
|---|
| www.actofmind.com |
Web-graph footprint
Distinct hostnames that link to or from actofmind.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for actofmind.com.
| Mechanism | Target |
|---|---|
| SPF_A | actofmind.com |
| SPF_MX | actofmind.com |
Related pages
Pivot deeper into the graph from actofmind.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actofmind.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.