Skip to content

Hostname

static-resources.botnot.io

Last fetched

static-resources.botnot.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · static-resources.botnot.ioRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/static-resources.botnot.io

Resolution chain

static-resources.botnot.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.160.150.1043.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.160.150.1143.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.160.150.23.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.160.150.373.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.11318.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.8618.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.12818.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.2118.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with static-resources.botnot.io in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from static-resources.botnot.io in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from static-resources.botnot.io.

Cypher and MCP

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

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