-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Mike Hunhoff <[email protected]>
- Loading branch information
1 parent
7ecf292
commit 3bd3395
Showing
3 changed files
with
44 additions
and
15 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 |
---|---|---|
|
@@ -6,18 +6,11 @@ | |
|
||
### Breaking Changes | ||
|
||
### New Rules (4) | ||
### New Rules (0) | ||
|
||
- host-interaction/registry/change-registry-key-timestamp [email protected] | ||
- host-interaction/mutex/check-mutex-and-terminate-process-on-windows @_re_fox [email protected] [email protected] | ||
- anti-analysis/anti-forensic/clear-logs/clear-windows-event-logs-remotely [email protected] | ||
- | ||
|
||
### Bug Fixes | ||
- only parse CAPE fields required for analysis @mike-hunhoff #2607 | ||
- main: render result document without needing associated rules @williballenthin #2610 | ||
- vmray: only verify process OS and monitor IDs match @mike-hunhoff #2613 | ||
- render: don't assume prior matches exist within a thread @mike-hunhoff #2612 | ||
|
||
### capa Explorer Web | ||
|
||
|
@@ -26,8 +19,30 @@ | |
### Development | ||
|
||
### Raw diffs | ||
- [capa v9.0.0...master](https://github.com/mandiant/capa/compare/v9.0.0...master) | ||
- [capa-rules v9.0.0...master](https://github.com/mandiant/capa-rules/compare/v9.0.0...master) | ||
- [capa v9.1.0...master](https://github.com/mandiant/capa/compare/v9.1.0...master) | ||
- [capa-rules v9.1.0...master](https://github.com/mandiant/capa-rules/compare/v9.1.0...master) | ||
|
||
## v9.1.0 | ||
|
||
This release improves a few aspects of dynamic analysis, relaxing our validation on fields across many CAPE versions, for example. | ||
It also includes an updated rule pack in which many dynamic rules make better use of the "span of calls" scope. | ||
|
||
|
||
### New Rules (3) | ||
|
||
- host-interaction/registry/change-registry-key-timestamp [email protected] | ||
- host-interaction/mutex/check-mutex-and-terminate-process-on-windows @_re_fox [email protected] [email protected] | ||
- anti-analysis/anti-forensic/clear-logs/clear-windows-event-logs-remotely [email protected] | ||
|
||
### Bug Fixes | ||
- only parse CAPE fields required for analysis @mike-hunhoff #2607 | ||
- main: render result document without needing associated rules @williballenthin #2610 | ||
- vmray: only verify process OS and monitor IDs match @mike-hunhoff #2613 | ||
- render: don't assume prior matches exist within a thread @mike-hunhoff #2612 | ||
|
||
### Raw diffs | ||
- [capa v9.0.0...v9.1.0](https://github.com/mandiant/capa/compare/v9.0.0...v9.1.0) | ||
- [capa-rules v9.0.0...v9.1.0](https://github.com/mandiant/capa-rules/compare/v9.0.0...v9.1.0) | ||
|
||
## v9.0.0 | ||
|
||
|
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