Hostname
amcsgroup.com
Last fetched
amcsgroup.com resolves to 1 IPv4 address operated by Aranet Play in NL. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
amcsgroup.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 |
|---|---|---|---|---|
| 84.22.97.77 | 84.22.96.0/22 | AS196752 | Aranet Play | NL |
WHOIS identity
- Registrar
- iana:168
- Organization
- amcs group
- Contact emails
Subdomains
48 observed subdomains of amcsgroup.com.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amcsgroup.com in the public web crawl.
364 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for amcsgroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf0000000.amcsgroup.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 13.111.0.0/16 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 167.89.31.27/32 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 198.21.4.52/32 |
| SPF_IP | 3.222.0.24/29 |
| SPF_IP | 35.191.0.0/16 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 62.13.128.0/24 |
| SPF_IP | 62.13.136.0/22 |
| SPF_IP | 62.13.140.0/22 |
| SPF_IP | 62.13.144.0/22 |
| SPF_IP | 62.13.148.0/23 |
| SPF_IP | 62.13.150.0/23 |
| SPF_IP | 66.102.0.0/20 |
| SPF_IP | 69.72.32.0/20 |
| SPF_IP | 74.125.0.0/16 |
Related pages
Pivot deeper into the graph from amcsgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amcsgroup.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.