From 8ad2619d58bcd44e4ac1277ee574d458ed8df8d7 Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Wed, 29 May 2024 07:15:31 +0200 Subject: [PATCH 1/3] DDOC-1036: Crowdstrike integration changelog --- .spelling | 3 +- .../05-20-box-node-sdk-new-gen-released.md | 1 + .../05-20-box-python-sdk-new-gen-released.md | 1 + content/2024/06-03-crowdstrike-integration.md | 35 +++++++++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 content/2024/06-03-crowdstrike-integration.md diff --git a/.spelling b/.spelling index 0e1efac7..59471981 100644 --- a/.spelling +++ b/.spelling @@ -289,4 +289,5 @@ aci codeowners unresolve dev -chatbot-like \ No newline at end of file +chatbot-like +CrowdStrike \ No newline at end of file diff --git a/content/2024/05-20-box-node-sdk-new-gen-released.md b/content/2024/05-20-box-node-sdk-new-gen-released.md index e08297e4..4165d059 100644 --- a/content/2024/05-20-box-node-sdk-new-gen-released.md +++ b/content/2024/05-20-box-node-sdk-new-gen-released.md @@ -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 diff --git a/content/2024/05-20-box-python-sdk-new-gen-released.md b/content/2024/05-20-box-python-sdk-new-gen-released.md index d6068228..35e6a0ac 100644 --- a/content/2024/05-20-box-python-sdk-new-gen-released.md +++ b/content/2024/05-20-box-python-sdk-new-gen-released.md @@ -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 diff --git a/content/2024/06-03-crowdstrike-integration.md b/content/2024/06-03-crowdstrike-integration.md new file mode 100644 index 00000000..12ade523 --- /dev/null +++ b/content/2024/06-03-crowdstrike-integration.md @@ -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. + + + +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/ From 9706fb9f79dac6996e2d692e6ae6a7fa86a843ca Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Wed, 29 May 2024 09:10:56 +0200 Subject: [PATCH 2/3] Minor changes in wording and formatting --- content/2024/06-03-crowdstrike-integration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/2024/06-03-crowdstrike-integration.md b/content/2024/06-03-crowdstrike-integration.md index 12ade523..37e5534c 100644 --- a/content/2024/06-03-crowdstrike-integration.md +++ b/content/2024/06-03-crowdstrike-integration.md @@ -10,9 +10,10 @@ show_excerpt: true release_source_url: "" --- -# CrowdStrike integration +# 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. From fb07f94ba761c167d8ce1d15b6fd7c9041875d18 Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Thu, 20 Jun 2024 07:19:32 +0200 Subject: [PATCH 3/3] update date --- content/2024/06-03-crowdstrike-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2024/06-03-crowdstrike-integration.md b/content/2024/06-03-crowdstrike-integration.md index 37e5534c..562b968c 100644 --- a/content/2024/06-03-crowdstrike-integration.md +++ b/content/2024/06-03-crowdstrike-integration.md @@ -1,5 +1,5 @@ --- -applied_at: "2024-06-03" +applied_at: "2024-06-20" applies_to: - guides - api