Hostname
admin.abnormalsecurity.com
Last fetched
admin.abnormalsecurity.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
admin.abnormalsecurity.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.30.83.41 | 100.24.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 107.22.198.32 | 107.22.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.222.84.23 | 13.216.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.207.81.154 | 18.204.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 23.22.84.16 | 23.22.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.225.2.243 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.217.251.238 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.7.206.203 | 52.4.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.71.108.206 | 52.70.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.210.201.66 | 54.210.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with admin.abnormalsecurity.com in WhisperGraph.
Subdomains
1 observed subdomain of admin.abnormalsecurity.com.
| Subdomain |
|---|
| eu.admin.abnormalsecurity.com |
Threat posture
History
Related pages
Pivot deeper into the graph from admin.abnormalsecurity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admin.abnormalsecurity.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.