File: browser.yaml

package info (click to toggle)
plaso 20201007-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 519,924 kB
  • sloc: python: 79,002; sh: 629; xml: 72; sql: 14; vhdl: 11; makefile: 10
file content (294 lines) | stat: -rw-r--r-- 6,391 bytes parent folder | download
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
# Web browser related event formatters.

type: 'conditional'
data_type: 'chrome:autofill:entry'
message:
- 'Form field name: {field_name}'
- 'Entered value: {value}'
- 'Times used: {usage_count}'
short_message:
- '{field_name}:'
- '{value}'
- '({usage_count})'
---
type: 'conditional'
data_type: 'chrome:cache:entry'
message:
- 'Original URL: {original_url}'
short_message:
- 'Original URL: {original_url}'
---
type: 'conditional'
data_type: 'chrome:cookie:entry'
message:
- '{url}'
- '({cookie_name})'
- 'Flags:'
- '[HTTP only] = {httponly}'
- '[Persistent] = {persistent}'
short_message:
- '{host}'
- '({cookie_name})'
---
type: 'conditional'
data_type: 'chrome:extension_activity:activity_log'
enumeration_helpers:
- input_attribute: 'action_type'
  output_attribute: 'action_type_string'
  default_value: 'unknown'
  values:
    1: 'API event callback'
    2: 'API action blocked'
    3: 'Content Script inserted'
    4: 'DOM access'
    5: 'DOM event'
    6: 'WebRequest'
    1001: 'Unspecified'
message:
- 'Chrome extension: {extension_id}'
- 'Action type: {action_type_string}'
- '(type {action_type})'
- 'Activity identifier: {activity_id}'
- 'Page URL: {page_url}'
- 'Page title: {page_title}'
- 'API name: {api_name}'
- 'Args: {args}'
- 'Other: {other}'
short_message:
- '{extension_id}'
- '{api_name}'
- '{args}'
---
type: 'conditional'
data_type: 'chrome:history:file_downloaded'
message:
- '{url}'
- '({full_path}).'
- 'Received: {received_bytes} bytes'
- 'out of: {total_bytes} bytes.'
short_message:
- '{full_path} downloaded'
- '({received_bytes} bytes)'
---
type: 'conditional'
data_type: 'chrome:preferences:clear_history'
message:
- '{message}'
short_message:
- '{message}'
---
type: 'conditional'
data_type: 'chrome:preferences:extensions_autoupdater'
message:
- '{message}'
short_message:
- '{message}'
---
type: 'conditional'
data_type: 'chrome:preferences:extension_installation'
message:
- 'CRX ID: {extension_id}'
- 'CRX Name: {extension_name}'
- 'Path: {path}'
short_message:
- '{extension_id}'
- '{path}'
---
type: 'conditional'
data_type: 'cookie:google:analytics:utma'
message:
- '{url}'
- '({cookie_name})'
- 'Sessions: {sessions}'
- 'Domain Hash: {domain_hash}'
- 'Visitor ID: {visitor_id}'
short_message:
- '{url}'
- '({cookie_name})'
---
type: 'conditional'
data_type: 'cookie:google:analytics:utmb'
message:
- '{url}'
- '({cookie_name})'
- 'Pages Viewed: {pages_viewed}'
- 'Domain Hash: {domain_hash}'
short_message:
- '{url}'
- '({cookie_name})'
---
type: 'conditional'
data_type: 'cookie:google:analytics:utmt'
message:
- '{url}'
- '({cookie_name})'
short_message:
- '{url}'
- '({cookie_name})'
---
type: 'conditional'
data_type: 'cookie:google:analytics:utmz'
message:
- '{url}'
- '({cookie_name})'
- 'Sessions: {sessions}'
- 'Domain Hash: {domain_hash}'
- 'Sources: {sources}'
- 'Last source used to access: {utmcsr}'
- 'Ad campaign information: {utmccn}'
- 'Last type of visit: {utmcmd}'
- 'Keywords used to find site: {utmctr}'
- 'Path to the page of referring link: {utmcct}'
short_message:
- '{url}'
- '({cookie_name})'
---
type: 'conditional'
data_type: 'firefox:cache:record'
message:
- 'Fetched {fetch_count} time(s)'
- '[{response_code}]'
- '{request_method}'
- '"{url}"'
short_message:
- '[{response_code}]'
- '{request_method}'
- '"{url}"'
---
type: 'conditional'
data_type: 'firefox:cookie:entry'
message:
- '{url}'
- '({cookie_name})'
- 'Flags:'
- '[HTTP only]: {httponly}'
- '(GA analysis: {ga_data})'
short_message:
- '{host}'
- '({cookie_name})'
---
type: 'conditional'
data_type: 'firefox:places:bookmark'
message:
- 'Bookmark {type}'
- '{title}'
- '({url})'
- '[{places_title}]'
- 'visit count {visit_count}'
short_message:
- 'Bookmarked {title}'
- '({url})'
---
type: 'conditional'
data_type: 'firefox:places:bookmark_annotation'
message:
- 'Bookmark Annotation: [{content}]'
- 'to bookmark [{title}]'
- '({url})'
short_message:
- 'Bookmark Annotation: {title}'
---
type: 'basic'
data_type: 'firefox:places:bookmark_folder'
message: '{title}'
short_message: '{title}'
---
type: 'basic'
data_type: 'firefox:downloads:download'
message: '{url} ({full_path}). Received: {received_bytes} bytes out of: {total_bytes} bytes.'
short_message: '{full_path} downloaded ({received_bytes} bytes)'
---
type: 'conditional'
data_type: 'msie:webcache:container'
message:
- 'URL: {url}'
- 'Redirect URL: {redirect_url}'
- 'Access count: {access_count}'
- 'Sync count: {sync_count}'
- 'Filename: {cached_filename}'
- 'File extension: {file_extension}'
- 'Cached file size: {cached_file_size}'
- 'Request headers: {request_headers}'
- 'Response headers: {response_headers}'
- 'Entry identifier: {entry_identifier}'
- 'Container identifier: {container_identifier}'
- 'Cache identifier: {cache_identifier}'
short_message:
- 'URL: {url}'
---
type: 'conditional'
data_type: 'msie:webcache:containers'
message:
- 'Name: {name}'
- 'Directory: {directory}'
- 'Table: Container_{container_identifier}'
- 'Container identifier: {container_identifier}'
- 'Set identifier: {set_identifier}'
short_message:
- 'Directory: {directory}'
---
type: 'conditional'
data_type: 'msie:webcache:leak_file'
message:
- 'Filename: {cached_filename}'
- 'Leak identifier: {leak_identifier}'
short_message:
- 'Filename: {cached_filename}'
---
type: 'conditional'
data_type: 'msie:webcache:partitions'
message:
- 'Partition identifier: {partition_identifier}'
- 'Partition type: {partition_type}'
- 'Directory: {directory}'
- 'Table identifier: {table_identifier}'
short_message:
- 'Directory: {directory}'
---
type: 'conditional'
data_type: 'opera:history:entry'
message:
- '{url}'
- '({title})'
- '[{description}]'
short_message:
- '{url}'
- '({title})'
- '[{description}]'
---
type: 'conditional'
data_type: 'opera:history:typed_entry'
message:
- '{url}'
- '({entry_selection})'
short_message:
- '{url}'
- '({entry_selection})'
---
type: 'conditional'
data_type: 'safari:history:visit'
message:
- 'Visited: {url}'
- '({title}'
- '- {display_title}'
- ')'
- 'Visit Count: {visit_count}'
short_message:
- 'Visited: {url}'
- '({title}'
- '- {display_title}'
- ')'
- 'Visit Count: {visit_count}'
---
type: 'conditional'
data_type: 'safari:history:visit_sqlite'
message:
- 'URL: {url}'
- 'Title: ({title})'
- '[count: {visit_count}]'
- 'http_non_get: {was_http_non_get}'
short_message:
- 'URL: {url}'
- 'Title: ({title})'
- '[count: {visit_count}]'
- 'http_non_get: {was_http_non_get}'