Skip to content

Commit

Permalink
Merge branch 'DDOC-1036-crowdstrike' of github.com:box/box-developer-…
Browse files Browse the repository at this point in the history
…changelog into staging
  • Loading branch information
bszwarc committed May 29, 2024
2 parents abcb7dc + 8ad2619 commit 6f956ba
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,5 @@ aci
codeowners
unresolve
dev
chatbot-like
chatbot-like
CrowdStrike
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
35 changes: 35 additions & 0 deletions content/2024/06-03-crowdstrike-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
applied_at: "2024-06-03"
applies_to:
- guides
- api
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ""
---

# CrowdStrike integration

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/

0 comments on commit 6f956ba

Please sign in to comment.