- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Bitdefender - Advanced Threat Control Events
Bitdefender - Antiphishing Events
Bitdefender - Hyper Detect Events
Bitdefender - Incident Details
Bitdefender - Malware Events
Bitdefender - Network Attack Defense Event Details
Bitdefender - Overview
Bitdefender - User Control Event Details
Bitdefender provides cybersecurity solutions with leading security efficacy, performance, and ease of use to small and medium businesses, mid-market enterprises, and consumers. Bitdefender EDR effectively stops ransomware and breaches with automated cross-endpoint correlation and seamlessly integrated prevention, protection, detection, and response.
The Bitdefender integration uses a webhook to ingest Bitdefender EDR logs. The integration provides OOTB dashboards and detection rules for the following event types:
Event | Trigger |
---|---|
Antiphishing | Endpoint agent detects a known phishing attempt when accessing a web page |
Antimalware | Bitdefender detects malware on an endpoint in your network |
Advanced Threat Control (ATC) | Potentially dangerous application is detected and blocked on an endpoint |
Data Protection | Data traffic is blocked on an endpoint, according to data protection rules |
Exchange Malware Detection | Bitdefender detects malware on an Exchange server in your network |
Firewall | Endpoint agent blocks a port scan or an application from accessing the network, according to the applied policy |
Hyper Detect event | Hyper Detect module detects malware |
Sandbox Analyzer Detection | Sandbox Analyzer detects a new threat among the submitted files |
Antiexploit Event | Advanced Anti-Exploit triggers a detection |
Network Attack Defense Event | Network Attack Defense module triggers a detection |
User Control/Content Control | User activity, such as web browsing of software application, is blocked on the endpoint according to the applied policy |
Ransomware activity detection | Endpoint agent blocks ransomware attack |
New Incident | New Root Cause Analysis (RCA) is displayed under the Incidents section of Control Center. The event contains a list of relevant items extracted from the RCA JSON |
Log in to Bitdefender Business Security Enterprise Portal using an administrator account. Your account must have the following rights:
Click the User menu, then click My Account.
Navigate to the Control Center API section and copy the Access URL.
Navigate to the API keys section.
Click Add. The API Key Configuration window opens.
Provide the following information:
Click Generate and copy the generated API key.
Perform Base64 encoding on the generated API key. You need to use the encoded API key for webhook configuration.
<api_key>:
For example, if your API key is abc123, the string to encode is abc123:
After Base64 encoding, the result will be something like YWJjMTIzOg==
.
Make a curl request. Use the template below, putting values into the following fields:
Retrieve the Datadog Webhook URL
^
before &ddsource
and &service
in the webhook_url parameter.av
for Antimalwareaph
(Antiphishing), av
(Antimalware), avc
(Advanced Threat Control), dp
(Data Protection), exchange-malware
(Exchange Malware Detection), fw
(Firewall), hd
(Hyper Detect event), network-sandboxing
(Sandbox Analyzer Detection), antiexploit
, network-monitor
(Network Attack Defense Event), uc
(User Control/Content Control), ransomware-mitigation
(Ransomware activity detection), new-incident
curl -X POST -k "<control_center_apis_access_url>/v1.0/jsonrpc/push" --header "Authorization: Basic <bitdefender-encoded-api-key>" --header "Content-Type: application/json" --data "{\"params\": {\"status\": 1,\"serviceType\": \"jsonRPC\",\"serviceSettings\": {\"url\": \"<webhook_url>\",\"requireValidSslCertificate\": false,\"authorization\": \"<dd-api-key>\"},\"subscribeToEventTypes\": {\"<event-type>\": true}},\"jsonrpc\": \"2.0\",\"method\": \"setPushEventSettings\",\"id\": 1}"
Repeat steps 5-9 for each supported event type you want to push to Datadog.
The Bitdefender integration collects and forwards Bitdefender logs to Datadog.
The Bitdefender integration does not include any metrics.
The Bitdefender integration does not include any events.
For further assistance, contact Datadog Support.
Bitdefender - Advanced Threat Control Events
Bitdefender - Antiphishing Events
Bitdefender - Hyper Detect Events
Bitdefender - Incident Details
Bitdefender - Malware Events
Bitdefender - Network Attack Defense Event Details
Bitdefender - Overview
Bitdefender - User Control Event Details