Skip to content

Hostname

movado.com

Last fetched

movado.com resolves to 4 IPv4 addresses operated by FASTLY - Fastly, Inc. in SG. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · movado.comRouting diversity3.5/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.8/10canon.whisper.security/host/movado.com

Resolution chain

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

IPPrefixASNOperatorCountry
146.75.31.52146.75.28.0/22AS54113FASTLY - Fastly, Inc.SG
151.101.19.52151.101.16.0/22AS54113FASTLY - Fastly, Inc.US
151.101.55.52151.101.52.0/22AS54113FASTLY - Fastly, Inc.US
34.110.209.13034.108.0.0/14AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

Registrar
iana:2
Organization
movado group
Contact emails

Subdomains

19 observed subdomains of movado.com.

Web-graph footprint

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

482 sites link to this hostname.

36 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for movado.com.

MechanismTarget
SPF_Aproduction.na02.movado.demandware.net
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP12.18.20.42
SPF_IP12.18.20.43
SPF_IP151.106.138.40
SPF_IP199.122.124.157
SPF_IP199.122.124.58
SPF_IP35.170.172.67
SPF_IP52.205.122.141
SPF_IP74.217.61.20
SPF_IP74.217.61.49

Related pages

Pivot deeper into the graph from movado.com.

Cypher and MCP

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

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