Skip to content

Hostname

sc-static.net

Last fetched

sc-static.net resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · sc-static.netRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings4.4/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/sc-static.net

Resolution chain

sc-static.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.163.245.43.163.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.248.43.163.248.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:292
Organization
dnstination
Contact emails

Web-graph footprint

Distinct hostnames that link to or from sc-static.net in the public web crawl.

1,561 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from sc-static.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sc-static.net"})-[: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.