From ddb6b92b730f6bab9678fc7a3ecb9b7bcffd8b60 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sun, 13 Sep 2020 16:41:22 +0700 Subject: [PATCH] Add: fireeye/capa-rules --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4afb841..72385f9 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ This repository is created as an online bookmark for useful links, resources and fireeye/capa capa detects capabilities in executable files. You run it against a PE file or shellcode and it tells you what it thinks the program can do. For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate. + + fireeye/capa-rules + Standard collection of rules for capa: the tool for enumerating the capabilities of programs + jymchoeng/AutoTTP Automated Tactics Techniques & Procedures