Skip to content

Hostname

westmancom.com

Last fetched

westmancom.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:69 as the registrar.

Nutrition Label

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

Resolution chain

westmancom.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:69
Organization
network services
Contact emails

Subdomains

4,257 observed subdomains of westmancom.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for westmancom.com.

MechanismTarget
SPF_Awestmancom.com
SPF_INCLUDE_spf.psm.knowbe4.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.clearslide.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP147.160.167.0/26
SPF_IP205.144.147.54/31
SPF_IP216.36.128.160/29
SPF_IP216.36.132.168
SPF_IP216.36.132.174
SPF_IP23.21.109.197/32
SPF_IP23.21.109.212/32
SPF_IP2607:0:2:3:216:36:128:160/125
SPF_IP2607:0:3:24:172:30:4:2
SPF_MXwestmancom.com

Related pages

Pivot deeper into the graph from westmancom.com.

Cypher and MCP

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

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