forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
117 lines (117 loc) · 3.14 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
{
"attributes": {
"hostname": {
"description": "host of the phishing website",
"misp-attribute": "hostname",
"multiple": true,
"ui-priority": 1
},
"internal reference": {
"categories": [
"Internal reference"
],
"description": "Internal reference such as ticket ID",
"misp-attribute": "text",
"ui-priority": 1
},
"online": {
"description": "If the phishing is online and operational, by default is yes",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"Yes",
"No"
]
},
"phishtank-detail-url": {
"description": "Phishtank detail URL to the reported phishing",
"misp-attribute": "link",
"ui-priority": 1
},
"phishtank-id": {
"description": "Phishtank ID of the reported phishing",
"misp-attribute": "text",
"ui-priority": 1
},
"screenshot": {
"categories": [
"External analysis"
],
"description": "Screenshot of phishing site",
"disable_correlation": true,
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"submission-time": {
"description": "When the phishing was submitted and/or reported",
"misp-attribute": "datetime",
"ui-priority": 0
},
"takedown-request": {
"description": "When the phishing was requested to be taken down",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"takedown-request-to": {
"categories": [
"Other"
],
"description": "Destination email address for take-down request",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"to_ids": false,
"ui-priority": 1
},
"takedown-time": {
"description": "When the phishing was taken down",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"target": {
"description": "Targeted organisation by the phishing",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"url": {
"description": "Original URL of the phishing website",
"misp-attribute": "url",
"ui-priority": 1
},
"url-redirect": {
"description": "Redirect URL of the phishing website",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"verification-time": {
"description": "When the phishing was verified",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"verified": {
"description": "The phishing has been verified by the team handling the phishing",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"No",
"Yes"
]
}
},
"description": "Phishing template to describe a phishing website and its analysis.",
"meta-category": "network",
"name": "phishing",
"requiredOneOf": [
"url"
],
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
"version": 5
}