DWORDZ EDR Documentation
Comprehensive guides and API reference for integrating and managing DWORDZ EDR in your organization.
Introduction
Welcome to the DWORDZ EDR documentation. This guide will help you get started with deploying, configuring, and managing our endpoint detection and response platform.
📘 What You'll Learn
This documentation covers installation, configuration, API usage, and best practices for securing your endpoints with DWORDZ EDR.
Key Features
- Real-time threat detection and automated response
- Comprehensive API for programmatic access
- Cloud-native architecture with minimal footprint
- Advanced behavioral analysis and ML-powered detection
- Integration with popular SIEM and ticketing systems
Installation
Deploy the DWORDZ EDR agent across your endpoints using our automated installer or package managers.
Windows Installation
Linux Installation
macOS Installation
Authentication
All API requests require authentication using an API key. You can generate API keys from the DWORDZ dashboard.
⚠️ Security Best Practice
Never expose your API keys in client-side code or public repositories. Store them securely in environment variables or a secrets management system.
Alerts API
Retrieve and manage security alerts detected by DWORDZ EDR.
Retrieve a list of security alerts
Query Parameters
| Parameter | Type | Description |
|---|---|---|
severity |
string | Filter by severity: low, medium, high, critical |
status |
string | Filter by status: open, investigating, resolved |
limit |
integer | Number of results to return (default: 50, max: 1000) |
offset |
integer | Pagination offset |
Example Request
Example Response
Execute a response action on an alert
Deployment Guide
Best practices for deploying DWORDZ EDR across your organization.
Planning Your Deployment
- Inventory all endpoints that require protection
- Determine appropriate policy configurations for different groups
- Set up integrations with existing security tools
- Plan rollout phases starting with pilot groups
- Prepare incident response procedures
Deployment Methods
DWORDZ EDR supports multiple deployment methods to fit your environment:
🚀 Group Policy (Windows)
Use GPO to deploy agents across Active Directory-joined Windows systems. Download our ADM/ADMX templates from the dashboard.
📦 Configuration Management
Deploy using Ansible, Puppet, Chef, or other configuration management tools. See our examples repository on GitHub.
☁️ Cloud Deployment
Use our Terraform modules or CloudFormation templates to deploy agents to cloud instances automatically.
Webhooks
Configure webhooks to receive real-time notifications about security events.