Skip to content

Hostname

scc.stat.psu.edu

Last fetched

scc.stat.psu.edu resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · scc.stat.psu.eduRouting diversity4.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/scc.stat.psu.edu

Resolution chain

scc.stat.psu.edu resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.24.182.117100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
184.72.224.80184.72.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
3.91.109.1223.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.199.202.10634.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.227.238.16634.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.73.10235.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with scc.stat.psu.edu in WhisperGraph.

Subdomains

1 observed subdomain of scc.stat.psu.edu.

Web-graph footprint

Distinct hostnames that link to or from scc.stat.psu.edu in the public web crawl.

9 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from scc.stat.psu.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "scc.stat.psu.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.