From 8b8bf78082630a609d49ae6d3d04940cf33414ca Mon Sep 17 00:00:00 2001 From: ninoseki Date: Thu, 28 Jun 2018 15:59:06 +0900 Subject: [PATCH] Fix a simple typo --- automation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/README.md b/automation/README.md index 277b89d..7590c07 100644 --- a/automation/README.md +++ b/automation/README.md @@ -2,7 +2,7 @@ # Automation API -Automation functionality is designed to automatically generate signatures for intrusion detection systems. To enable signature generation for a given attribute, Signature field of this attribute must be set to Yes. Note that not all attribute types are applicable for signature generation, currently we only support NIDS signature generation for IP, domains, host names, user agents etc., and hash list generation for MD5/SHA1 values of file artefacts. Support for more attribute types is planned. To to make this functionality available for automated tools an authentication key is used. This makes it easier for your tools to access the data without further form-based-authentication. +Automation functionality is designed to automatically generate signatures for intrusion detection systems. To enable signature generation for a given attribute, Signature field of this attribute must be set to Yes. Note that not all attribute types are applicable for signature generation, currently we only support NIDS signature generation for IP, domains, host names, user agents etc., and hash list generation for MD5/SHA1 values of file artefacts. Support for more attribute types is planned. To make this functionality available for automated tools an authentication key is used. This makes it easier for your tools to access the data without further form-based-authentication. ## General