From 64534067a2108991b95b713310dfcb35801769b1 Mon Sep 17 00:00:00 2001 From: chinguyen1 Date: Mon, 30 Dec 2019 15:55:17 -0800 Subject: [PATCH] Add Microsoft Defender ATP to misp-book external connector doc --- connectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/README.md b/connectors/README.md index d7c9986..b440038 100644 --- a/connectors/README.md +++ b/connectors/README.md @@ -54,7 +54,7 @@ Follow these steps to register a new application: misp = PyMISP(config.misp_domain, config.misp_key, config.misp_verifycert) ``` -1. Modify config.py file to add in `misp_verifycert = False` anywhere in the file. +10. Modify config.py file to add in `misp_verifycert = False` anywhere in the file. As the final step in configuring the script, modify the config.py file in the root folder of your cloned repo.