From b9e65d55fe08fdd4283f032c41b92085a89d205e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 16 Aug 2017 12:04:06 +0200 Subject: [PATCH 1/3] generator added --- tools/gen.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/gen.sh diff --git a/tools/gen.sh b/tools/gen.sh new file mode 100644 index 0000000..b12d674 --- /dev/null +++ b/tools/gen.sh @@ -0,0 +1,7 @@ +python3 machinetag.py -a >a.txt +asciidoctor a.txt +~/git/asciidoctor-pdf/bin/asciidoctor-pdf -a allow-uri-read a.txt +cp a.html ../../misp-website/taxonomies.html +cp a.pdf ../../misp-website/taxonomies.pdf +scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-taxonomies/index.html +scp a.pdf circl@cpab.circl.lu://var/www/nwww.circl.lu/doc/misp-taxonomies/taxonomies.pdf From 6a6168b4a5235ce74053a3319a4e30c0ded54c61 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 16 Aug 2017 12:29:53 +0200 Subject: [PATCH 2/3] Change the path of the default asciidoctor-pdf --- tools/gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen.sh b/tools/gen.sh index b12d674..f10b3d5 100644 --- a/tools/gen.sh +++ b/tools/gen.sh @@ -1,6 +1,6 @@ python3 machinetag.py -a >a.txt asciidoctor a.txt -~/git/asciidoctor-pdf/bin/asciidoctor-pdf -a allow-uri-read a.txt +asciidoctor-pdf -a allow-uri-read a.txt cp a.html ../../misp-website/taxonomies.html cp a.pdf ../../misp-website/taxonomies.pdf scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-taxonomies/index.html From 114398741e8551ed1a3489a4be6f927205df1d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 31 Aug 2017 16:01:26 +0200 Subject: [PATCH 3/3] Remove duplicate --- mapping/mapping.json | 1 - 1 file changed, 1 deletion(-) diff --git a/mapping/mapping.json b/mapping/mapping.json index 0238f8a..72c197e 100644 --- a/mapping/mapping.json +++ b/mapping/mapping.json @@ -47,7 +47,6 @@ }, "ransomware": { "values": [ - "veris:action:malware:variety=\"Ransomware\"", "ecsirt:malicious-code=\"ransomware\"", "enisa:nefarious-activity-abuse=\"ransomware\"", "malware_classification:malware-category=\"Ransomware\"",