Skip to content

Hostname

firstyear.uga.edu

Last fetched

firstyear.uga.edu resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · firstyear.uga.eduRouting diversity5.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/firstyear.uga.edu

Resolution chain

firstyear.uga.edu resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.24.112.240100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.49.245.9100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.52.103.236100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
107.21.243.51107.21.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
3.94.12.43.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.193.122.18334.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.193.242.9934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.175.168.14435.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
50.17.38.6950.17.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.20.122.7552.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.3.40.22852.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.161.189.24154.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with firstyear.uga.edu in WhisperGraph.

Subdomains

1 observed subdomain of firstyear.uga.edu.

Threat posture

History

Related pages

Pivot deeper into the graph from firstyear.uga.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "firstyear.uga.edu"})-[: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.