2017-09-15 21:02:11 +02:00
{
"requiredOneOf" : [
"regexp"
] ,
"attributes" : {
"comment" : {
"description" : "A description of the regular expression." ,
"ui-priority" : 0 ,
"misp-attribute" : "comment"
} ,
"regexp-type" : {
"description" : "Type of the regular expression syntax." ,
"disable_correlation" : true ,
"ui-priority" : 0 ,
"misp-attribute" : "text" ,
2017-09-17 12:43:09 +02:00
"values_list" : [
2017-09-15 21:02:11 +02:00
"PCRE" ,
"PCRE2" ,
"POSIX BRE" ,
"POSIX ERE"
]
} ,
"regexp" : {
"description" : "regexp" ,
"ui-priority" : 0 ,
"misp-attribute" : "text"
2017-10-25 10:39:39 +02:00
} ,
"type" : {
"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
] ,
"description" : "Specify which type corresponds to this regex." ,
2018-04-13 10:54:28 +02:00
"disable_correlation" : true ,
2017-10-25 10:39:39 +02:00
"ui-priority" : 0 ,
"misp-attribute" : "text"
2017-09-15 21:02:11 +02:00
}
} ,
2018-04-13 10:56:56 +02:00
"version" : 4 ,
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" ,
"uuid" : "ceffad66-71e5-4e20-9370-1b3fb694c648" ,
"name" : "regexp"
}