-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dynamic-feature-extraction
- Loading branch information
Showing
21 changed files
with
341 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,21 @@ | |
|
||
### New Features | ||
- ELF: implement file import and export name extractor #1607 @Aayush-Goel-04 | ||
- Add a dynamic feature extractor for the CAPE sandbox @yelhamer [#1535](https://github.com/mandiant/capa/issues/1535) | ||
- Add unit tests for the new CAPE extractor #1563 @yelhamer | ||
- Add a CAPE file format and CAPE-based dynamic feature extraction to scripts/show-features.py #1566 @yelhamer | ||
- Add a new process scope for the dynamic analysis flavor #1517 @yelhamer | ||
- Add a new thread scope for the dynamic analysis flavor #1517 @yelhamer | ||
- Add support for flavor-based rule scopes @yelhamer | ||
- Add ProcessesAddress and ThreadAddress #1612 @yelhamer | ||
- Add dynamic capability extraction @yelhamer | ||
- Add support for mixed-scopes rules @yelhamer | ||
- Add a call scope @yelhamer | ||
- bump pydantic from 1.10.9 to 2.1.1 #1582 @Aayush-Goel-04 | ||
- develop script to highlight the features that are not used during matching #331 @Aayush-Goel-04 | ||
- implement dynamic analysis via CAPE sandbox #48 #1535 @yelhamer | ||
- add call scope #771 @yelhamer | ||
- add process scope for the dynamic analysis flavor #1517 @yelhamer | ||
- Add thread scope for the dynamic analysis flavor #1517 @yelhamer | ||
|
||
### Breaking Changes | ||
|
||
### New Rules (4) | ||
|
||
- executable/pe/export/forwarded-export [email protected] | ||
- host-interaction/bootloader/get-uefi-variable [email protected] | ||
- host-interaction/bootloader/set-uefi-variable [email protected] | ||
- nursery/enumerate-device-drivers-on-linux @mr-tz | ||
- | ||
|
||
### Bug Fixes | ||
|
@@ -29,6 +27,7 @@ | |
- linter: skip native API check for NtProtectVirtualMemory #1675 @williballenthin | ||
|
||
### capa explorer IDA Pro plugin | ||
- fix unhandled exception when resolving rule path #1693 @mike-hunhoff | ||
|
||
### Development | ||
|
||
|
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
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
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
Oops, something went wrong.