diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbfbf816..00447d641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ ## master (unreleased) +### New Features + +### Breaking Changes + +### New Rules (0) + +- + +### Bug Fixes + +### capa explorer IDA Pro plugin + +### Development + +### Raw diffs +- [capa v7.3.0...master](https://github.com/mandiant/capa/compare/v7.3.0...master) +- [capa-rules v7.3.0...master](https://github.com/mandiant/capa-rules/compare/v7.3.0...master) + +## v7.3.0 + 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. ### New Features @@ -26,7 +46,6 @@ Unlock powerful malware analysis with capa's new [VMRay sandbox](https://www.vmr - host-interaction/network/traffic/filter/enumerate-network-filters-via-wfp-api jakub.jozwiak@mandiant.com - nursery/check-thread-suspend-count-exceeded ervinocampo@google.com - nursery/create-thread-bypassing-process-freeze ervinocampo@google.com -- ### Bug Fixes @@ -38,10 +57,10 @@ Unlock powerful malware analysis with capa's new [VMRay sandbox](https://www.vmr ### Development ### Raw diffs -- [capa v7.2.0...master](https://github.com/mandiant/capa/compare/v7.2.0...master) -- [capa-rules v7.2.0...master](https://github.com/mandiant/capa-rules/compare/v7.2.0...master) +- [capa v7.2.0...v7.3.0](https://github.com/mandiant/capa/compare/v7.2.0...v7.3.0) +- [capa-rules v7.2.0...v7.3.0](https://github.com/mandiant/capa-rules/compare/v7.2.0...v7.3.0) -### v7.2.0 +## v7.2.0 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/#/. 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). diff --git a/capa/version.py b/capa/version.py index b12f2879b..dce982c2c 100644 --- a/capa/version.py +++ b/capa/version.py @@ -5,7 +5,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -__version__ = "7.2.0" +__version__ = "7.3.0" def get_major_version():