This file is indexed.

/etc/octopussy/conf/services/Sshd.xml is in octopussy 1.0.6-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_service description="SSH Daemon Service"
                   name="Sshd"
                   nb_messages="087"
                   version="201109150001">
  <message loglevel="Information"
           msg_id="Sshd:session_for_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*session .+ for user .+&quot;):msg@&gt;"
           rank="001"
           table="Message"
           taxonomy="Auth" />
  <message loglevel="Notice"
           msg_id="Sshd:check_pass_user_unknown"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*check pass; user unknown&quot;):msg@&gt;"
           rank="046"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:authentication_failure"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]:   &lt;@REGEXP(&quot;.*authentication failure;.+&quot;):msg@&gt;"
           rank="003"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:accepted_password"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Accepted password for .+&quot;):msg@&gt;"
           rank="004"
           table="Message"
           taxonomy="Auth.Success" />
  <message loglevel="Notice"
           msg_id="Sshd:accepted_publickey"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Accepted publickey for .+&quot;):msg@&gt;"
           rank="002"
           table="Message"
           taxonomy="Auth.Success" />
  <message loglevel="Notice"
           msg_id="Sshd:nss_ldap_msg"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;nss_ldap: .+&quot;):msg@&gt;"
           rank="005"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:more_authentication_failure"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.+ more authentication failure.+&quot;):msg@&gt;"
           rank="006"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:accepted_keyboard_interactive"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Accepted keyboard-interactive/pam for \S+ from \S+ port .+&quot;):msg@&gt;"
           rank="007"
           table="Message"
           taxonomy="Auth.Success" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_auth_failure"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Authentication failure for .+&quot;):msg@&gt;"
           rank="008"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:subsystem_request_sftp"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;subsystem request for sftp&quot;):msg@&gt; "
           rank="010"
           table="Message"
           taxonomy="System" />
  <message loglevel="Notice"
           msg_id="Sshd:couldnt_reverse_address"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Could not reverse map address \S+&quot;):msg@&gt;"
           rank="009"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Notice"
           msg_id="Sshd:connection_closed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Connection closed by \S+&quot;):msg@&gt;"
           rank="011"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:possible_breakin_attempt"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Address \S+ maps to \S+, but this does not map back to the address - POSSIBLE BREAKIN ATTEMPT!&quot;):msg@&gt;"
           rank="012"
           table="Message"
           taxonomy="Attack" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_maximum_retries"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Have exhasted maximum number of retries for service.+&quot;):msg@&gt;"
           rank="013"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_error_trying_bind"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;pam_ldap: error trying to bind as user .+&quot;):msg@&gt;"
           rank="014"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:failed_password"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Failed password for .+ from .+&quot;):msg@&gt;"
           rank="015"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:illegal_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Illegal user .+&quot;):msg@&gt;"
           rank="017"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:failed_publickey"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Failed publickey for .+ from .+&quot;):msg@&gt;"
           rank="018"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:received_disconnect_from"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Received disconnect from .+&quot;):msg@&gt; "
           rank="019"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:didnot_receive_identification_string"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Did not receive identification string from .+&quot;):msg@&gt;"
           rank="020"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:bad_protocol_version_identification"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Bad protocol version identification .+&quot;):msg@&gt;"
           rank="021"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:failed_for_invalid_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Failed \S+ for invalid user .+&quot;):msg@&gt;"
           rank="022"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:invalid_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Invalid user .+&quot;):msg@&gt;"
           rank="023"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:failed_keyboard_interactive"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Failed keyboard-interactive.+&quot;):msg@&gt;"
           rank="024"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_cannot_retrieve_info"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Authentication service cannot retrieve authentication info.+&quot;):msg@&gt;"
           rank="025"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:ignoring_max_retries"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*service(ssh.*) ignoring max retries;.+&quot;):msg@&gt;"
           rank="026"
           table="Message"
           taxonomy="Auth" />
  <message loglevel="Warning"
           msg_id="Sshd:received_signal_terminating"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Received signal \d+; terminating.&quot;):msg@&gt; "
           rank="027"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Information"
           msg_id="Sshd:server_listening_on"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Server listening on \S+ port \d+.&quot;):msg@&gt; "
           rank="028"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:sshd_term_succeeded"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;: &lt;@REGEXP(&quot;sshd -TERM succeeded&quot;):msg@&gt;"
           rank="029"
           table="Message"
           taxonomy="System" />
  <message loglevel="Notice"
           msg_id="Sshd:succeeded"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;: &lt;@REGEXP(&quot;.+succeeded&quot;):msg@&gt;"
           rank="030"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:starting_sshd"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;: &lt;@REGEXP(&quot;Starting sshd:.*&quot;):msg@&gt; "
           rank="031"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:failed_from"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Failed \S+ for \S+ from .+&quot;):msg@&gt;"
           rank="032"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Information"
           msg_id="Sshd:60G"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;: &lt;@REGEXP(&quot;...60G.&quot;):msg@&gt;   "
           rank="033"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:cannot_release_pam"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Cannot release PAM authentication\[\d+\]: System error&quot;):msg@&gt; "
           rank="034"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:ldap_result_timed_out"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;pam_ldap: ldap_result Timed out&quot;):msg@&gt;"
           rank="035"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:cant_contact_ldap_server"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;pam_ldap: .+ Can't contact LDAP server&quot;):msg@&gt;"
           rank="036"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:cannot_make_entry_session"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: PAM session setup failed\S+: Cannot make/remove an entry for the specified session&quot;):msg@&gt;"
           rank="037"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_rejected"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;PAM rejected by account configuration.+&quot;):msg@&gt;"
           rank="038"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:fatal_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: .+&quot;):msg@&gt;"
           rank="039"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:authentication_refused"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Authentication refused: .+&quot;):msg@&gt;"
           rank="040"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:root_login_refused_from"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;ROOT LOGIN REFUSED FROM .+&quot;):msg@&gt;"
           rank="041"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_unable_resolve_symbol"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;PAM unable to resolve symbol: .+&quot;):msg@&gt;"
           rank="042"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_permission_denied"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Permission denied for .+&quot;):msg@&gt;"
           rank="043"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_module_unknown"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Module is unknown for .+&quot;):msg@&gt;"
           rank="044"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:no_such_file"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: subsystem: cannot stat .+ No such file or directory&quot;):msg@&gt; "
           rank="045"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Notice"
           msg_id="Sshd:pam_success"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Success for .+&quot;):msg@&gt;"
           rank="047"
           table="Message"
           taxonomy="Auth.Success" />
  <message loglevel="Warning"
           msg_id="Sshd:lastlog_filetype_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;lastlog_filetype: Couldn't stat .+: No such file or directory&quot;):msg@&gt; "
           rank="016"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:lastlog_openseek_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;lastlog_openseek: .+ is not a file or directory!&quot;):msg@&gt; "
           rank="048"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:account_is_locked"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;User .+ not allowed because account is locked&quot;):msg@&gt; "
           rank="049"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:timeout_before_authentication"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: Timeout before authentication .+&quot;):msg@&gt;"
           rank="050"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:reverse_mapping_checking_failed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;reverse mapping checking .+ failed - POSSIBLE BREAKIN ATTEMPT!&quot;):msg@&gt; "
           rank="051"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:underlying_authentication_module_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: User not known to the underlying authentication module for illegal user.+&quot;):msg@&gt;"
           rank="052"
           table="Message"
           taxonomy="Access.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:authentication_information_cannot_recovered"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: Authentication information cannot be recovered .+&quot;):msg@&gt;"
           rank="053"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Information"
           msg_id="Sshd:pam_adding_faulty_module"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;PAM adding faulty module: .+&quot;):msg@&gt;"
           rank="054"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_unable_to_dlopen"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;PAM unable to dlopen.+&quot;):msg@&gt;"
           rank="055"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:failed_for_illegal_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Failed \w+ for illegal user .+&quot;):msg@&gt;"
           rank="056"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:bind_to_port_failed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: Bind to port .+ failed:.*&quot;):msg@&gt;"
           rank="057"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:auth_couldnt_identify_password"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*auth could not identify password for .+&quot;):msg@&gt;"
           rank="058"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:disconnecting_session_not_responding"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Disconnecting: Timeout, your session not responding.&quot;):msg@&gt; "
           rank="059"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Critical"
           msg_id="Sshd:pam_ldap_missing_file"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;pam_ldap: missing file .+&quot;):msg@&gt;"
           rank="060"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:error_trying_bind_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;: &lt;@REGEXP(&quot;.+error trying to bind as user .+&quot;):msg@&gt;"
           rank="061"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:received_sighup_restarting"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Received SIGHUP; restarting.&quot;):msg@&gt; "
           rank="062"
           table="Message"
           taxonomy="Config.Changes" />
  <message loglevel="Critical"
           msg_id="Sshd:cannot_bind_any_address"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;ssh\S*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: Cannot bind any address.&quot;):msg@&gt; "
           rank="063"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:user_denied_nologin_exists"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;User \S+ not allowed because /etc/nologin exists&quot;):msg@&gt; "
           rank="064"
           table="Message"
           taxonomy="Access.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:password_will_expire"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*password for user \w+ will expire in \d+ days&quot;):msg@&gt; "
           rank="065"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:protocol_major_versions_differ"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Protocol major versions differ for .+&quot;):msg@&gt;"
           rank="066"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:expired_password_for_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*expired password for user .+&quot;):msg@&gt;"
           rank="067"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:public_key_blacklisted"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Public key .+ blacklisted.*&quot;):msg@&gt;"
           rank="068"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:host_key_blacklisted"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: Host key .+ blacklisted.*&quot;):msg@&gt;"
           rank="069"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:couldnt_write_ident_string"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Could not write ident string to .+&quot;):msg@&gt;"
           rank="070"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:couldnt_load_host_key"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: Could not load host key: .+&quot;):msg@&gt;"
           rank="071"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Sshd:pam_password_for_user_changed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*Password for .+ was changed&quot;):msg@&gt;"
           rank="072"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:cannot_get_client_address_connection_reset_by_peer"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: can't get client address: Connection reset by peer&quot;):msg@&gt;"
           rank="073"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Sshd:ssh_msg_send_write"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@WORD:level@&gt;: &lt;@REGEXP(&quot;ssh_msg_send: write&quot;):msg@&gt;"
           rank="074"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:error_writing_oom_adj"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error writing \/proc\/self\/oom_adj: Operation not permitted&quot;):msg@&gt;"
           rank="075"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:conversation_failed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*: conversation failed&quot;):msg@&gt;"
           rank="076"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Notice"
           msg_id="Sshd:postponed_publickey"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Postponed publickey for .+&quot;):msg@&gt;"
           rank="077"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:excess_permission_bad_ownership"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Excess permission or bad ownership on file .+&quot;):msg@&gt;"
           rank="078"
           table="Message"
           taxonomy="Access.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:too_many_authentication_failures"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Disconnecting: Too many authentication failures for .+&quot;):msg@&gt;"
           rank="079"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Sshd:error_retrieving_information"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*error retrieving information about user .+&quot;):msg@&gt;"
           rank="080"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:input_userauth_invalid_user"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;input_userauth_request: invalid user .+&quot;):msg@&gt;"
           rank="081"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Sshd:timeout_client_not_responding"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Timeout, client not responding.&quot;):msg@&gt;"
           rank="082"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:bad_id_channel_free"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*bad id: channel free&quot;):msg@&gt;"
           rank="083"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:disconnecting_received_oclose"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Disconnecting: Received oclose for nonexistent channel.+&quot;):msg@&gt;"
           rank="084"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Notice"
           msg_id="Sshd:pam_ignoring_max_retries"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;PAM .+ ignoring max retries.+&quot;):msg@&gt;"
           rank="085"
           table="Message"
           taxonomy="Application" />
  <message loglevel="Critical"
           msg_id="Sshd:fork_cannot_allocate_memory"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: fork: Cannot allocate memory&quot;):msg@&gt;"
           rank="086"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Sshd:pam_auth_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;sshd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;error: PAM: authentication error for .+ from&quot;):msg@&gt; &lt;@IP_ADDR:client_ip@&gt;"
           rank="087"
           table="Message"
           taxonomy="Auth.Failure" />
</octopussy_service>