Skip to content

Hostname

feedzai.com

Last fetched

feedzai.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · feedzai.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/feedzai.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.20.2.123104.20.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.128.105172.66.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:146
Organization
******** ******** (see notes section below on how to view unmasked data)
Contact emails

Subdomains

60 observed subdomains of feedzai.com.

Web-graph footprint

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

880 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

33 SPF mechanisms authorising senders for feedzai.com.

MechanismTarget
SPF_INCLUDE310074.spf08.hubspotemail.net
SPF_INCLUDE_netblocks.google.com
SPF_INCLUDE_netblocks2.google.com
SPF_INCLUDE_netblocks3.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEmg-spf.greenhouse.io
SPF_INCLUDEspf.mandrillapp.com
SPF_IP18.185.10.2
SPF_IP18.196.184.63
SPF_IP185.250.239.148/32
SPF_IP185.250.239.168/32
SPF_IP185.250.239.190/32
SPF_IP195.23.152.18
SPF_IP50.23.218.215/32
SPF_IP52.1.79.218
SPF_IP52.24.71.199
SPF_IP52.3.181.9
SPF_IP52.41.112.110
SPF_IP52.70.60.35
SPF_IP52.87.48.85
SPF_IP54.148.175.32
SPF_IP54.148.195.152
SPF_IP62.28.237.62
SPF_IP69.72.40.93/32
SPF_IP69.72.40.94/32
SPF_IP69.72.40.95/32
SPF_IP69.72.40.96/32
SPF_IP69.72.40.97/32
SPF_IP69.72.40.98/32
SPF_IP69.72.40.99/32
SPF_IP69.72.47.205/32

Related pages

Pivot deeper into the graph from feedzai.com.

Cypher and MCP

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

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