2017-09-15 21:02:11 +02:00
{
"attributes" : {
"comment" : {
"description" : "A description of the regular expression." ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "comment" ,
"ui-priority" : 0
} ,
"regexp" : {
"description" : "regexp" ,
"misp-attribute" : "text" ,
"ui-priority" : 0
2017-09-15 21:02:11 +02:00
} ,
"regexp-type" : {
"description" : "Type of the regular expression syntax." ,
"disable_correlation" : true ,
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0 ,
2017-09-17 12:43:09 +02:00
"values_list" : [
2017-09-15 21:02:11 +02:00
"PCRE" ,
"PCRE2" ,
"POSIX BRE" ,
2021-02-19 18:03:23 +01:00
"POSIX ERE" ,
"FCRE (Farsight Compatible Regular Expressions)"
2017-09-15 21:02:11 +02:00
]
} ,
2017-10-25 10:39:39 +02:00
"type" : {
2020-04-26 02:10:02 +02:00
"description" : "Specify which type corresponds to this regex." ,
"disable_correlation" : true ,
"misp-attribute" : "text" ,
2017-10-25 10:39:39 +02:00
"sane_default" : [
"hostname" ,
"domain" ,
"email-src" ,
"email-dst" ,
"email-subject" ,
"url" ,
"user-agent" ,
"regkey" ,
"cookie" ,
"uri" ,
"filename" ,
"windows-service-name" ,
2017-12-12 21:57:45 +01:00
"windows-scheduled-task"
2017-10-25 10:39:39 +02:00
] ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2017-09-15 21:02:11 +02:00
}
} ,
"description" : "An object describing a regular expression (regex or regexp). The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a regular expression." ,
"meta-category" : "misc" ,
2020-04-26 02:10:02 +02:00
"name" : "regexp" ,
"requiredOneOf" : [
"regexp"
] ,
2017-09-15 21:02:11 +02:00
"uuid" : "ceffad66-71e5-4e20-9370-1b3fb694c648" ,
2021-02-19 18:03:23 +01:00
"version" : 5
2021-02-19 21:56:35 +01:00
}