forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
95 lines (95 loc) · 2.39 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
{
"attributes": {
"date-found": {
"description": "Date when the phishing kit was found",
"disable_correlation": true,
"misp-attribute": "datetime",
"multiple": true,
"to_ids": false,
"ui-priority": 0
},
"email-type": {
"description": "Type of the Email",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"ui-priority": 0
},
"internal reference": {
"categories": [
"Internal reference"
],
"description": "Internal reference such as ticket ID",
"misp-attribute": "text",
"ui-priority": 1
},
"kit-mailer": {
"description": "Mailer Kit Used",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"kit-name": {
"description": "Name of the Phishing Kit",
"misp-attribute": "text",
"ui-priority": 10
},
"kit-url": {
"description": "URL of Phishing Kit",
"misp-attribute": "url",
"ui-priority": 1
},
"online": {
"description": "If the phishing kit is online and operational, by default is yes",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"Yes",
"No"
]
},
"phishing-domain": {
"description": "Domain used for Phishing",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"reference-link": {
"description": "Link where the Phishing Kit was observed",
"misp-attribute": "link",
"multiple": true,
"to_ids": false,
"ui-priority": 1
},
"target": {
"description": "What was targeted using this phishing kit",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"threat-actor": {
"description": "Identified threat actor",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"threat-actor-email": {
"description": "Email of the Threat Actor",
"misp-attribute": "email-src",
"multiple": true,
"ui-priority": 0
}
},
"description": "Object to describe a phishing-kit.",
"meta-category": "network",
"name": "phishing-kit",
"requiredOneOf": [
"kit-url",
"reference-link",
"kit-name"
],
"uuid": "f452c16b-12fa-4f87-84a2-15a9e8ca6e7c",
"version": 3
}