-
Notifications
You must be signed in to change notification settings - Fork 11
/
default_ttps.py
71 lines (61 loc) · 1.98 KB
/
default_ttps.py
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
#Each name represents the name of the TTP
valid_account_info = {
'blackbot_id': 'T1078.004',
'external_id': '',
'used_by': '',
'services': [],
'prerequisite_modules': [],
'arguments_to_autocomplete': [],
'version': '1',
'last_updated_by': '@Blackbot',
'intent': 'Adversaries may obtain and abuse credentials of a cloud account as initial access',
'name': 'Valid Accounts: Cloud Accounts',
}
cloud_service_region = {
'blackbot_id': 'T1526.b.004',
'external_id': '',
'used_by': '',
'services': [],
'prerequisite_modules': [],
'arguments_to_autocomplete': [],
'version': '1',
'last_updated_by': '@Blackbot',
'intent': '',
'name': '',
}
modify_user_agent = {
'blackbot_id': 'T1070.b.001',
'external_id': '',
'used_by': '',
'services': ['any'],
'prerequisite_modules': [],
'arguments_to_autocomplete': [],
'version': '1',
'last_updated_by': '@Blackbot',
'intent': 'Aversaries will attempt to modify the user-agent string of HTTP requests to evade web aplication defenses',
'name': 'Masquerading: Rename User-Agent String',
}
iam_policy_discovery = {
'blackbot_id': 'T1069.b.001',
'external_id': '',
'used_by': '',
'services': ['any'],
'prerequisite_modules': [],
'arguments_to_autocomplete': [],
'version': '1',
'last_updated_by': '@Blackbot',
'intent': 'Adversaries may attempt to find group and permission settings.',
'name':'Permission Groups Discovery: IAM Policy Discovery',
}
console_aws = {
'blackbot_id': '',
'external_id': '',
'controller': 'get_aws_console',
'services': ['any'],
'prerequisite_modules': [],
'arguments_to_autocomplete': [],
'version': '1',
'last_updated_by': '@Blackbot',
'intent': '',
'name':'',
}