-
Notifications
You must be signed in to change notification settings - Fork 515
[Box Events] Remove non-ECS fields in ECS namespace #15947
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
Merged
moxarth-rathod
merged 3 commits into
elastic:main
from
moxarth-rathod:15338-fix-box-event
Nov 19, 2025
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,23 +65,11 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "Significant increase in download content week over week, 9200% (25.04 MB) more than last week 12 additional files downloaded week over week)" | ||
| ], | ||
| "indicator_type": [ | ||
| "file" | ||
| ], | ||
| "ip": [ | ||
| "1.128.0.0", | ||
| "175.16.199.0", | ||
| "10.1.2.3" | ||
| ], | ||
| "location": [ | ||
| { | ||
| "lat": 43.88, | ||
| "lon": 125.3228 | ||
| } | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
@@ -211,22 +199,10 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "Significant increase in download content week over week, 9200% (25.04 MB) more than last week 12 additional files downloaded week over week)" | ||
| ], | ||
| "indicator_type": [ | ||
| "file" | ||
| ], | ||
| "ip": [ | ||
| "175.16.199.0", | ||
| "10.1.2.3" | ||
| ], | ||
| "location": [ | ||
| { | ||
| "lat": 43.88, | ||
| "lon": 125.3228 | ||
| } | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,12 +62,6 @@ | |
| "ip": [ | ||
| "81.2.69.144" | ||
| ], | ||
| "location": [ | ||
| { | ||
| "lat": 51.5142, | ||
| "lon": -0.0931 | ||
| } | ||
| ], | ||
| "user": [ | ||
| "[email protected]", | ||
| "Acting User", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,22 +80,10 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "BadMalware, MalwareBot4000, malware.exe Detected by Box Shield from IP 67.43.156.0. This is a really bad file see https://some.link/xyz" | ||
| ], | ||
| "indicator_type": [ | ||
| "software" | ||
| ], | ||
| "ip": [ | ||
| "67.43.156.0", | ||
| "10.1.2.3" | ||
| ], | ||
| "location": [ | ||
| { | ||
| "lat": 27.5, | ||
| "lon": 90.5 | ||
| } | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
@@ -220,12 +208,6 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "BadMalware, MalwareBot4000, malware.exe Detected by Box Shield from IP Unknown IP. This is a really bad file see https://some.link/xyz" | ||
| ], | ||
| "indicator_type": [ | ||
| "software" | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,26 +38,10 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "IP 81.2.69.144 was observed to Download file ABC/DEF/xyz.txt by Box Excel Online Previewer" | ||
| ], | ||
| "indicator_type": [ | ||
| "ipv4-addr" | ||
| ], | ||
| "ip": [ | ||
| "81.2.69.144", | ||
| "67.43.156.0" | ||
| ], | ||
| "location": [ | ||
| { | ||
| "lat": 51.5142, | ||
| "lon": -0.0931 | ||
| }, | ||
| { | ||
| "lat": 27.5, | ||
| "lon": 90.5 | ||
| } | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
@@ -135,12 +119,6 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "IP Unknown IP was observed to Download file ABC/DEF/xyz.txt by Box Excel Online Previewer" | ||
| ], | ||
| "indicator_type": [ | ||
| "ipv4-addr" | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,22 +41,10 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "IP 81.2.69.142 was observed to Set shared link expiration file ABC/DEF/xyz.txt by ServiceName" | ||
| ], | ||
| "indicator_type": [ | ||
| "user-account" | ||
| ], | ||
| "ip": [ | ||
| "81.2.69.142", | ||
| "10.1.2.3" | ||
| ], | ||
| "location": [ | ||
| { | ||
| "lat": 51.5142, | ||
| "lon": -0.0931 | ||
| } | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
@@ -137,12 +125,6 @@ | |
| ] | ||
| }, | ||
| "related": { | ||
| "description": [ | ||
| "IP Unknown IP was observed to Set shared link expiration file ABC/DEF/xyz.txt by ServiceName" | ||
| ], | ||
| "indicator_type": [ | ||
| "user-account" | ||
| ], | ||
| "user": [ | ||
| "Unknown User", | ||
| "[email protected]", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.