From e138ab8b152a25455519db2d0c3b7de483702c84 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 29 May 2021 22:01:26 +0200 Subject: [PATCH] chg: [doc] README added --- crawler/sigma/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crawler/sigma/README.md diff --git a/crawler/sigma/README.md b/crawler/sigma/README.md new file mode 100644 index 0000000..07b9aaa --- /dev/null +++ b/crawler/sigma/README.md @@ -0,0 +1,15 @@ +# Sigma importer + +Sigma rules importer (for the rules with an assigned id) and `mitre-attack-id` namespace. + +# Usage + +~~~ +usage: sigma_importer.py [-h] [-p PATH] + +Sigma import for CyCAT + +optional arguments: + -h, --help show this help message and exit + -p PATH, --path PATH Sigma path of the git repository +~~~