Skip to content

Hostname

dev-red.gradesfirst.com

Last fetched

dev-red.gradesfirst.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev-red.gradesfirst.comRouting diversity4.8/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev-red.gradesfirst.com

Resolution chain

dev-red.gradesfirst.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.133.28100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.23.102.3423.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.217.124.1883.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.223.147.1203.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.226.22.2453.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.93.135.603.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.235.220.7434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.208.193.4344.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.221.163.3044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.1.74.21952.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev-red.gradesfirst.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dev-red.gradesfirst.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dev-red.gradesfirst.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.