Skip to content

Hostname

splitter-bot.com

Last fetched

splitter-bot.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · splitter-bot.comRouting diversity5.7/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/splitter-bot.com

Resolution chain

splitter-bot.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.76.833.5.76.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.78.583.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.180.13052.218.180.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.185.15452.218.185.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.197.15452.218.197.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.130.14752.92.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.162.22752.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.176.4352.92.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.192.3552.92.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.206.7552.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.211.18752.92.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.225.5152.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.229.13952.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.236.16352.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.236.17152.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
on behalf of splitter-bot.com owner
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from splitter-bot.com.

Cypher and MCP

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

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