Skip to content

Commit aaaef40

Browse files
authored
Update command_and_control_git_repo_or_file_download_to_sus_dir.toml
1 parent a8b6b5b commit aaaef40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/command_and_control_git_repo_or_file_download_to_sus_dir.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sequence by process.entity_id, host.id with maxspan=10s
107107
(process.name == "git" and process.args == "clone") or
108108
(process.name in ("wget", "curl") and process.command_line like~ "*github*")
109109
) and not (
110-
process.parent.name in ("git", "cmake", "trufflehog") or
110+
process.parent.name in ("git", "cmake") or
111111
process.parent.args like "/root/.ansible/tmp/ansible*"
112112
)]
113113
[file where host.os.type == "linux" and event.type == "creation" and file.path like ("/tmp/*", "/var/tmp/*", "/dev/shm/*")]

0 commit comments

Comments
 (0)