Commit graph

5 commits

Author SHA1 Message Date
William Ballenthin
f8a3de9367 update attack mappings 2021-01-02 11:46:20 -07:00
Desiree Beck
71f049f0cb update mappings for mbc 2.0 2020-08-31 13:45:39 -04:00
Ana María Martínez Gómez
25f1157db0
Change characteristic syntax in rules
Get rid of `true` in characteristic as it is implicit.

The changes are the result of executing the following commands:
```
find . -type f -exec sed -i.bak "s/\(.*\)characteristic(\(.*\)): true/\1characteristic: \2/g" {} \;
find . -name "*.bak" -type f -delete
```
2020-07-01 19:19:49 +02:00
William Ballenthin
7b4f4d10fb rules: remove empty ATT&CK/MBC tags, format ATT&CK tags better 2020-06-21 17:54:01 -06:00
William Ballenthin
5f57dbdbc9 rules: reorganize rule names, namespaces, and ATT&CK mappings 2020-06-21 17:25:43 -06:00