forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
55 lines (55 loc) · 1.4 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"attributes": {
"comment": {
"description": "A description of the regular expression.",
"misp-attribute": "comment",
"ui-priority": 0
},
"regexp": {
"description": "regexp",
"misp-attribute": "text",
"ui-priority": 0
},
"regexp-type": {
"description": "Type of the regular expression syntax.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"PCRE",
"PCRE2",
"POSIX BRE",
"POSIX ERE"
]
},
"type": {
"description": "Specify which type corresponds to this regex.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"hostname",
"domain",
"email-src",
"email-dst",
"email-subject",
"url",
"user-agent",
"regkey",
"cookie",
"uri",
"filename",
"windows-service-name",
"windows-scheduled-task"
],
"ui-priority": 0
}
},
"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",
"name": "regexp",
"requiredOneOf": [
"regexp"
],
"uuid": "ceffad66-71e5-4e20-9370-1b3fb694c648",
"version": 4
}