-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into package_extension_1091
Signed-off-by: Pavel Jurka <[email protected]>
- Loading branch information
Showing
4 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"caption": "Windows Evidence Artifacts", | ||
"description": "Extends the evidences object to add Windows specific fields", | ||
"extends": "evidences", | ||
"attributes": { | ||
"reg_key": { | ||
"description": "Describes details about the registry key that triggered the detection.", | ||
"requirement": "recommended" | ||
}, | ||
"reg_value": { | ||
"description": "Describes details about the registry value that triggered the detection.", | ||
"requirement": "recommended" | ||
} | ||
}, | ||
"constraints": { | ||
"at_least_one": [ | ||
"actor", | ||
"api", | ||
"connection_info", | ||
"data", | ||
"database", | ||
"databucket", | ||
"device", | ||
"dst_endpoint", | ||
"email", | ||
"file", | ||
"process", | ||
"query", | ||
"src_endpoint", | ||
"url", | ||
"user", | ||
"reg_key", | ||
"reg_value" | ||
] | ||
} | ||
} |
This file contains 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