Skip to content

Hostname

uwm.com

Last fetched

uwm.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:3786 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.18.42.253104.18.42.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.145.3172.64.145.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
192.30.212.10192.30.212.0/23AS54840UWM - United Wholesale Mortgage, LLCUS

WHOIS identity

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

Subdomains

69 observed subdomains of uwm.com.

Web-graph footprint

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

349 sites link to this hostname.

73 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for uwm.com.

MechanismTarget
SPF_Ac.spf.service-now.com
SPF_EXISTS%{i}._spf.mta.salesforce.com
SPF_INCLUDE_spf.qualtrics.com
SPF_INCLUDE_spf.sendergen.com
SPF_INCLUDE_spf.ultipro.com
SPF_INCLUDE_spf01.mykronos.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEus._netblocks.mimecast.com
SPF_IP104.41.148.118
SPF_IP192.30.213.23
SPF_IP35.80.141.6/32

Related pages

Pivot deeper into the graph from uwm.com.

Cypher and MCP

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

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