Skip to content

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

WHISPER CANON · admin.abnormalsecurity.comRouting diversity5.2/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/admin.abnormalsecurity.com

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.

IPPrefixASNOperatorCountry
100.30.83.41100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
107.22.198.32107.22.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
13.222.84.2313.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.207.81.15418.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
23.22.84.1623.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.2.24334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.217.251.23844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.206.20352.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.108.20652.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.210.201.6654.210.0.0/16AS14618AMAZON-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.

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 20

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