Skip to content

Hostname

progressive.com

Last fetched

progressive.com resolves to 2 IPv4 addresses operated by PROGRESSIVE-AS - Progressive Casualty Insurance Company in US.

Nutrition Label

WHISPER CANON · progressive.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/progressive.com

Resolution chain

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

IPPrefixASNOperatorCountry
170.218.212.32170.218.208.0/20AS11740PROGRESSIVE-AS - Progressive Casualty Insurance CompanyUS
170.218.40.32170.218.32.0/20AS11740PROGRESSIVE-AS - Progressive Casualty Insurance CompanyUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for progressive.com.

MechanismTarget
SPF_EXISTS%{i}.spf.hc4529-39.iphmx.com
SPF_EXISTS%{i}.spf.hc4602-31.iphmx.com
SPF_INCLUDE_spf.act-on.net
SPF_INCLUDE_spf.salesforce.com
SPF_IP170.218.236.0/26
SPF_IP170.218.248.0/26
SPF_IP170.30.248.28
SPF_IP198.21.5.138
SPF_IP207.201.208.250
SPF_IP66.193.237.2
SPF_MXprogressive.com

Related pages

Pivot deeper into the graph from progressive.com.

Cypher and MCP

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

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