Skip to content

Hostname

4pslot.com

Last fetched

4pslot.com resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · 4pslot.comRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/4pslot.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.66.65104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.201.137172.67.192.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
3.163.158.1113.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.563.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.703.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.983.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.2152.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.2352.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.552.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.8052.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
on behalf of 4pslot.com owner
Contact emails

Subdomains

2 observed subdomains of 4pslot.com.

Threat posture

History

Related pages

Pivot deeper into the graph from 4pslot.com.

Cypher and MCP

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

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