From 7be215a7323b9cc3ab965641ef804ab82b4a90c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 5 Apr 2016 02:03:30 +0200 Subject: [PATCH] Ann missing categories in the authorized ones. --- pymisp/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/api.py b/pymisp/api.py index df7231c..9f455ee 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -572,7 +572,7 @@ class PyMISP(object): def prepare_attribute(self, event_id, distribution, to_ids, category, info, analysis, threat_level_id): to_post = {'request': {}} - authorized_categs = ['Payload delivery', 'Artifacts dropped', 'Payload Installation', 'External Analysis'] + authorized_categs = ['Payload delivery', 'Artifacts dropped', 'Payload Installation', 'External Analysis', 'Network activity', 'Antivirus detection'] if event_id is not None: try: