Skip to content

Hostname

picoctf.com

Last fetched

picoctf.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · picoctf.comRouting diversity4.8/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/picoctf.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.178.4716.15.248.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.192.6716.18.0.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.15216.18.0.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
18.238.49.10318.238.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.1618.238.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.4518.238.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.6718.238.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.206.11452.216.234.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.238.17052.216.250.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.66.5952.217.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.67.23552.217.79.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.203.3754.239.2.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

5 observed subdomains of picoctf.com.

Web-graph footprint

Distinct hostnames that link to or from picoctf.com in the public web crawl.

180 sites link to this hostname.

27 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for picoctf.com.

MechanismTarget
SPF_Apicoctf.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEsendgrid.net
SPF_MXpicoctf.com

Related pages

Pivot deeper into the graph from picoctf.com.

Cypher and MCP

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

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