This file is indexed.

/etc/prelude-lml/ruleset/snare_windows.rules is in prelude-lml-rules 4.1.0-1.

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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
#FULLNAME: Snare Windows
#VERSION: 1.0
#DESCRIPTION: Snare is a collection of software tools that collect audit log data from operating systems and applications to facilitate centralised log analysis.

#####
#
# Copyright Nicholas Nachefski <nicholas_nachefski@hotmail.com>
# All Rights Reserved
#
# This file is part of the Prelude-LML program.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#####

#DESCRIPTION:Logon process
#CATEGORY:Authentication
regex=(\d+)\s+Security\s+(?:ANONYMOUS LOGON|\S+\$|\S+)?\s+\w+\s+(Success Audit|Failure Audit)\s+(\S+)\s+Logon\/Logoff\s+(Successful Logon|Logon Failure):\s+(Reason:\s+(.+)\s+)?User Name: (ANONYMOUS LOGON|\S+\$|\S+)\s+Domain: (\w+|\w+ \w+)\s+(Logon ID: (\S+)\s+)?Logon Type: (10|2|3|4)\s+Logon Process: (\S+)\s+Authentication Package: (\S*)\s+Workstation Name: \S+\s+(Logon GUID: (\S+)\s+)?Caller User Name: \S+\s+Caller Domain: \S+\s+Caller Logon ID: \S+\s+Caller Process ID: (\d*)-?\s+Transited Services: \S+\s+Source Network Address: (\S+)\s+Source Port: \d*\s+\d*; \
 id=99991; \
 chained; silent; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 assessment.impact.description=$4 $6; \
 source(0).node.address(0).address=$17; \
 source(0).user.category=os-device; \
 target(0).node.name=$3; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=$7; \
 target(0).process.name=$12; \
 target(0).process.pid=$16; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=Event ID; \
 additional_data(0).data=$1; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=Logon Type; \
 additional_data(1).data=$11; \
 additional_data(2).type=string; \
 additional_data(2).meaning=Audit; \
 additional_data(2).data=$2; \
 additional_data(3).type=string; \
 additional_data(3).meaning=Domain; \
 additional_data(3).data=$8

#DESCRIPTION:Event ID 528 - Type 10 = Successful remote interactive logon (Windows 2000/2003 Style Events)
#CATEGORY:Authentication
#LOG:Nov 23 12:36:59 10.1.1.1 testbox01    MSWinEventLog   1       Security        460     Mon Nov 23 12:36:38 2009        528     Security        test.user       User    Success Audit   TESTBOX01       Logon/Logoff            Successful Logon:     User Name: test.user     Domain: DOMAIN     Logon ID: (0x0,0xEBEF666E)     Logon Type: 10     Logon Process: User32       Authentication Package: Negotiate     Workstation Name: testbox01     Logon GUID: {009a469d-5738-ebf8-f94e-02e649bf5c61}     Caller User Name: testbox01$     Caller Domain: DOMAIN     Caller Logon ID: (0x0,0x3E7)     Caller Process ID: 5116     Transited Services: -     Source Network Address: 10.1.1.2     Source Port: 43923          441
regex=528\s+Security\s+.+Logon Type: 10; \
 id=99992; \
 goto=99991; \
 revision=5; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Remote Login; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Event ID 528 - Type 2  = Successful local interactive logon (Windows 2000/2003 Style Events)
#CATEGORY:Authentication
#LOG:Nov 30 10:11:23 10.1.1.1 testbox01.TESTDOMAIN.local       MSWinEventLog   1       Security        535     Mon Nov 30 10:11:23 2009        528     Security        test.user       User Success Audit      testbox01       Logon/Logoff            Successful Logon:     User Name: test.user     Domain: TESTDOMAIN     Logon ID: (0x0,0x2553F4)     Logon Type: 2     Logon Process: User32       Authentication Package: Negotiate     Workstation Name: testbox01     Logon GUID: {48bb687b-448f-629e-cd90-55f8165b7266}     Caller User Name: testbox01$     Caller Domain: TESTDOMAIN     Caller Logon ID: (0x0,0x3E7)     Caller Process ID: 416     Transited Services: -     Source Network Address: 127.0.0.1     Source Port: 0    21
regex=528\s+Security\s+.+Logon Type: 2; \
 id=99993; \
 goto=99991; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Login; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Event ID 529 - Type 10 - Failed remote interactive logon (Windows 2000/2003 Style Events)
#CATEGORY:Authentication
#LOG:Oct 20 13:11:41 10.1.1.2 wintestbox01 MSWinEventLog   1       Security        1627    Tue Oct 20 13:11:37 2009        529     Security        SYSTEM  User    Failure Audit   WINTESTBOX01    Logon/Logoff            Logon Failure:     Reason: Unknown user name or bad password     User Name: test.user     Domain: testdomain     Logon Type: 10     Logon Process: User32       Authentication Package: Negotiate     Workstation Name: WINTESTBOX01     Caller User Name: WINTESTBOX01$     Caller Domain: testdomain     Caller Logon ID: (0x0,0x3E7)     Caller Process ID: 72384     Transited Services: -     Source Network Address: 10.1.1.3     Source Port: 60236      554
regex=529\s+Security\s+.+Logon Type: 10; \
 id=99994; \
 goto=99991; \
 revision=4; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Remote Login; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Event ID 529 - Type 3 & 4 - Failed network logon (Windows 2000/2003 Style Events)
#CATEGORY:Authentication
#LOG:Nov 24 14:42:26 10.1.1.2 testbox01        MSWinEventLog   1       Security        26719   Tue Nov 24 14:42:26 2009        529     Security        SYSTEM  User    Failure Audit   TESTBOX01       Logon/Logoff            Logon Failure:     Reason: Unknown user name or bad password     User Name: test.user     Domain: testdomain     Logon Type: 3     Logon Process: NtLmSsp      Authentication Package: NTLM     Workstation Name: TESTBOX02     Caller User Name: -     Caller Domain: -     Caller Logon ID: -     Caller Process ID: -     Transited Services: -     Source Network Address: 10.1.1.3     Source Port: 4451           15619
regex=529\s+Security\s+.+Logon Type: (3|4); \
 id=99995; \
 goto=99991; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Login; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Event ID 531 - A logon attempt was made using a disabled account. (Windows 2000/2003 Style Events)
#CATEGORY:Authentication
#LOG:Nov 23 13:14:22 10.1.1.1 testbox01    MSWinEventLog   1       Security        611     Mon Nov 23 13:14:19 2009        531     Security        SYSTEM  User    Failure Audit   testbox01       Logon/Logoff            Logon Failure:     Reason: Account currently disabled     User Name: test.user     Domain: DOMAIN     Logon Type: 10     Logon Process: User32       Authentication Package: Negotiate     Workstation Name: testbox01     Caller User Name: testbox01$     Caller Domain: DOMAIN     Caller Logon ID: (0x0,0x3E7)     Caller Process ID: 5484     Transited Services: -     Source Network Address: 10.1.1.2     Source Port: 37487            585
regex=531\s+Security\s+.+Logon Type: (\d{1,2}); \
 id=99996; \
 goto=99991; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Login; \
 assessment.impact.severity=high; \
 assessment.impact.completion=failed; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Logon Process (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Nov 23 13:14:22 10.1.1.1 testbox01    MSWinEventLog   1       Security: AUDIT_SUCCESS(4624): Microsoft-Windows-Security-Auditing: test: test: test: An account was successfully logged on. Subject:  Security ID:  S-1-5-18  Account Name:  Test$  Account Domain:  WORKGROUP  Logon ID:  0x3e7  Logon Type:   7  New Logon:  Security ID:  S-1-5-21-4057735974-3357861449-790453786-1000  Account Name:  test Account Domain:  Test Logon ID:  0x2407fe3  Logon GUID:  {00000000-0000-0000-0000-000000000000}  Process Information:  Process ID:  0x320  Process Name:  C:\Windows\System32\winlogon.exe  Network Information:  Workstation Name: TEST Source Network Address: 127.0.0.1  Source Port:  0  Detailed Authentication Information:  Logon Process:  User32   Authentication Package: Negotiate  Transited Services: -  Package Name (NTLM only): -  Key Length:  0  This event is generated when a logon session is created. It is generated on the computer that was accessed.
regex=(4624)\s+Microsoft-Windows-Security-Auditing\s+(?:N\/A\s*)*?Information\s+(\S+)\s+\w+\s+(An account was successfully logged on)\.\s+Subject:\s+\S*\s*Security ID:\s+\S*\s*Account Name:\s+(?:ANONYMOUS LOGON*|\S*\$|\S*)?\s*Account Domain:\s+\S*\s*Logon ID:\s+\S*\s*Logon Type:\s+(\d+)\s+New Logon:\s+\S*\s*Security ID:\s+\S*\s*Account Name:\s+(\S*)\s*Account Domain:\s+(\S*)\s*Logon ID:\s+\S*\s*Logon GUID:\s+\S*\s*Process Information:\s+Process ID:\s+(\S*)\s*Process Name:\s+(?:C\:\\Windows\\System32\\)?(\S*)\s*Network Information:\s+Workstation Name:\s+\S*\s*Source Network Address:\s+(\S+)\s*; \
 id=99997; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=$3; \
 assessment.impact.type=user; \
 source(0).node.address(0).address=$9; \
 source(0).user.category=os-device; \
 target(0).node.name=$2; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=$5; \
 target(0).process.pid=$7; \
 target(0).process.name=$8; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=Event ID; \
 additional_data(0).data=$1; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=Logon Type; \
 additional_data(1).data=$4; \
 additional_data(2).type=string; \
 additional_data(2).meaning=Domain; \
 additional_data(2).data=$6; \
 silent; chained

#DESCRIPTION:Event ID 4624 - Type 10 RemoteInteractive (Terminal Services, Remote Desktop or Remote Assistance). An account has successfully logged on (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Nov 23 15:49:03 10.1.1.1 testbox01        MSWinEventLog   1       Security        13469   Mon Nov 23 15:48:59 2009        4624    Microsoft-Windows-Security-Auditing     N/AN/A Information      testbox01.TESTDOMAIN.local      None            An account was successfully logged on.    Subject:   Security ID:  S-1-5-18   Account Name:  testbox01$   Account Domain:  TESTDOMAIN   Logon ID:  0x3e7    Logon Type:   10    New Logon:   Security ID:  S-1-5-21-1481646799-3140499893-3922762874-3132   Account Name:  test.user   Account Domain:  TESTDOMAIN   Logon ID:  0x3373f5a03   Logon GUID:  {00000000-0000-0000-0000-000000000000}    Process Information:   Process ID:  0x1a3c   Process Name:  C:\Windows\System32\winlogon.exe    Network Information:   Workstation Name: testbox01   Source Network Address: 10.1.1.2   Source Port:  43637    Detailed Authentication Information:   Logon Process:  User32    Authentication Package: Negotiate   Transited Services: -   Package Name (NTLM only): -   Key Length:  0    This event is generated when a logon session is created. It is generated on the computer that was accessed.    The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.    The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).    The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.    The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.    The authentication information fields provide detailed information about this specific logon request.   - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.   - Transited services indicate which intermediate services have participated in this logon request.   - Package name indicates which sub-protocol was used among the NTLM protocols.   - Key length indicates the length of the generated session key. This will be 0 if no session key was requested. 13317
regex=4624\s+Microsoft-Windows-Security-Auditing.*Logon Type:\s+10; \
 id=99998; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 goto=99997; \
 classification.text=Remote Login; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Event ID 4624 - Type 2 = Interactive LOCAL logon (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Nov 24 10:25:57 10.1.1.1 testbox01        MSWinEventLog   1       Security        27250   Tue Nov 24 10:25:55 2009        4624    Microsoft-Windows-Security-Auditing     N/AN/AInformation       testbox01.TESTDOMAIN.local      None            An account was successfully logged on.    Subject:   Security ID:  S-1-5-18   Account Name:  testbox01$   Account Domain:  TESTDOMAIN   Logon ID:  0x3e7    Logon Type:   2    New Logon:   Security ID:  S-1-5-21-1481646799-3140499893-3922762874-3132   Account Name:  test.user   Account Domain:  TESTDOMAIN   Logon ID:  0xa3b2cc3b   Logon GUID:  {00000000-0000-0000-0000-000000000000}    Process Information:   Process ID:  0x260   Process Name:  C:\Windows\System32\winlogon.exe    Network Information:   Workstation Name: testbox01   Source Network Address: 127.0.0.1   Source Port:  0    Detailed Authentication Information:   Logon Process:  User32    Authentication Package: Negotiate   Transited Services: -   Package Name (NTLM only): -   Key Length:  0    This event is generated when a logon session is created. It is generated on the computer that was accessed.    The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.    The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).    The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.    The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.    The authentication information fields provide detailed information about this specific logon request.   - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.   - Transited services indicate which intermediate services have participated in this logon request.   - Package name indicates which sub-protocol was used among the NTLM protocols.   - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.       25044
regex=4624\s+Microsoft-Windows-Security-Auditing.*Logon Type:\s+2; \
 id=99999; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 goto=99997; \
 classification.text=Login; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 last

#DESCRIPTION:Event ID 4625 - Nom d’utilisateur inconnu ou mot de passe incorrect (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct 15 15:11:38 192.168.206.133 MSWinEventLog 1 Security 364 Thu Oct 15 15:11:36 2015 4625 Microsoft-Windows-Security-Auditing PRELUDE\administrateur N/A Failure Audit WIN-U34BEJH3ME1.prelude.pro Ouvrir la session  Échec d’ouverture de session d’un compte.    Sujet :   ID de sécurité :  S-1-5-18   Nom du compte :  WIN-U34BEJH3ME1$   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e7    Type d’ouverture de session :   2    Compte pour lequel l’ouverture de session a échoué :   ID de sécurité :  S-1-0-0   Nom du compte :  administrateur   Domaine du compte :  PRELUDE    Informations sur l’échec :   Raison de l’échec :  Nom d’utilisateur inconnu ou mot de passe incorrect.   État :   0xc000006d   Sous-état :  0xc000006a    Informations sur le processus :   ID du processus de l’appelant : 0x174   Nom du processus de l’appelant : C:\Windows\System32\winlogon.exe    Informations sur le réseau :   Nom de la station de travail : WIN-U34BEJH3ME1   Adresse du réseau source : 127.0.0.1   Port source :  0    Informations ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Failure Audit (\S+) Ouvrir la session\s*.chec d.ouverture de session d.un compte.*Type d.ouverture de session.:\s*2\s*Compte pour lequel l.ouverture de session a .chou..:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Raison de l..chec.:\s*Nom d.utilisateur inconnu ou mot de passe incorrect; \
 id=100001; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=User Logon; \
 target(0).user.user_id(0).name=$2; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=failed; \
 assessment.impact.type=user; \
 assessment.impact.description=A user has tried to open a Windows session; \
 last

#DESCRIPTION:Event ID 4624 - Nouvelle ouverture de session (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct 15 14:09:46 192.168.206.133 MSWinEventLog 1 Security 375 Thu Oct 15 14:09:45 2015 4624 Microsoft-Windows-Security-Auditing PRELUDE\administrateur N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Ouvrir la session  L’ouverture de session d’un compte s’est correctement déroulée.    Sujet :   ID de sécurité :  S-1-5-18   Nom du compte :  WIN-U34BEJH3ME1$   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e7    Type d’ouverture de session :   2    Nouvelle ouverture de session :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-500   Nom du compte :  administrateur   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x2bea3   GUID d’ouverture de session :  {D88AC2F8-D5B0-F133-5027-47F8A618DE15}    Informations sur le processus :   ID du processus :  0x174   Nom du processus :  C:\Windows\System32\winlogon.exe    Informations sur le réseau :   Nom de la station de travail : WIN-U34BEJH3ME1   Adresse du réseau source : 127.0.0.1   Port source :  0    Informations ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Ouvrir la session.*L.ouverture de session d.un compte s.est correctement d.roul.e.*Type d.ouverture de session.:\s*2\s*Nouvelle ouverture de session.:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.:; \
 id=100002; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=User Logon; \
 target(0).user.user_id(0).name=$2; \
 target(0).node.name=$1; \
 target(0).process.name=Winlogon; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 assessment.impact.description=A user has opened a Windows session; \
 last

#DESCRIPTION:Event ID 4688 - Privilege escalation (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  7 12:44:13 192.168.206.133 MSWinEventLog 0 Security 2895 Wed Oct 07 12:44:10 2015 4688 Microsoft-Windows-Security-Auditing PRELUDE\WIN-U34BEJH3ME1$ N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Création du processus  Un nouveau processus a été créé.    Sujet :   ID de sécurité :  S-1-5-18   Nom du compte :  WIN-U34BEJH3ME1$   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e7    Informations sur le processus :   ID du nouveau processus :  0x5e0   Nom du nouveau processus : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe   Type d’élévation du jeton : Type d’élévation de jeton complet (2)   ID du processus créateur : 0xb88    ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Cr.ation du processus.*Nom du nouveau processus.:..*\\(\S+).*Type.*Type d..l.vation de jeton complet \(2\).*; \
 id=100003; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Privilege escalation; \
 target(0).node.name=$1; \
 target(0).process.name=$2; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=admin; \
 assessment.impact.description=$2 program ran with administrator privilege; \
 last

#DESCRIPTION:Event ID 4624 - Nouvelle ouverture de session (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  7 15:25:12 192.168.206.133 MSWinEventLog 1 Security 1364 Wed Oct 07 15:25:00 2015 4624 Microsoft-Windows-Security-Auditing PRELUDE\avinash N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Ouvrir la session  L’ouverture de session d’un compte s’est correctement déroulée.    Sujet :   ID de sécurité :  S-1-5-18   Nom du compte :  WIN-U34BEJH3ME1$   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e7    Type d’ouverture de session :   10    Nouvelle ouverture de session :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x9e64f   GUID d’ouverture de session :  {7FC2F7A5-3CE0-6308-E567-2019A9C2DBB0}    Informations sur le processus :   ID du processus :  0x7c8   Nom du processus :  C:\Windows\System32\winlogon.exe    Informations sur le réseau :   Nom de la station de travail : WIN-U34BEJH3ME1   Adresse du réseau source : fe80::3585:8489:3749:70a6   Port source :  50588    Informations détaillées sur l’authentification ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Ouvrir la session\s*L.ouverture de session d.un compte s.est correctement d.roul.e\..*Type d.ouverture de session.:\s*10\s*Nouvelle ouverture de session.:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom de la station de travail.:\s*\S+\s*Adresse du r.seau source.:\s*(\S+)\s*Port source.:\s*(\d+); \
 id=100004; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Remote Login; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 target(0).process.name=Winlogon; \
 source(0).node.address(0).address=$3; \
 source(0).service.port=$4; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 assessment.impact.description=user $2 has opened a remote session; \
 last

#DESCRIPTION:Event ID 7036 - Service Snare shutdown (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 08:42:10 192.168.206.133 MSWinEventLog 1 System 116 Thu Oct 15 08:40:24 2015 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service Snare est entré dans l’état : arrêté. 24
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service Snare est entr. dans l..tat.: arr.t.\.; \
 id=100005; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Snare shutdown; \
 target(0).node.name=$1; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Snare has been shutdown; \
 last

#DESCRIPTION:Event ID 7036 - Service Snare startup (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 08:42:10 192.168.206.133 MSWinEventLog 1 System 178 Thu Oct 15 08:42:07 2015 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service Snare est entré dans l’état : en cours d’exécution. 86
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service Snare est entr.{1,2} dans l..tat.: en cours d.ex.cution\.; \
 id=100006; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Snare startup; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Snare has been startup; \
 last

#DESCRIPTION:Event ID 4608 - Windows startup (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 17:20:51 192.168.206.133 MSWinEventLog 1 Security 14 Thu Oct 15 17:20:11 2015 4608 Microsoft-Windows-Security-Auditing N/A N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Modification de l’état de la sécurité  Windows démarre.    Cet événement est journalisé lorsque LSASS.EXE démarre et que le sous-système d’audit est initialisé. 13
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Modification de l..tat de la s.curit.\s*Windows d.marre; \
 id=100008; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Windows startup; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Window has been started; \
 last

#DESCRIPTION:Event ID 12 - Windows OS started (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 15:10:52 192.168.206.133 MSWinEventLog 1 System 108 Thu Oct 15 15:09:53 2015 12 Microsoft-Windows-Kernel-General AUTORITE NT\Syst�me N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le système d’exploitation a démarré à l’heure système ‎2015‎-‎10‎-‎15T13:09:53.500000000Z. 40
regex=MSWinEventLog.*Microsoft-Windows-Kernel-General.*Information (\S+) .*Le syst.me d.exploitation a d.marr. . l.heure syst.me \D*(\d{4})\D*(\d\d)\D*(\d\d).?(\d\d:\d\d:\d\d); \
 id=100009; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Windows OS started; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows OS has been started the $2-$3-$4 at $5; \
 last

#DESCRIPTION:Event ID 1074 - Windows shutdown (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 18:07:20 192.168.206.133 MSWinEventLog 1 System 1463 Thu Oct 15 18:07:20 2015 1074 USER32 PRELUDE\avinash N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le processus Explorer.EXE a lancé le s’arrêter. de l’ordinateur WIN-U34BEJH3ME1 pour l’utilisateur PRELUDE\avinash pour la raison suivante : Système d’exploitation : Récupération (planifiée)  .  Code : 0x4020002  .  Type d’extinction : s’arrêter.  .  Commentaire : .  128
regex=MSWinEventLog.*Information (\S+) .*Le processus Explorer.EXE a lanc. le \S+ de l.ordinateur \S+ pour l.utilisateur [^\\]*\\(\S+) pour la raison suivante.: (.*)\.\s*Code.:.*Type d.extinction.:\s*(\S+).*Commentaire.: (.*)\.\s*\d*; \
 id=100010; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Windows shutdown; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows OS has been shutdown for several reasons; \
 additional_data(0).data=$3; \
 additional_data(0).type=string; \
 additional_data(0).meaning=shutdown reason; \
 additional_data(1).data=$4; \
 additional_data(1).type=string; \
 additional_data(1).meaning=Extinction type; \
 additional_data(2).data=Additional comments: $5; \
 additional_data(2).type=string; \
 additional_data(2).meaning=Additional comments; \
 last

#DESCRIPTION:Event ID 4648 - Active Directory connection (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  7 12:52:47 192.168.206.133 MSWinEventLog 1 Security 75 Wed Oct 07 12:52:46 2015 4648 Microsoft-Windows-Security-Auditing PRELUDE.PRO\avinash N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Ouvrir la session  Tentative d’ouverture de session en utilisant des informations d’identification explicites.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0xe8aea   GUID d’ouverture de session :  {00000000-0000-0000-0000-000000000000}    Compte dont les informations d’identification ont été utilisées :   Nom du compte :  avinash   Domaine du compte :  PRELUDE.PRO   GUID d’ouverture de session :  {25EAB0DC-DC7B-7409-52F9-D7D9BB4DA265}    Serveur cible :   Nom du serveur cible : WIN-U34BEJH3ME1.prelude.pro   Informations supplémentaires : ldap/WIN-U34BEJH3ME1.prelude.pro/prelude.pro    Informations sur le processus :   ID du processus :  0xbbc   Nom du processus :  C:\Windows\System32\ldp.exe    Informations sur le réseau :   Adresse du réseau : -   Port :   -    ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit \S+ Ouvrir la session.*Tentative d.ouverture de session en utilisant des informations d.identification explicites\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du serveur cible.: (\S+)\s*Informations suppl.mentaires.: ldap\/.*Nom du processus.:..*\\(\S+); \
 id=100011; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Active Directory connection; \
 target(0).node.name=$3; \
 target(0).user.user_id(0).name=$2; \
 source(0).user.user_id(0).name=$1; \
 target(0).process.name=$4; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=user; \
 assessment.impact.description=Active Directory connection by $2 user; \
 last

#DESCRIPTION:Event ID 4625 - Expired account login (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  7 12:55:09 192.168.206.133 MSWinEventLog 1 Security 93 Wed Oct 07 12:55:08 2015 4625 Microsoft-Windows-Security-Auditing PRELUDE\ATest N/A Failure Audit WIN-U34BEJH3ME1.prelude.pro Ouvrir la session  Échec d’ouverture de session d’un compte.    Sujet :   ID de sécurité :  S-1-5-18   Nom du compte :  WIN-U34BEJH3ME1$   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e7    Type d’ouverture de session :   2    Compte pour lequel l’ouverture de session a échoué :   ID de sécurité :  S-1-0-0   Nom du compte :  ATest   Domaine du compte :  PRELUDE    Informations sur l’échec :   Raison de l’échec :  Le compte d’utilisateur spécifié a expiré.   État :   0xc0000193   Sous-état :  0xc0000193    Informations sur le processus :   ID du processus de l’appelant : 0x10c   Nom du processus de l’appelant : C:\Windows\System32\winlogon.exe    Informations sur le réseau :   Nom de la station de travail : WIN-U34BEJH3ME1   Adresse du réseau source : 127.0.0.1   Port source :  0    Informations détaillées ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Failure Audit (\S+) Ouvrir la session\s*.chec d.ouverture de session d.un compte.*Compte pour lequel l.ouverture de session a .chou..:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Raison de l..chec.:\s*Le compte d.utilisateur sp.cifi. a expir.\.; \
 id=100012; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Expired account login; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 target(0).process.name=Winlogon; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=Failed; \
 assessment.impact.type=user; \
 assessment.impact.description=An expired account has tried to logon; \
 last

#DESCRIPTION:Event ID 4673 - Sensitive privilege used (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  7 12:58:25 192.168.206.133 MSWinEventLog 1 Security 174 Wed Oct 07 12:58:23 2015 4673 Microsoft-Windows-Security-Auditing PRELUDE\avinash N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Utilisation de privilèges sensibles  Un service privilégié a été appelé.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0xe8ade    Service :   Serveur : PlugPlayManager   Nom du service : Activer le périphérique    Processus :   ID du processus : 0x258   Nom du processus : C:\Windows\System32\svchost.exe    Informations sur la demande de service :   Privilèges :  SeLoadDriverPrivilege 99
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Utilisation de privil.ges sensibles\s*Un service privil.gi. a .t. appel.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du service.: (.*)\s*Processus.:.*Nom du processus.{1,2}:..*\\(\S+).*Privil.ges.:\s*(\S+); \
id=100013;\
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Sensitive privilege used; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 target(0).service.name=$3; \
 target(0).process.name=$4; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=$2 user has used a sensitive privilege; \
 additional_data(0).data=$5; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Privilege used; \
 last

#DESCRIPTION:Event ID 4625 - Disabled account login (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  5 12:29:03 192.168.206.133 MSWinEventLog 1 Security 178 Mon Oct 05 12:29:01 2015 4625 Microsoft-Windows-Security-Auditing PRELUDE\ATest N/A Failure Audit WIN-U34BEJH3ME1.prelude.pro Ouvrir la session  Échec d’ouverture de session d’un compte.    Sujet :   ID de sécurité :  S-1-5-18   Nom du compte :  WIN-U34BEJH3ME1$   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e7    Type d’ouverture de session :   2    Compte pour lequel l’ouverture de session a échoué :   ID de sécurité :  S-1-0-0   Nom du compte :  ATest   Domaine du compte :  PRELUDE    Informations sur l’échec :   Raison de l’échec :  Le compte est actuellement désactivé.   État :   0xc000006e   Sous-état :  0xc0000072    Informations sur le processus :   ID du processus de l’appelant : 0x47c   Nom du processus de l’appelant : C:\Windows\System32\winlogon.exe    Informations sur le réseau :   Nom de la station de travail : WIN-U34BEJH3ME1   Adresse du réseau source : 127.0.0.1   Port source :  0    Informations détaillées ...
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Failure Audit (\S+) Ouvrir la session\s*.chec d.ouverture de session d.un compte\..*Compte pour lequel l.ouverture de session a .chou..:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Raison de l..chec.:\s*Le compte est actuellement d.sactiv.\.; \
 id=100014; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Disabled account login; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 target(0).process.name=Winlogon; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=Failed; \
 assessment.impact.type=user; \
 assessment.impact.description=A user has tried to open a Windows session with a disabled account; \
 last

#DESCRIPTION:Event ID 7036 - Active Directory shutdown (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 16:12:58 192.168.206.133 MSWinEventLog 1 System 96 Thu Oct 15 16:11:05 2015 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service Services de domaine Active Directory est entré dans l’état : arrêté. 32
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service Services de domaine Active Directory est entr. dans l..tat.: arr.t.\.; \
 id=100015; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Active Directory shutdown; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Active Directory has been shutdown; \
 last

#DESCRIPTION:Event ID 7036 - Active Directory startup (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct 15 16:12:59 192.168.206.133 MSWinEventLog 1 System 112 Thu Oct 15 16:12:24 2015 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service Services de domaine Active Directory est entré dans l’état : en cours d’exécution. 48
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service Services de domaine Active Directory est entr. dans l..tat.: en cours d.ex.cution\.; \
 id=100016; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Active Directory startup; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Active Directory service has been started; \
 last

#DESCRIPTION:Event ID 7036 - ILEX Sign&go shutdown (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Aug 28 17:01:04 192.168.206.133 MSWinEventLog 1 System 41 ven. août 28 17:01:03 201 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service ILEX Sign&go v5.1 Workstation Security Service est entré dans l'état : arrêté. 2
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service ILEX Sign&go (\S*) Workstation Security Service est entr. dans l..tat.: arr.t.\.; \
 id=100017; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=ILEX Sign&go shutdown; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=ILEX Sign&go $2 Workstation Security Service has been shutdown; \
 last

#DESCRIPTION:Event ID 7036 - ILEX Sign&go startup (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Aug 28 17:01:04 192.168.206.133 MSWinEventLog 1 System 43 ven. août 28 17:01:04 201 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service ILEX Sign&go v5.1 Workstation Security Service est entré dans l'état : en cours d'exécution. 4
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service ILEX Sign&go (\S*) Workstation Security Service est entr.{1,2} dans l..tat.: en cours d.ex.cution\.; \
 id=100018; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=ILEX Sign&go startup; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=ILEX Sign&go $2 Workstation Security Service has been started; \
 last

#DESCRIPTION:Event ID 4738 - Account changed (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 12:27:43 192.168.206.133 MSWinEventLog 2 Security 92 Mon Oct 05 12:27:42 2015 4738 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Un compte d’utilisateur a été modifié.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x387a1    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE    Attributs modifiés :   Nom du compte SAM : -   Nom complet :  -   Nom principal de l’utilisateur : -   Répertoire de base :  -   Lecteur de base :  -   Chemin d’accès au script :  -   Chemin d’accès au profil :  -   Stations de travail utilisateurs : -   Dernière modification du mot de passe le : -   Le compte expire le :  02/10/2015 00:00:00   ID de groupe principal : -   Délégué autorisé : -   Ancienne valeur UAC :  -   Nouvelle valeur UAC :  -   Contrôle du compte d’utilisateur : -   Paramètres utilisateur : -   Historique SID :  -   Horaire d’accès :  -    Informations supplémentaires :   Privilèges:  - 56
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Un compte d.utilisateur a .t. modifi.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100019; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Account changed; \
 source(0).user.user_id(0).name=$2; \
 target(0).user.user_id(0).name=$3; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=$3 user account has been modified; \
 last

#DESCRIPTION:Event ID 1704 - Audit policy applied (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 12:38:27 192.168.206.133 MSWinEventLog 1 Application 419 Mon Oct 05 12:38:27 2015 1704 SceCli N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  La stratégie de sécurité dans les objets Stratégie de groupe a été appliquée correctement. 8
regex=MSWinEventLog.*Information (\S+) .*La strat.gie de s.curit. dans les objets Strat.gie de groupe a .t. appliqu.e correctement; \
 id=100020; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Audit policy applied; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Audit policy has been applied correctly; \
 last

#DESCRIPTION:Event ID 4723 - Password changed (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct 11 14:28:22 192.168.206.133 MSWinEventLog 2 Security 717 Sun Oct 11 14:28:21 2015 4723 Microsoft-Windows-Security-Auditing PRELUDE\avinash N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Une tentative de modification de mot de passe d’un compte a été effectuée.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x49fcf    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE    Informations supplémentaires :   Privilèges  - 401
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur\s*Une tentative de modification de mot de passe d.un compte a .t. effectu.e\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100021; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Password changed; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 source(0).user.user_id(0).name=$3; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=An user account password has been changed; \
 last

#DESCRIPTION:Event ID 4728 - User added to a group (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 15:53:20 192.168.206.133 MSWinEventLog 2 Security 2432 Mon Oct 05 15:53:18 2015 4728 Microsoft-Windows-Security-Auditing PRELUDE\Admins du domaine N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des groupes de sécurité  Un membre a été ajouté à un groupe global dont la sécurité est activée.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e5fd    Membre :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  CN=avi test,CN=Users,DC=prelude,DC=pro    Groupe :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-512   Nom du groupe :  Admins du domaine   Domaine du groupe :  PRELUDE    Informations supplémentaires :   Privilèges :  - 1260
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des groupes de s.curit.\s*Un membre a .t. ajout. . un groupe (\S+) dont la s.curit. est activ.e\..*Nom du compte.:\s*(\S+[^ ])\s*Domaine du compte.*Nom du compte.:\s*(CN=.*)\s*Groupe.:.*Nom du (?:compte|groupe).:\s*(.*[^ ])\s*Domaine du (?:compte|groupe); \
 id=100023; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=User added to a group; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$4; \
 source(0).user.user_id(0).name=$3; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=User $4 has been added to a group; \
 additional_data(0).data=$5; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Group name; \
 additional_data(1).data=$2; \
 additional_data(1).type=string; \
 additional_data(1).meaning=Group type; \
 last

#DESCRIPTION:Event ID 4647 - User logout (Windows 2008 Style Events)
#CATEGORY:Authentication
#LOG:Oct  2 16:30:14 192.168.206.133 MSWinEventLog 1 Security 394 Fri Oct 02 16:30:06 2015 4647 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Fermer la session  Fermeture de session initiée par l’utilisateur :    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x277151    Cet événement est généré lorsqu’une fermeture de session est initiée. Aucune autre activité initiée par l’utilisateur ne peut se produire. Cet événement peut être interprété comme un événement de fermeture de session. 213
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Fermer la session\s*Fermeture de session initi.e par l.utilisateur.:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100024; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=User logout; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=User $2 logout; \
 last

#DESCRIPTION:Event ID 4720 - User account created (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 16:04:46 192.168.206.133 MSWinEventLog 2 Security 2645 Mon Oct 05 16:04:46 2015 4720 Microsoft-Windows-Security-Auditing PRELUDE\ADupont N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Un compte d’utilisateur a été créé.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e5fd    Nouveau compte :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1110   Nom du compte :  ADupont   Domaine du compte :  PRELUDE    Attributs :   Nom du compte SAM : ADupont   Nom complet :  alain dupont   Nom principal de l’utilisateur : ADupont@prelude.pro   Répertoire de base :  -   Lecteur de base :  -   Chemin d’accès au script :  -   Chemin d’accès au profil :  -   Stations de travail des utilisateurs : -   Dernière modification du mot de passe le : <jamais>   Le compte expire le :  <jamais>   ID de groupe principal : 513   Délégué autorisé : -   Ancienne valeur UAC :  0x0   Nouvelle valeur UAC :  0x15   Contrôle du compte d’utilisateur (UAC) :     Compte désactivé    'Mot de passe non nécessaire' - Activé    'Compte normal’ - Activé   Paramètres d’utilisateur : -   Historique SID :  -   Horaire d’accès :  <valeur non définie>    Informations supplémentaires :   Privilèges  - 1376
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Un compte d.utilisateur a .t. cr..\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte SAM.:\s*(.*)\s*Nom complet.:\s*(.*)\s*Nom principal de l.utilisateur.: (\S*); \
 id=100025; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=User account created; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 source(0).user.user_id(0).name=$3; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=A user account has been created; \
 additional_data(0).data=$4; \
 additional_data(0).type=string; \
 additional_data(0).meaning=SAM account name; \
 additional_data(1).data=$5; \
 additional_data(1).type=string; \
 additional_data(1).meaning=User full name; \
 additional_data(2).data=$6; \
 additional_data(2).type=string; \
 additional_data(2).meaning=User principal name; \
 last

#DESCRIPTION:Event ID 4722 - User account enabled (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 12:28:47 192.168.206.133 MSWinEventLog 2 Security 160 Mon Oct 05 12:28:45 2015 4722 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Un compte d’utilisateur a été activé.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x387a1    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE 90
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Un compte d.utilisateur a .t. activ.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100026; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=User account enabled; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 source(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=A user account has been enabled; \
 last

#DESCRIPTION:Event ID 4724 - Password reinitialized (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 15:11:20 192.168.206.133 MSWinEventLog 2 Security 1146 Mon Oct 05 15:11:19 2015 4724 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Une tentative de réinitialisation de mot de passe d’un compte a été effectuée.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e5fd    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE 596
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Une tentative de r.initialisation de mot de passe d.un compte a .t. effectu.e\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100027; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Password reinitialized; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 source(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=A password has been reinitialized; \
 last

#DESCRIPTION:Event ID 4723 - Failed to change password (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 15:20:44 192.168.206.133 MSWinEventLog 2 Security 1523 Mon Oct 05 15:20:43 2015 4723 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Failure Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Une tentative de modification de mot de passe d’un compte a été effectuée.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x193d78    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE    Informations supplémentaires :   Privilèges  - 766
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Failure Audit (\S+) Gestion des comptes d.utilisateur.*Une tentative de modification de mot de passe d.un compte a .t. effectu.e\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Compte cible.:.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100028; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Password changed; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 source(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=Failed; \
 assessment.impact.type=other; \
 assessment.impact.description=A user has tried to change a password; \
 last

#DESCRIPTION:Event ID 4725 - Account disabled (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 12:28:49 192.168.206.133 MSWinEventLog 2 Security 166 Mon Oct 05 12:28:49 2015 4725 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Un compte d’utilisateur a été désactivé.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x387a1    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE 96
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Un compte d.utilisateur a .t. d.sactiv.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100029; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Account disabled; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 source(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=An account has been disabled; \
 last

#DESCRIPTION:Event ID 4767 - Account unlocked (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 12:27:43 192.168.206.133 MSWinEventLog 2 Security 93 Mon Oct 05 12:27:42 2015 4767 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Un compte d’utilisateur a été déverrouillé.    Sujet :   ID de sécurité:  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x387a1    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1109   Nom du compte :  Atest   Domaine du compte :  PRELUDE 57
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Un compte d.utilisateur a .t. d.verrouill.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100030; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Account unlocked; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 source(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=An account has been unlocked; \
 last

#DESCRIPTION:Event ID 4726 - Account deleted (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  2 16:22:54 192.168.206.133 MSWinEventLog 2 Security 170 Fri Oct 02 16:22:52 2015 4726 Microsoft-Windows-Security-Auditing PRELUDE\Atest N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des comptes d’utilisateur  Un compte d’utilisateur a été supprimé.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x2dafa    Compte cible :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1104   Nom du compte :  Atest   Domaine du compte :  PRELUDE    Informations supplémentaires :   Privilèges - 80
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des comptes d.utilisateur.*Un compte d.utilisateur a .t. supprim.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte; \
 id=100031; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Account deleted; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 source(0).user.user_id(0).name=$2; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=An account has been deleted; \
 last

#DESCRIPTION:Event ID 4737 - Group amended (Windows 2008 Style Events)
#CATEGORY:Account Management
#LOG:Oct  5 15:52:44 192.168.206.133 MSWinEventLog 2 Security 2423 Mon Oct 05 15:52:44 2015 4737 Microsoft-Windows-Security-Auditing PRELUDE\Admins du domaine N/A Success Audit WIN-U34BEJH3ME1.prelude.pro Gestion des groupes de sécurité  Un groupe global dont la sécurité est activée a été modifié.    Sujet :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-1000   Nom du compte :  avinash   Domaine du compte :  PRELUDE   ID d’ouverture de session :  0x3e5fd    Groupe :   ID de sécurité :  S-1-5-21-2269591700-920990493-2532081251-512   Nom du groupe :  Admins du domaine   Domaine du groupe :  PRELUDE    Attributs modifiés :   Nom du compte SAM : -   Historique SID :  -    Informations supplémentaires :   Privilèges :  - 1251
regex=MSWinEventLog.*Microsoft-Windows-Security-Auditing.*Success Audit (\S+) Gestion des groupes de s.curit.\s*Un groupe (\S+) dont la s.curit. est activ.e a .t. modifi.\..*Nom du compte.:\s*(.*[^ ])\s*Domaine du compte.*Nom du groupe.:\s*(.*[^ ])\s*Domaine du groupe; \
 id=100032; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Group amended; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$3; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=A group has been modified; \
 additional_data(0).data=$2; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Group type; \
 additional_data(1).data=$4; \
 additional_data(1).type=string; \
 additional_data(1).meaning=Group name; \
 last

#DESCRIPTION:Event ID 1102 - Audit log cleared (Windows 2008 Style Events)
#CATEGORY:Integrity
#LOG:Oct  5 14:19:41 192.168.206.133 MSWinEventLog 3 Security 272 Mon Oct 05 14:19:41 2015 1102 Microsoft-Windows-Eventlog N/A N/A Information WIN-U34BEJH3ME1.prelude.pro Effacement de journal  Le journal d’audit a été effacé.  Objet :   ID de sécurité : S-1-5-21-2269591700-920990493-2532081251-1000   Nom de compte : avinash   Nom de domaine : PRELUDE   ID de connexion : 0x3e5fd 149
regex=MSWinEventLog.*Microsoft-Windows-Eventlog.*Information (\S+) Effacement de journal\s*Le journal d.audit a .t. effac.\s*.*Nom de compte.:\s*(.*)\s*Nom de domaine; \
 id=100033; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Audit log cleared; \
 target(0).node.name=$1; \
 target(0).user.user_id(0).name=$2; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows audit log has been cleared; \
 last

#DESCRIPTION:Event ID 104 - Log cleared (Windows 2008 Style Events)
#CATEGORY:Integrity
#LOG:Oct  5 14:26:26 192.168.206.133 MSWinEventLog 1 System 394 Mon Oct 05 14:26:26 2015 104 Microsoft-Windows-Eventlog PRELUDE\avinash N/A Information WIN-U34BEJH3ME1.prelude.pro Effacement de journal  Le fichier journal Application a été effacé. 30
regex=MSWinEventLog.*Microsoft-Windows-Eventlog [^\\]*\\?(\S+) .*Information (\S+) Effacement de journal\s*Le fichier journal (Application|System) . .t. effac.\.; \
 id=100034; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=$4 log cleared; \
 target(0).node.name=$2; \
 target(0).user.user_id(0).name=$1; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows $4 log has been cleared; \
 last

#DESCRIPTION:Event ID 6006 - Event registration stopped (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct  5 12:54:15 192.168.206.133 MSWinEventLog 1 System 53 Mon Oct 05 12:53:00 2015 6006 EventLog N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service d’Enregistrement d’événement a été arrêté. 0
regex=MSWinEventLog.*EventLog.*Information (\S+) .*Le service d.Enregistrement d..v.nement a .t. arr.t.\.; \
 id=100035; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Event registration stopped; \
 target(0).node.name=$1; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows event registration has been stopped; \
 last

#DESCRIPTION:Event ID 6005 - Event registration started (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct  5 12:54:15 192.168.206.133 MSWinEventLog 1 System 82 Mon Oct 05 12:53:42 2015 6005 EventLog N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service d’Enregistrement d’événement a démarré. 29
regex=MSWinEventLog.*EventLog.*Information (\S+) .*Le service d.Enregistrement d..v.nement a d.marr.\.; \
 id=100036; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Event registration started; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows event registration has been started; \
 last

#DESCRIPTION:Event ID 7036 - Event log stopped (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct  5 12:54:15 192.168.206.133 MSWinEventLog 1 System 65 Mon Oct 05 12:53:00 2015 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service Journal d’événements Windows est entré dans l’état : arrêté. 12
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service Journal d..v.nements Windows est entr. dans l..tat.: arr.t.\.; \
 id=100037; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Event log stopped; \
 target(0).node.name=$1; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows event log has been stopped; \
 last

#DESCRIPTION:Event ID 7036 - Event log started (Windows 2008 Style Events)
#CATEGORY:Service Management
#LOG:Oct  5 12:54:15 192.168.206.133 MSWinEventLog 1 System 101 Mon Oct 05 12:53:42 2015 7036 Service Control Manager N/A N/A Information WIN-U34BEJH3ME1.prelude.pro None  Le service Journal d’événements Windows est entré dans l’état : en cours d’exécution. 48
regex=MSWinEventLog.*Service Control Manager.*Information (\S+) .*Le service Journal d..v.nements Windows est entr. dans l..tat.: en cours d.ex.cution\.; \
 id=100038; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Event log started; \
 target(0).node.name=$1; \
 assessment.impact.severity=info; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Windows event log has been started; \
 last

#DESCRIPTION:Event ID 800 - Virus found (Windows 2008 Style Events)
#CATEGORY:Malware
#LOG:Aug 28 14:38:51 <nom_dns> MSWinEventLog 1 Application 59 ven. août 28 14:38:51 201 800 Control Manager Server <domain.name>\... N/A Information <nom_dns> System  Information Message: Control Manager (<nom_dns>) notification: Virus found action result.  The second virus scan action has been applied to the virus detected in \<nom_dns>\Local Folder\New Entity\<...>\<domain.name>\<nom_dns>.  Virus: Eicar_test_file  Action result: File quarantined  Infected file: eicar - Copy (8) - Copy File path: A:\  Scan engine: 9.205.1002  Virus pattern: 0.704.00  Event date/time: 28/08/2015 14:36:11 2
regex=MSWinEventLog.*Control Manager Server.*notification: Virus found action result.\s*The second virus scan action has been applied to the virus detected in .*Virus: (.+)\s*Action result: File quarantined\s*Infected file: (.+)\s*File path: (.+)\s*Scan engine: (.*)\s*Virus pattern: (.+)\s*Event date\/time: (\S+) (\S+); \
 id=100039; \
 revision=1; \
 analyzer(0).name=Snare; \
 analyzer(0).manufacturer=http://www.intersectalliance.com/projects/SnareWindows; \
 analyzer(0).class=Service; \
 classification.text=Virus found; \
 analyzer(0).class=System; \
 assessment.impact.severity=high; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=A virus has been found; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Virus name; \
 additional_data(0).data=$1; \
 additional_data(1).type=string; \
 additional_data(1).meaning=Virus filename; \
 additional_data(1).data=$2; \
 additional_data(2).type=string; \
 additional_data(2).meaning=Virus location; \
 additional_data(2).data=$3; \
 additional_data(3).type=string; \
 additional_data(3).meaning=Scan engine; \
 additional_data(3).data=$4; \
 additional_data(4).type=string; \
 additional_data(4).meaning=Virus pattern; \
 additional_data(4).data=$5; \
 additional_data(5).type=string; \
 additional_data(5).meaning=Virus detect time; \
 additional_data(5).data=$6 $7; \
 last