Skip to content

Hostname

discuspg.cc

Last fetched

discuspg.cc resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · discuspg.ccRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/discuspg.cc

Resolution chain

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

IPPrefixASNOperatorCountry
13.226.251.413.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.251.613.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.251.713.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.251.913.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.221.12018.67.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.VN
18.67.221.8018.67.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.VN
18.67.221.8818.67.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.VN
18.67.221.8918.67.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.VN
3.168.167.1243.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.143.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.613.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.963.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with discuspg.cc in WhisperGraph.

Subdomains

3 observed subdomains of discuspg.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from discuspg.cc.

Cypher and MCP

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

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