Skip to content

Hostname

arredo3.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.49.47104.21.48.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.158.211172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:168
Organization
arredo3 srl
Contact emails

Subdomains

1 observed subdomain of arredo3.com.

Web-graph footprint

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

83 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for arredo3.com.

MechanismTarget
SPF_INCLUDEmusvc.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.esvacloud.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP13.69.226.128/25
SPF_IP13.74.106.128/25
SPF_IP185.2.4.129
SPF_IP195.88.7.192
SPF_IP212.103.214.20
SPF_IP212.103.214.30
SPF_IP213.26.2.150
SPF_IP46.16.95.18
SPF_IP52.16.190.81/32
SPF_IP52.17.45.98/32
SPF_IP52.30.130.201/32
SPF_IP54.229.2.165/32
SPF_MXarredo3.com

Related pages

Pivot deeper into the graph from arredo3.com.

Cypher and MCP

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

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