-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
94 lines (94 loc) · 2.72 KB
/
definition.json
File metadata and controls
94 lines (94 loc) · 2.72 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
{
"attributes": {
"comment": {
"description": "Free text comments about the campaign",
"misp-attribute": "comment",
"multiple": true,
"ui-priority": 1
},
"email-embedded-link": {
"description": "The malicious URL in the e-mail body.",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"email-sender": {
"description": "The source address from which the e-mail was sent.",
"misp-attribute": "email-src",
"multiple": true,
"ui-priority": 1
},
"email-sender-ip": {
"description": "The source IP from which the e-mail was sent.",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 1
},
"email-subject": {
"description": "The subject line of the e-mail.",
"misp-attribute": "email-subject",
"multiple": true,
"ui-priority": 1
},
"mitm-connect-back-ip": {
"description": "IP from where the TA attempts to log in",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 1
},
"mitm-connect-back-ja4": {
"description": "JA4 signature used by the TA for log in attempts",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"mitm-connect-back-ja4http": {
"description": "JA4HTTP signature used by the TA for log in attempts",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"mitm-connect-back-ja4tcp": {
"description": "JA4TCP signature used by the TA for log in attempts",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"mitm-connect-back-useragent": {
"description": "User-agent used by the TA for log in attempts",
"misp-attribute": "user-agent",
"multiple": true,
"ui-priority": 1
},
"phishing-domain": {
"description": "Domain where the phishing stages are hosted",
"misp-attribute": "domain",
"multiple": true,
"ui-priority": 1
},
"phishing-ip": {
"description": "IP address where the phishing stages are hosted",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"phishing-url": {
"description": "URLs of the various phishing stages",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
}
},
"description": "Spearphishing template to describe a campaign from the email to the TA connect back IOC",
"meta-category": "network",
"name": "spearphishing-campaign",
"requiredOneOf": [
"email-sender",
"email-subject",
"phishing-url",
"phishing-ip",
"phishing-domain"
],
"uuid": "20241206-9e59-4b7d-9e88-951458f10a5f",
"version": 20260112
}