forked from referefref/sinon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
197 lines (181 loc) · 4.59 KB
/
config.yaml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
applications:
options:
- googlechrome
- firefox
- notepadplusplus
- vlc
selection_method: random
websites:
options:
- https://www.google.com
- https://www.wikipedia.org
- https://www.github.com
selection_method: random
preferences:
default_browser:
options:
- "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
- "C:\\Program Files\\Mozilla Firefox\\firefox.exe"
selection_method: random
background_images:
location: "C:\\Users\\user\\Pictures"
type: http
selection_method: random
options:
- https://example.com/background1.jpg
- https://example.com/background2.jpg
screen_resolutions:
options:
- "1920x1080"
- "1366x768"
selection_method: random
languages:
options:
- en-US
- es-ES
selection_method: random
start_menu_items:
options:
- "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
- "C:\\Program Files\\Mozilla Firefox\\firefox.exe"
selection_method: random
file_operations:
create_modify_files:
- path: "C:\\Users\\user\\Documents\\example.txt"
content: "This is an example text file."
use_gpt: false
gpt_prompt: ""
email_operations:
google_account:
email: "user@gmail.com"
password: "password"
microsoft_account:
email: "user@outlook.com"
password: "password"
send_receive:
- send_to: "recipient@example.com"
subject: "Test Email"
body: "This is a test email."
use_gpt: true
gpt_prompt: "Write a friendly email to a colleague."
software_management:
options:
- upgrade all
- uninstall vlc
selection_method: random
system_updates:
method: install_all
specific_updates:
- KB123456
- KB789012
selection_method: random
hide_updates:
- KB654321
- KB210987
user_accounts:
- name: user1
password: password1
full_name: User One
description: First user account
- name: user2
password: password2
full_name: User Two
description: Second user account
network_settings:
- ssid: ExampleSSID
password: examplepassword
system_logs:
options:
- Application
- System
selection_method: random
media_files:
location: "C:\\Users\\user\\Videos"
type: http
selection_method: random
options:
- https://example.com/video1.mp4
- https://example.com/video2.mp4
printing:
options:
- "C:\\Users\\user\\Documents\\print_me.txt"
selection_method: random
scheduled_tasks:
options:
- name: Task1
path: "C:\\Windows\\System32\\notepad.exe"
schedule: "daily"
start_time: "14:00"
- name: Task2
path: "C:\\Windows\\System32\\calc.exe"
schedule: "weekly"
start_time: "10:00"
selection_method: random
decoy_files:
sets:
- location:
- "https://example.com/decoy1.txt"
- "https://example.com/decoy2.txt"
type: http
target_directory:
- "C:\\Users\\user\\Documents"
selection_method: random
lures:
- name: CredentialLure
type: credential_pair
location: "C:\\Users\\user\\Desktop\\credential.txt"
generation_params:
length: 12
generative_type: golang
openai_prompt: ""
- name: SSLLure
type: ssh_key
location: "C:\\Users\\user\\Desktop\\id_rsa"
generation_params: {}
generative_type: golang
openai_prompt: ""
- name: URLLure
type: website_url
location: "C:\\Users\\user\\Desktop\\phishing_link.url"
generation_params:
base_url: "https://malicious.example.com"
generative_type: golang
openai_prompt: ""
- name: RegistryLure
type: registry_key
location: "HKEY_CURRENT_USER\\Software\\ExampleKey"
generation_params:
registry_key_type: "REG_SZ"
registry_key_value: "ExampleValue"
generative_type: golang
openai_prompt: ""
- name: CSVLure
type: csv
location: "C:\\Users\\user\\Desktop\\financial_records.csv"
generation_params:
document_content: "Date,Amount,Description\n2024-01-01,1000,Salary"
generative_type: golang
openai_prompt: ""
- name: APIKeyLure
type: api_key
location: "C:\\Users\\user\\Desktop\\api_key.txt"
generation_params:
api_key_format: "uuid"
generative_type: golang
openai_prompt: ""
- name: LNKLure
type: lnk
location: "C:\\Users\\user\\Desktop\\shortcut.lnk"
generation_params:
target_path: "C:\\Windows\\System32\\notepad.exe"
generative_type: golang
openai_prompt: ""
general:
redis:
ip: "127.0.0.1"
port: 6379
log_file: "C:\\Users\\user\\sinon.log"
openai_api_key: "your_openai_api_key"
interaction_duration: 60
action_delay: 5
randomness_factor: 3