Skip to content

Hostname

static.com

Last fetched

static.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · static.comRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/static.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.226.244.10413.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.4513.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.4813.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.7913.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.239.50.1718.239.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.50.2218.239.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.50.2918.239.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.50.4418.239.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
3.168.122.1003.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.1183.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.243.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.343.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

6 observed subdomains of static.com.

Web-graph footprint

Distinct hostnames that link to or from static.com in the public web crawl.

150 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for static.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEone.zoho.com

Related pages

Pivot deeper into the graph from static.com.

Cypher and MCP

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

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