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: Crowdstrike integration changelog #380

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ codeowners
unresolve
dev
chatbot-like
CrowdStrike
docgen
js
upsell
Expand Down
1 change: 1 addition & 0 deletions content/2024/05-20-box-node-sdk-new-gen-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-typescript-sdk-gen/releases/tag/v1.0.0'
collapse: true
show_excerpt: true
---

# Introducing New Generation TypeScript SDK
Expand Down
1 change: 1 addition & 0 deletions content/2024/05-20-box-python-sdk-new-gen-released copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.0.0'
collapse: true
show_excerpt: true
---

# Introducing New Generation Python SDK
Expand Down
36 changes: 36 additions & 0 deletions content/2024/06-03-crowdstrike-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
applied_at: "2024-06-20"
applies_to:
- guides
- api
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ""
---

# CrowdStrike integration with Box

CrowdStrike is an endpoint detection tool integrated with Box to monitor endpoint activity. This means, CrowdStrike monitors devices that connect to Box and your Box organization, analyzing data about the connection and the device to identify potential threat activity.

The integration with CrowdStrike comes with additional [events in the event stream][1] that can be triggered for an enterprise.

<!-- more -->

For example, the `EDR_CROWDSTRIKE_DEVICE_DETECTED` event is triggered when a new device is detected by the the CrowdStrike Falcon platform.
The full list includes the following events:

* `EDR_CROWDSTRIKE_DEVICE_DETECTED`
* `EDR_CROWDSTRIKE_NO_BOX_TOOLS`
* `EDR_CROWDSTRIKE_BOX_TOOLS_OUTDATED`
* `EDR_CROWDSTRIKE_DRIVE_OUTDATED`
* `EDR_CROWDSTRIKE_ACCESS_ALLOWED_NO_CROWDSTRIKE_DEVICE`
* `EDR_CROWDSTRIKE_ACCESS_REVOKED`

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed.

[1]: g://events/enterprise-events/for-enterprise#event-types
[2]: https://forum.box.com/
Loading