Hostname
aimcgroup.com
Last fetched
aimcgroup.com resolves to 1 IPv4 address operated by AS12488 in GB. WHOIS lists iana:228 as the registrar.
Nutrition Label
Resolution chain
aimcgroup.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 |
|---|---|---|---|---|
| 77.72.2.115 | 77.72.0.0/21 | AS12488 | — | GB |
WHOIS identity
- Registrar
- iana:228
- Organization
- domains by proxy,
- Contact emails
- acitservices@hotmail.com
- aimcgroup.com@domainsbyproxy.com
- aimcgroup.com@superprivacyservice.com
- 55e062b0b856f594bddc616215958cd6e9d7dafa9c343cecb976bdab95c563dc@aimcgroup.com.whoisproxy.org
- 8f319eea7baae33093fb4ce97f2296f6029acd118e05a6da5e3f1cf414563c69@aimcgroup.com.whoisproxy.org
- a3f1df245e4f4b512861533086029123fd031e44f97db0962e03d13f71746ad3@aimcgroup.com.whoisproxy.org
- e0a7baa849f27983eda0d1ad8d65a6ca0876d9dafa981f33b469562b67966cf2@aimcgroup.com.whoisproxy.org
- e5f5cdc5b8c91f1f8635c7d64a0820762b52b435c55218386f17350de40327f2@aimcgroup.com.whoisproxy.org
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for aimcgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | aimcgroup.com |
| SPF_INCLUDE | relay.k.io |
| SPF_IP | 77.72.2.115 |
| SPF_MX | aimcgroup.com |
Related pages
Pivot deeper into the graph from aimcgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aimcgroup.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.