Skip to content

Hostname

1pse.cc

Last fetched

1pse.cc resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · 1pse.ccRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/1pse.cc

Resolution chain

1pse.cc resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.155.252.10318.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.252.10418.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.252.10618.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.252.9418.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.99.12418.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.99.218.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.99.6718.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.99.818.155.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

Registrar
iana:81
Organization
ipsec pty
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from 1pse.cc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "1pse.cc"})-[: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.