Skip to content

Hostname

pico.net

Last fetched

pico.net resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · pico.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/pico.net

Resolution chain

pico.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.26.10.121104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.11.121104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.69.240172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

6 observed subdomains of pico.net.

Web-graph footprint

Distinct hostnames that link to or from pico.net in the public web crawl.

156 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for pico.net.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEservice-now.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP216.10.234.6
SPF_IP216.74.152.66
SPF_IP31.193.216.71
SPF_IP38.122.117.85
SPF_IP38.122.117.86
SPF_IP38.122.180.62
SPF_IP66.132.220.95/32
SPF_IP72.5.193.246
SPF_IP72.5.193.247
SPF_IP74.217.166.246
SPF_IP94.31.50.58

Related pages

Pivot deeper into the graph from pico.net.

Cypher and MCP

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

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