Skip to content

Commit

Permalink
swap extra tag between udev and systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Sep 23, 2024
1 parent 5255539 commit d14d542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion detection/persistence/suspicious-systemd-unit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- false positives:
-- * home-made systemd files
--
-- tags: persistent filesystem systemd
-- tags: persistent filesystem systemd extra
-- platform: linux
SELECT
file.path,
Expand Down
2 changes: 1 addition & 1 deletion detection/persistence/suspicious-udev-runner-linux.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- * https://www.aon.com/en/insights/cyber-labs/unveiling-sedexp
-- * https://ch4ik0.github.io/en/posts/leveraging-Linux-udev-for-persistence/
--
-- tags: volume filesystem extra
-- tags: volume filesystem
-- platform: linux
SELECT
file.path,
Expand Down

0 comments on commit d14d542

Please sign in to comment.