From 85b1ad5ce7e91d0e16a96e0fae1df0a0f30a2bea Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 20 Jan 2018 10:37:16 +0100 Subject: [PATCH] add: regex type added as now available in MISP https://github.com/MISP/MISP/commit/98e07175a898434a0cdc82f3dff0e957bd28ea29 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4268358..cc4d3c6 100755 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ If matching_attributes are not set, the list is matched against any type of attr - ```substring``` - substring matching of a string in the warning list against matching attributes - ```hostname``` - hostname matching (e.g. domain matching from URL) of a string in the warning list against matching attributes - ```cidr``` - IP or CDIR block matching in the warning list against matching attributes +- ```regex``` - regex matching of a string matching attributes # License