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