You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-11Lines changed: 42 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,43 @@
2
2
3
3
## master (unreleased)
4
4
5
-
Unlock powerful malware analysis with capa's new [VMRay sandbox](https://www.vmray.com/) integration! Simply provide a VMRay analysis archive, and capa will automatically extract and match capabilties, streamlining your workflow.
This release comes with the following three major enhancements:
25
+
26
+
### 1. Support for VMRay sandbox analysis archives
27
+
Unlock powerful malware analysis with capa's new [VMRay sandbox](https://www.vmray.com/) integration! Simply provide a VMRay analysis archive, and capa will automatically extract and match capabilities to streamline your workflow. This is the second support for the analysis of dynamic analysis results after [CAPE](https://www.mandiant.com/resources/blog/dynamic-capa-executable-behavior-cape-sandbox).
28
+
29
+
### 2. Support for BinExport files generated by Ghidra
30
+
[BinExport](https://github.com/google/binexport) files store disassembled data into a Protocol Buffer format. capa now supports the analysis of BinExport files generated by Ghidra. Using Ghidra and the BinExport file format users can now analyze ARM (AARCH64) ELF files targeting Android.
31
+
32
+
### 3. Introducing the capa rules website
33
+
You can now browse capa's default rule set at https://mandiant.github.io/capa/rules. In modern terminals the CLI capa tool hyperlinks to resources on the web, including entries on the capa rules website.
34
+
Furthermore, https://mandiant.github.io/capa provides a landing page for the capa tool project.
35
+
36
+
### Additional updates
37
+
-[capa Explorer Web](https://mandiant.github.io/capa/explorer/) received several enhancements and bug fixes.
38
+
- Support for the IDA Pro 9.0 IDAPython API while keeping compatibility to older IDA Pro versions
39
+
- Six rules have been added and two rules have been updated
40
+
41
+
Thanks to @r-sm2024 for their contribution in https://github.com/mandiant/capa/pull/2155 and their further work. And of course a big thanks to the community for reporting issues, participating in discussions, and supporting the capa tool and capa rules.
6
42
7
43
### New Features
8
44
- regenerate ruleset cache automatically on source change (only in dev mode) #2133@s-ff
@@ -11,13 +47,10 @@ Unlock powerful malware analysis with capa's new [VMRay sandbox](https://www.vmr
11
47
- add .justfile @williballenthin#2325
12
48
- dynamic: add support for VMRay dynamic sandbox traces #2208@mike-hunhoff@r-sm2024@mr-tz
13
49
- cli: use modern terminal features to hyperlink to the rules website #2337@williballenthin
14
-
- update IDAPython to IDA Pro 9.0 @mr-tz
15
50
- support analyzing BinExport2 files generated by Ghidra #1950@williballenthin@mehunhoff@mr-tz
16
51
- add support for Android OS #1950@williballenthin@mehunhoff@mr-tz
17
52
- add support for aarch64 architecture via BinExport2 backend #1950@williballenthin@mehunhoff@mr-tz
capa v7.2.0 introduces a first version of capa explorer web: a web-based user interface to inspect capa results using your browser. Users can inspect capa result JSON documents in an online web instance or a standalone HTML page for offline usage. capa explorer supports interactive exploring of capa results to make it easier to understand them. Users can filter, sort, and see the details of all identified capabilities. capa explorer web was worked on by @s-ff as part of a [GSoC project](https://summerofcode.withgoogle.com/programs/2024/projects/cR3hjbsq), and it is available at https://mandiant.github.io/capa/explorer/#/.
47
78
48
79
This release also adds a feature extractor for output from the DRAKVUF sandbox. Now, analysts can pass the resulting `drakmon.log` file to capa and extract capabilities from the artifacts captured by the sandbox. This feature extractor will also be added to the DRAKVUF sandbox as a post-processing script, and it was worked on by @yelhamer as part of a [GSoC project](https://summerofcode.withgoogle.com/programs/2024/projects/fCnBGuEC).
0 commit comments