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 +~~~