-
Notifications
You must be signed in to change notification settings - Fork 4
/
DSM MITRE Policy.xml
18288 lines (18189 loc) · 730 KB
/
DSM MITRE Policy.xml
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
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<Export type="SecurityProfile" date="December 13, 2019 21:13" version="12.0.296">
<SecurityProfiles>
<SecurityProfile id="10">
<TBUID></TBUID>
<Name>MITRE POLICY</Name>
<Description></Description>
<ScheduleID isNull="true"/>
<MultipleInterfaceTypes>false</MultipleInterfaceTypes>
<CountersReset isNull="true"/>
<DetectionEngineState>-1</DetectionEngineState>
<OnAssignCustomAction></OnAssignCustomAction>
<OnUnassignCustomAction></OnUnassignCustomAction>
<AutoRequiresUpdate>-1</AutoRequiresUpdate>
<ParentSecurityProfileID isNull="true"/>
<AntiMalwareSecurityProfile id="10">
<SecurityProfileID>10</SecurityProfileID>
<AntiMalwareState>-1</AntiMalwareState>
</AntiMalwareSecurityProfile>
<NetworkSecurityProfile id="10">
<SecurityProfileID>10</SecurityProfileID>
<StatefulFilterID isNull="true"/>
<NetworkControlState>2</NetworkControlState>
<VulnerabilityShieldState>0</VulnerabilityShieldState>
</NetworkSecurityProfile>
<IntegritySecurityProfile id="10">
<SecurityProfileID>10</SecurityProfileID>
<SystemIntegrityState>0</SystemIntegrityState>
</IntegritySecurityProfile>
<LogInspectionSecurityProfile id="10">
<SecurityProfileID>10</SecurityProfileID>
<LogInspectionState>0</LogInspectionState>
</LogInspectionSecurityProfile>
<AppControlSecurityProfile id="10">
<SecurityProfileID>10</SecurityProfileID>
<AppControlState>0</AppControlState>
<RulesetID isNull="true"/>
<Lockdown isNull="true"/>
<WhitelistMode isNull="true"/>
</AppControlSecurityProfile>
<SAPSecurityProfile id="10">
<SecurityProfileID>10</SecurityProfileID>
<SAPState>-1</SAPState>
</SAPSecurityProfile>
</SecurityProfile>
</SecurityProfiles>
<IPLists/>
<PortLists>
<PortList id="32">
<TBUID>4F673227-5C7D-DAD0-B2CB-F56D845B5E6D</TBUID>
<Name>Oracle SQL Server</Name>
<Description></Description>
<Items>1521,5560</Items>
<Version></Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="1">
<TBUID>21108FBB-6AE3-6A52-A655-FD39B0AD2EEC</TBUID>
<Name>Remote Desktop</Name>
<Description>Ports for accessing a machine using remote desktop/terminal services</Description>
<Items>3389 # Remote Desktop</Items>
<Version></Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="82">
<TBUID>862217D4-465F-C27F-020B-C020357F92D4</TBUID>
<Name>SSL</Name>
<Description></Description>
<Items>443</Items>
<Version>1</Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="6">
<TBUID>660F6C95-805D-225E-1D70-DCCBDFBCFC3E</TBUID>
<Name>FTP</Name>
<Description></Description>
<Items>20,21</Items>
<Version></Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="118">
<TBUID>96C8E54B-95B3-8D01-208D-6477B2C271E7</TBUID>
<Name>Web Server Common</Name>
<Description></Description>
<Items>80,383,443,444,631,808,1000,1099,1128,1158,1220,1408,1581,1812,2301,2381,3000,3037,3128,3200,3201,3443,3612,3900,4343,4848,5053,5080,5357,5358,5443,5466,5814,5984,5986,6405,6443,6988,6000-6199,7001,7002,7048,7080,7100,7101,7200,7501,7510,7770,7777,7778,7779,8000,8004,8007,8008,8015,8020,8028,8030,8043,8060,8088,8090,8093,8094,8095,8161,8300,8443,8500,8700,8800,8880,8888,8983,8989,8080-8083,9000,9060,9080,9090,9200,9495,9700,9710,9832,9850,9998,10000,10001,12345,15050,19000,19300,21009,21191,24880,26964,32000,41080,41443,46485,50000,50013,52312</Items>
<Version>20</Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="46">
<TBUID>5805497B-6FB8-F06F-294F-31592AEA6608</TBUID>
<Name>Web Client Port</Name>
<Description></Description>
<Items>8080,80</Items>
<Version>3</Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="63">
<TBUID>950FB9AB-0FC1-50EA-B5CD-00E5E422DBE0</TBUID>
<Name>Telnet</Name>
<Description></Description>
<Items>23</Items>
<Version>1</Version>
<UserEdited>false</UserEdited>
</PortList>
<PortList id="31">
<TBUID>C6E323B4-3E9B-FFE2-B374-3B4862E0F495</TBUID>
<Name>MySQL Server</Name>
<Description></Description>
<Items>3306</Items>
<Version></Version>
<UserEdited>false</UserEdited>
</PortList>
</PortLists>
<Schedules/>
<ScanCachePolicyObjects/>
<ScanDirectoryLists/>
<ScanFileLists/>
<ScanFileExtLists/>
<AntiMalwares/>
<SecurityProfileAntiMalwares/>
<MACLists/>
<RuleContexts/>
<PacketFilters/>
<PacketFilterOverrides/>
<StatefulFilters/>
<PayloadFilter2s>
<PayloadFilter2 doNotMerge="true" id="3332">
<TBUID>446CDAB2-0298-8423-96D5-BB80159045EC</TBUID>
<Name>Identified Suspicious Obfuscated JavaScript - 1 (ATT&CK T1027)</Name>
<Description>This DPI rule detects suspicious obfuscated JavaScript used by attackers to bypass security and gain unauthorized access to the system. Legitimate web sites could also obfuscate code to reduce security exposure or for intellectual property protection.
Note: The triggers of this rule have to be investigated further to confirm attacks.</Description>
<Priority>2</Priority>
<ConnectionTypeID>290</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>0</Mode>
<MinimumAgentVersion></MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs>33569D94-0A79-8581-4ADF-FA9C285AD108</RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>9.30</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="4107">
<TBUID>7693BB4F-A914-9C77-AFE8-96C9A978ACAA</TBUID>
<Name>Executable File Uploaded On Network Share (ATT&CK T1105)</Name>
<Description>This rule is based on heuristics and will detect if executable file is being uploaded on a SMB share. Hence this rule should only be applied when executable files are not used over the SMB Share.</Description>
<Priority>2</Priority>
<ConnectionTypeID>343</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>1</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="5644">
<TBUID>CAB40D3A-288C-5ED7-C52E-490ED47177BD</TBUID>
<Name>Identified Download Of DLL File Over WebDAV (ATT&CK T1073)</Name>
<Description>This rule is based on heuristics and will detect/prevent DLL file being requested to WebDAV server.
Note: This rule should be applied when DLL files are not expected to be downloaded from the WebDAV shares.</Description>
<Priority>2</Priority>
<ConnectionTypeID>290</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>3</Severity>
<Mode>0</Mode>
<MinimumAgentVersion></MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>7.90</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="3342">
<TBUID>997B8DD5-37E4-B425-3BA1-6213220F516C</TBUID>
<Name>Identified Suspicious Obfuscated JavaScript - 2 (ATT&CK T1027)</Name>
<Description>This DPI rule detects suspicious obfuscated JavaScript used by attackers to bypass security and gain unauthorized access to the system. Legitimate web sites could also obfuscate code to reduce security exposure or for intellectual property protection.
Note: The triggers of this rule have to be investigated further to confirm attacks.</Description>
<Priority>2</Priority>
<ConnectionTypeID>290</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>3</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs>33569D94-0A79-8581-4ADF-FA9C285AD108</RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="1297">
<TBUID>AF30852F-DD4B-FC46-52ED-B35535D753D7</TBUID>
<Name>Restrict Attempt To Enumerate Windows User Accounts (ATT&CK T1087)</Name>
<Description>This filter identifies an attempt to enumerate user account information on a Windows host. There are valid cases where an administrator may want to enumerate accounts on a remote system but any alert from this filter should be investigated.
Note: This rule should not be assigned to domain controllers.</Description>
<Priority>2</Priority>
<ConnectionTypeID>343</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="5912">
<TBUID>FB4EB0C1-8C61-9C57-D027-A182AA0A8769</TBUID>
<Name>HTTP Protocol Decoding</Name>
<Description>Required by all other HTTP DPI rules. This DPI rule decodes the HTTP protocol, restricts URI and query lengths, and validates URI encoding.</Description>
<Priority>1</Priority>
<ConnectionTypeID>311</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>5.0.0.3000</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>true</DependedOn>
<RecommendationsMode>1</RecommendationsMode>
<CvssScore>10.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="6424">
<TBUID>F8F91063-51BD-5F82-F336-150D72E146EF</TBUID>
<Name>Identified Too Many SSL Alert Messages In SSLv3 Over RDP (ATT&CK T1032)</Name>
<Description>This is a heuristic based rule to detect too many SSL alert messages from a server within a period of time. Such large number of alert messages could be an indication of block-wise chosen-boundary attack, which could allow an attacker to obtain plain-text bytes using SSLv3 protocol.
Note: Configuration options are provided to customize the alert frequency of the events. Multiple alert messages in SSLv3 protocol can occur legitimately due to server limitations. Hence, every trigger of this rule should be investigated further to confirm an attack.</Description>
<Priority>2</Priority>
<ConnectionTypeID>361</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>4.30</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="3609">
<TBUID>A5B98F35-4880-C25E-8CA0-3C4FF3A8314F</TBUID>
<Name>Identified SSL/TLS Diffie-Hellman Key Exchange Using Weak Parameters Client (ATT&CK T1032)</Name>
<Description>This rule is intended to identify Diffie-Hellman Ephemeral Cipher suites using parameters with 512 bits length. The SSL/TLS session keys created with weak parameters could allow an attacker to recover the plain text on the encrypted channel.
This rule will detect if the SSL/TLS client is using DHE weak parameters.</Description>
<Priority>2</Priority>
<ConnectionTypeID>304</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>1</RecommendationsMode>
<CvssScore>5.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="3610">
<TBUID>55807850-ACDC-2B7F-766A-992B610A9CBD</TBUID>
<Name>Identified SSL/TLS Diffie-Hellman Key Exchange Using Weak Parameters Server (ATT&CK T1032)</Name>
<Description>This rule is intended to identify Diffie-Hellman Ephemeral Cipher suites using parameters with 512 bits length. The SSL/TLS session keys created with weak parameters could allow an attacker to recover the plain text on the encrypted channel.
This rule will detect if the SSL/TLS server is using DHE weak parameters.</Description>
<Priority>2</Priority>
<ConnectionTypeID>330</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>1</RecommendationsMode>
<CvssScore>5.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2330">
<TBUID>ED9F493D-C614-A6C8-D481-41D0CC965DB7</TBUID>
<Name>MSN Instant Message URL Blocker (ATT&CK T1102)</Name>
<Description>This filter blocks any message containing a web link sent via MSN Messenger over MSN protocol</Description>
<Priority>2</Priority>
<ConnectionTypeID>322</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="1307">
<TBUID>1704C95A-DAF3-1896-49C9-8F9D78F14BCD</TBUID>
<Name>Detected Rlogin Server Traffic (ATT&CK T1021)</Name>
<Description>This filter detects Rlogin server traffic based on heuristics. Configuration options are provided to set the event frequency of this filter.</Description>
<Priority>2</Priority>
<ConnectionTypeID>350</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.5272</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="4379">
<TBUID>A82300FE-01CB-1DD5-5BA1-D0C8ECEBD724</TBUID>
<Name>Identified Usage Of EXPORT Cipher Suite In SSLv2 Connection (ATT&CK T1032)</Name>
<Description>Export Cipher suites, as used in the SSLv2 protocol, are very weak and it is easy for remote attackers to conduct plain text-recovery attacks.
Note: This is a heuristic based rule which identifies if any Export cipher suites are being used in SSLv2 connection.</Description>
<Priority>2</Priority>
<ConnectionTypeID>330</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion></MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>1</RecommendationsMode>
<CvssScore>4.30</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2331">
<TBUID>DAA95A8E-5196-967F-1291-BB515869F767</TBUID>
<Name>Yahoo Instant Message URL Blocker (ATT&CK T1102)</Name>
<Description>This filter blocks any message containing web link sent via Yahoo Messenger over Yahoo Protocol.</Description>
<Priority>2</Priority>
<ConnectionTypeID>322</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="1309">
<TBUID>9810E353-00EF-D5E6-5E54-922366535F89</TBUID>
<Name>Detected Telnet Server Traffic (ATT&CK T1021)</Name>
<Description>This is a heuristics based filter to detect Telnet server traffic.
Configuration options are provided to set the event frequency of this filter.</Description>
<Priority>2</Priority>
<ConnectionTypeID>350</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="3357">
<TBUID>9A09328B-F22E-86EE-BF4D-3B2C9F611454</TBUID>
<Name>Port Mapper Decoder Passive FTP Server</Name>
<Description>FTP servers can run in Active and Passive modes. In passive mode, the FTP server opens a dynamic port, sends the FTP client the server's IP address to connect to and the port on which it is listening over the control stream and waits for a connection from the FTP client.
This filter decodes the FTP port mapper traffic to find out the dynamic port number over FTP control connection.</Description>
<Priority>2</Priority>
<ConnectionTypeID>280</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>5.0.0.3000</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>true</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="3614">
<TBUID>C718E85F-D4CB-7D40-5125-92074CFC9032</TBUID>
<Name>Detected SSL/TLS Server Traffic (ATT&CK T1032)</Name>
<Description>This DPI rule detects SSL/TLS server traffic based on heuristics.
Note: Configuration options are provided to set the protocols disallowed, ports monitored and event frequency of the rule.</Description>
<Priority>2</Priority>
<ConnectionTypeID>350</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="3105">
<TBUID>DD92DE83-238A-8522-7B4D-426559ED9E45</TBUID>
<Name>Identified Suspicious Obfuscated JavaScript (ATT&CK T1027)</Name>
<Description>This DPI rule detects suspicious obfuscated JavaScript used by attackers to bypass security and gain unauthorized access to the system. Legitimate web sites could also obfuscate code to reduce security exposure or for intellectual property protection.
Note: The triggers of this rule have to be investigated further to confirm attacks.</Description>
<Priority>2</Priority>
<ConnectionTypeID>290</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs>33569D94-0A79-8581-4ADF-FA9C285AD108</RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>9.30</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="5665">
<TBUID>F8D5B353-F96E-7BB0-5641-8C3A2099EF30</TBUID>
<Name>POP3 Mail Server Possible Brute Force Attempt (ATT&CK T1110)</Name>
<Description>This rule blocks brute force attempt to POP3 mail server by inspecting the number of invalid login attempts in a given time period. The IP address is blocked for 20 minutes after the brute force attempt is detected.
Note: Configuration option can be used to enter error responses of the mail server to be monitored.</Description>
<Priority>2</Priority>
<ConnectionTypeID>227</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2337">
<TBUID>E76366E5-EE43-CB07-D1C6-C32A60BA124D</TBUID>
<Name>FTP Server Possible Brute Force Attempt (ATT&CK T1110)</Name>
<Description>This filter detects a brute force attempt to gain the FTP Server Password by inspecting the number of failed logins in a time period. An attacker may use automated tools to iterate through all combinations or use a dictionary attack to guess passwords.</Description>
<Priority>2</Priority>
<ConnectionTypeID>236</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.0.0.3000</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2338">
<TBUID>A7C3B766-9C0A-B702-3BFB-77DDEEECCCEB</TBUID>
<Name>Oracle Database Server Possible Brute Force Attempt (ATT&CK T1110)</Name>
<Description>This filter detects a brute force attempt to gain the Oracle Database Password by inspecting the number of failed logins in a time period. An attacker may use automated tools to iterate through all combinations or use a dictionary attack to guess passwords.</Description>
<Priority>2</Priority>
<ConnectionTypeID>213</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>3</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.0.0.3000</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="6440">
<TBUID>11788183-A1F7-A41F-62B5-7448D55FFA78</TBUID>
<Name>Identified Potentially Malicious RAT Traffic - VII (ATT&CK T1094)</Name>
<Description>A remote access tool (or RAT) is a software used to access a remote computer often used for malicious activities. This smart rule identifies suspicious RAT traffic.</Description>
<Priority>2</Priority>
<ConnectionTypeID>271</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="5162">
<TBUID>D9EF62E7-FBA0-A176-7728-922037458F49</TBUID>
<Name>Identified TLS/SSL DES Cipher Suite Is Being Supported (ATT&CK T1032)</Name>
<Description>A cipher block collision vulnerability has been reported in the OpenSSL 3 Data Encryption Standard (3DES) and Data Encryption Standard (DES) ciphers. The vulnerability is due to use of small block size (64-bit) in 3DES. A remote attacker can exploit this vulnerability by monitoring the traffic over long session. Successful exploitation may result in the plaintext recovery of the monitored encrypted traffic.
Note: This is a heuristic based rule which identifies the DES algorithm being used in SSL/TLS traffic.</Description>
<Priority>2</Priority>
<ConnectionTypeID>330</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>5.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="6962">
<TBUID>87B99EBD-B646-EB5E-D6C2-528F5EF37C48</TBUID>
<Name>Identified Pastebin Communication (ATT&CK T1102)</Name>
<Description>Adversaries may use an existing, legitimate external Web service as a means for relaying commands to a compromised system. This filter detects web access to Pastebein service.
Note: The triggers of this rule have to be investigated further to confirm attacks.</Description>
<Priority>2</Priority>
<ConnectionTypeID>328</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion></MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="6196">
<TBUID>AE2B1763-408C-2616-9427-8392674871B8</TBUID>
<Name>MySQL Database Server Possible Login Brute Force Attempt (ATT&CK T1110)</Name>
<Description>This rule detects a brute force attempt to gain the MySQL Database access by inspecting the number of failed logins in a time period. An attacker may use automated tools to iterate through all combinations or use a dictionary attack to guess passwords.</Description>
<Priority>2</Priority>
<ConnectionTypeID>215</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>1</RecommendationsMode>
<CvssScore>5.10</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2880">
<TBUID>36B3D7AB-C33D-A104-4941-9B0AFB4A50EA</TBUID>
<Name>Identified Compression Algorithm In SSL/TLS (ATT&CK T1002)</Name>
<Description>This DPI rule detects the usage of compression algorithm in SSL/TLS traffic. The TLS protocol can encrypt compressed data without properly obfuscating the length of the unencrypted data, which allows man-in-the-middle attackers to obtain plaintext HTTP headers by observing length differences during a series of guesses in which a string in an HTTP request potentially matches an unknown string in an HTTP header, aka a "CRIME" attack.
Note: Compression algorithm in SSL/TLS protocol is also used for legitimate purpose due to server limitations. Hence, every trigger of this rule should be investigated further to confirm an attack. Configuration options are provided to customize the alert frequency of the events.</Description>
<Priority>2</Priority>
<ConnectionTypeID>303</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>1</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>2.60</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="4160">
<TBUID>FD4769AF-23BB-EE79-4130-855EFDEE9485</TBUID>
<Name>Batch File Uploaded On Network Share (ATT&CK T1105)</Name>
<Description>This is a heuristic based rule which detects if a batch (.bat) file is being uploaded on the Network share using SMB protocol.</Description>
<Priority>2</Priority>
<ConnectionTypeID>343</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>1</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2881">
<TBUID>EDBEF5E5-8FAF-1C27-F235-400B094739F7</TBUID>
<Name>Identified Suspicious OpenSSL TLS/DTLS Heartbeat Request (ATT&CK T1032)</Name>
<Description>The TLS and DTLS implementations in OpenSSL do not properly handle Heartbeat Extension packets, which allow remote attackers to obtain sensitive information from process memory via crafted packets. This is a heuristic based rule to identify such suspicious Heartbeat requests.</Description>
<Priority>2</Priority>
<ConnectionTypeID>285</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>5.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>5.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2883">
<TBUID>2C739059-C561-1148-7541-D8EFEAFABC6C</TBUID>
<Name>Restrict OpenSSL TLS/DTLS Heartbeat Message (ATT&CK T1032)</Name>
<Description>OpenSSL contains a flaw in its implementation of the TLS/DTLS (Transport layer security protocols) heartbeat functionality which allows an attacker to retrieve sensitive information. This DPI rule is intended to prevent TLS/DTLS heartbeat message coming from a SSL Server.
Note: Configuration options are provided to customize the alert frequency of the events.</Description>
<Priority>2</Priority>
<ConnectionTypeID>257</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>3</RecommendationsMode>
<CvssScore>5.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2121">
<TBUID>B14D79EC-8322-C39B-2D47-D359D63C0454</TBUID>
<Name>Detected HTTP Client Traffic (ATT&CK T1071,T1048)</Name>
<Description>This is a heuristics based filter to detect HTTP Client traffic on a host. For mission critical servers, limited HTTP client traffic means those servers will have less exposure to web related attacks. It also prevents potential backdoor software from contacting external malicious sites.
This filter will only trigger once per 24 hours for a given host to prevent excessive logging. The frequency of event settings can be modified on the Configuration tab should your environment require different configuration.</Description>
<Priority>2</Priority>
<ConnectionTypeID>271</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="1358">
<TBUID>E2EE896A-894E-0779-F5EF-D6906EA8FE2F</TBUID>
<Name>Detected X11 Server Traffic (ATT&CK T1021)</Name>
<Description>This filter detects X11 server traffic based on heuristics. Configuration options are provided to customize ports to inspect or ignore traffic and to set the event frequency of this filter. After appropriate configuration, an event could indicate suspicious activity since X11 traffic over non-standard ports indicates the presence of a backdoor X11 server installation.</Description>
<Priority>2</Priority>
<ConnectionTypeID>350</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>1</Mode>
<MinimumAgentVersion>5.2.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2639">
<TBUID>BF981FA4-8B3F-8781-D31E-1319DF373BBC</TBUID>
<Name>Web Server Restrict Executable File Uploads (ATT&CK T1105)</Name>
<Description>This filter blocks EXE file uploads. Administrator can configure this filter and allow certain EXE file uploads.</Description>
<Priority>2</Priority>
<ConnectionTypeID>311</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>0</Mode>
<MinimumAgentVersion></MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>-1.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="2640">
<TBUID>4C85BFA3-385A-D35D-20A1-378F520CA3C7</TBUID>
<Name>Identified Suspicious Upload Of Archive File (ATT&CK T1105)</Name>
<Description>This is a heuristic based rule to block the upload of certain archive files. The uploaded file could contain malicious code in the form of an exploit, virus, Trojan or malware, which could be used to gain control of the Web server.</Description>
<Priority>2</Priority>
<ConnectionTypeID>263</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>2</Severity>
<Mode>0</Mode>
<MinimumAgentVersion></MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>-1</RecommendationsMode>
<CvssScore>4.30</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="4177">
<TBUID>5296E22B-FDEE-0684-0141-4D9530C05D36</TBUID>
<Name>Identified Revoked Certificate Authority In SSL Traffic (ATT&CK T1032)</Name>
<Description>This rule prevents the use of revoked/unauthorized Root/Intermediate CAs based on the list of configured CA/Issuers.
Note: Configuration options are provided to configure CA (Certificate Authority).</Description>
<Priority>2</Priority>
<ConnectionTypeID>270</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>4</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>6.0.0.0</MinimumAgentVersion>
<UserEdited>false</UserEdited>
<LogFirstPduTimeout>300</LogFirstPduTimeout>
<RequiresConfiguration>false</RequiresConfiguration>
<RequiresTBUIDs></RequiresTBUIDs>
<Alert>false</Alert>
<DependedOn>false</DependedOn>
<RecommendationsMode>1</RecommendationsMode>
<CvssScore>10.00</CvssScore>
<DebugMode>false</DebugMode>
<RuleContextID isNull="true"/>
</PayloadFilter2>
<PayloadFilter2 doNotMerge="true" id="6226">
<TBUID>FD4D8D1F-99F2-1377-E674-405A840AF2A8</TBUID>
<Name>Windows Port Mapper Decoder</Name>
<Description>Microsoft Remote Procedure Call (RPC) is an interprocess communication (IPC) mechanism that enables data exchange and invocation of functionality residing in a different process. A client will call the endpoint mapper (EPM) at the server to ask for a "well known" service. The server will answer the client at which port this service is available. This rule decodes the port shared by the Server using DCE/RPC Endpoint Mapper (EPM) Protocol, and helps other rules for monitoring traffic on the dynamically opened port.</Description>
<Priority>2</Priority>
<ConnectionTypeID>110</ConnectionTypeID>
<ScheduleID isNull="true"/>
<DisableLog>false</DisableLog>
<LogPacketDrop>true</LogPacketDrop>
<LogPacketModify>true</LogPacketModify>
<IncludePacketData>false</IncludePacketData>
<Severity>3</Severity>
<Mode>0</Mode>
<MinimumAgentVersion>5.0.0.3000</MinimumAgentVersion>