@zackrobertstech/n8n-nodes-cylance
v1.0.0
Published
Interact with the Cylance Protect API to manage threats, detections, and device commands.
Maintainers
Keywords
Readme
Cylance n8n Node
Interact with the Cylance Protect API to manage threats, detections, and device commands.
Installation
In your n8n instance, go to Settings > Community Nodes and install:
@zackrobertstech/n8n-nodes-cylanceCompatibility
- n8n version:
>=1.0.0 - Node.js version:
>=18
Credentials
Configure your Cylance API credentials in n8n.
Resources & Operations
Base URL: https://protectapi.cylance.com
Auth
| Endpoint | Description |
|---|---|
| 🟢 POST /auth/v2/token | Get Auth Token |
Detections
| Endpoint | Description |
|---|---|
| 🔵 GET /detections/v2 | Get Detections |
| 🔵 GET /detections/v2/{detection_id} | Get Detection |
Devicecommands
| Endpoint | Description |
|---|---|
| 🔵 GET /devicecommands/v2/{device_id}/lockdown | Lockdown Device |
Threats
| Endpoint | Description |
|---|---|
| 🔵 GET /threats/v2 | Get Threats |
| 🔵 GET /threats/v2/{threat_sha256} | Get Threat |
Resources
Built with
This node was generated using Zack Roberts Node Studio, powered by @zackrobertstech/n8n-openapi-node-builder (a maintained fork of @avantguardllc/n8n-openapi-node).
License
MIT
