add: regex type added as now available in MISP

98e07175a8
pull/48/head
Alexandre Dulaunoy 2018-01-20 10:37:16 +01:00
parent 6781447c8d
commit 85b1ad5ce7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 0 deletions

View File

@ -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