File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
backend/src/main/resources/config/liquibase Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <databaseChangeLog
3+ xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd" >
6+
7+ <changeSet id =" 20260324001" author =" Alex" >
8+ <sql dbms =" postgresql" splitStatements =" true" stripComments =" true" >
9+ <![CDATA[
10+ DELETE FROM utm_correlation_rules WHERE rule_name = 'Windows: Unusual Child Processes of RunDLL32';
11+ ]]>
12+ </sql >
13+ </changeSet >
14+ </databaseChangeLog >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <databaseChangeLog
3+ xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd" >
6+
7+ <changeSet id =" 20260324002" author =" Alex" >
8+ <sql dbms =" postgresql" splitStatements =" true" stripComments =" true" >
9+ <![CDATA[
10+ DELETE FROM utm_correlation_rules WHERE rule_name = 'Rundll32 Suspicious Abuse Detection';
11+ ]]>
12+ </sql >
13+ </changeSet >
14+ </databaseChangeLog >
Original file line number Diff line number Diff line change 529529
530530 <include file =" /config/liquibase/changelog/20260319002_update_windosw_filter.xml" relativeToChangelogFile =" false" />
531531
532+ <include file =" /config/liquibase/changelog/20260324001_remove_rundll32_no_arguments.xml" relativeToChangelogFile =" false" />
533+
534+ <include file =" /config/liquibase/changelog/20260324002_remove_rundll32_abuse.xml" relativeToChangelogFile =" false" />
535+
532536
533537
534538</databaseChangeLog >
You can’t perform that action at this time.
0 commit comments