Skip to content

Hostname

com.crealy.com

Last fetched

com.crealy.com resolves to 1 IPv4 address operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · com.crealy.comRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/com.crealy.com

Resolution chain

com.crealy.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
162.159.140.127162.159.128.0/19AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with com.crealy.com in WhisperGraph.

Subdomains

2 observed subdomains of com.crealy.com.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for com.crealy.com.

MechanismTarget
SPF_INCLUDEcmail1.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP167.89.39.15/32
SPF_IP194.168.101.162
SPF_IP51.219.13.22
SPF_IP51.219.4.244
SPF_IP51.219.7.243
SPF_IP62.49.146.201
SPF_IP62.49.236.57
SPF_IP80.86.90.202
SPF_IP81.168.28.53
SPF_IP81.168.31.105
SPF_IP82.152.223.72
SPF_MXcom.crealy.com

Related pages

Pivot deeper into the graph from com.crealy.com.

Cypher and MCP

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

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