Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDOC-1036: add Crowdstrike events #558

Merged
merged 6 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ lifecycle
Fallbacks
deprecations
oasdiff
CrowdStrike
FIPS
OpenAI
XCode
Expand Down Expand Up @@ -333,4 +334,4 @@ Anthropic
GPT-4o-2024-05-13
text-embedding-ada-002
params
GPT-4o-mini
GPT-4o-mini
6 changes: 6 additions & 0 deletions content/guides/events/enterprise-events/for-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ exhaustive, so it is possible events appear that are not listed.
| `DOWNLOAD` | Downloaded |
| `EDIT` | Edited |
| `EDIT_USER` | Edited user |
| `EDR_CROWDSTRIKE_DEVICE_DETECTED` | Device detected by the CrowdStrike Falcon platform |
| `EDR_CROWDSTRIKE_NO_BOX_TOOLS` | Box Tools package not detected on device with CrowdStrike Falcon platform support |
| `EDR_CROWDSTRIKE_BOX_TOOLS_OUTDATED` | Box Tools package outdated on device with CrowdStrike Falcon platform support |
| `EDR_CROWDSTRIKE_DRIVE_OUTDATED` | Box Drive application outdated on device with CrowdStrike Falcon platform support |
| `EDR_CROWDSTRIKE_ACCESS_ALLOWED_NO_CROWDSTRIKE_DEVICE` | Access allowed to a device not identified by the CrowdStrike Falcon platform |
| `EDR_CROWDSTRIKE_ACCESS_REVOKED` | Access revoked to a device identified by the CrowdStrike Falcon platform |
| `EMAIL_ALIAS_CONFIRM` | A user email alias is confirmed |
| `EMAIL_ALIAS_REMOVE` | A user email alias is removed |
| `ENABLE_MULTI_FACTOR_AUTH` | When multifactor authentication has been enabled |
Expand Down
Loading