Skip to content

Hostname

ads.pinterest.com

Last fetched

ads.pinterest.com resolves to 6 IPv4 addresses operated by FASTLY - Fastly, Inc. in DE.

Nutrition Label

WHISPER CANON · ads.pinterest.comRouting diversity4.2/10Peering density9.1/10MOAS conflict✓ noneThreat-feed listings4.8/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/ads.pinterest.com

Resolution chain

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

IPPrefixASNOperatorCountry
146.75.120.84146.75.120.0/22AS54113FASTLY - Fastly, Inc.DE
2.20.140.2442.20.140.0/23AS16625AKAMAI-AS - Akamai Technologies, Inc.AR
2.20.140.2442.20.140.0/23AS16625AKAMAI-AS - Akamai Technologies, Inc.AR
2.23.245.352.23.244.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.DE
23.56.163.3423.56.162.0/23AS16625AKAMAI-AS - Akamai Technologies, Inc.US
23.58.109.3723.32.0.0/11AS20940AKAMAI-ASN1DE
23.75.65.2723.75.64.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.CZ

WHOIS identity

No WHOIS records are currently associated with ads.pinterest.com in WhisperGraph.

Web-graph footprint

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

968 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from ads.pinterest.com.

Cypher and MCP

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

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