forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
119 lines (119 loc) · 2.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"requiredOneOf": [
"url",
"uri"
],
"attributes": {
"text": {
"description": "HTTP Request comment",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text"
},
"basicauth-password": {
"categories": [
"Network activity"
],
"description": "HTTP Basic Authentication Password",
"ui-priority": 1,
"misp-attribute": "text"
},
"basicauth-user": {
"categories": [
"Network activity"
],
"description": "HTTP Basic Authentication Username",
"ui-priority": 1,
"misp-attribute": "text"
},
"content-type": {
"categories": [
"Network activity"
],
"description": "The MIME type of the body of the request",
"ui-priority": 1,
"misp-attribute": "other"
},
"cookie": {
"categories": [
"Network activity"
],
"description": "An HTTP cookie previously sent by the server with Set-Cookie",
"ui-priority": 1,
"misp-attribute": "text"
},
"host": {
"categories": [
"Network activity",
"Payload delivery"
],
"description": "The domain name of the server",
"ui-priority": 1,
"misp-attribute": "hostname"
},
"method": {
"categories": [
"Network activity"
],
"description": "HTTP Method invoked (one of GET, POST, PUT, HEAD, DELETE, OPTIONS, CONNECT)",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "http-method"
},
"referer": {
"categories": [
"Network activity",
"Payload delivery"
],
"description": "This is the address of the previous web page from which a link to the currently requested page was followed",
"ui-priority": 1,
"misp-attribute": "other"
},
"proxy-password": {
"categories": [
"Network activity"
],
"description": "HTTP Proxy Password",
"ui-priority": 1,
"misp-attribute": "text"
},
"proxy-user": {
"categories": [
"Network activity"
],
"description": "HTTP Proxy Username",
"ui-priority": 1,
"misp-attribute": "text"
},
"uri": {
"categories": [
"Network activity"
],
"description": "Request URI",
"ui-priority": 1,
"misp-attribute": "uri"
},
"url": {
"categories": [
"Network activity",
"Payload delivery"
],
"description": "Full HTTP Request URL",
"ui-priority": 1,
"misp-attribute": "url"
},
"user-agent": {
"categories": [
"Network activity"
],
"description": "The user agent string of the user agent",
"ui-priority": 1,
"misp-attribute": "user-agent"
}
},
"version": 2,
"description": "A single HTTP request header",
"meta-category": "network",
"uuid": "b4a8d163-8110-4239-bfcf-e08f3a9fdf7b",
"name": "http-request"
}