Skip to content

Commit

Permalink
Update rules/cross-platform/credential_access_forced_authentication_p…
Browse files Browse the repository at this point in the history
…ipes.toml
  • Loading branch information
w0rk3r authored Oct 1, 2024
1 parent 59f3c6f commit eb10654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type = "eql"

query = '''
sequence with maxspan=15s
[network where host.os.type == "linux" and event.action == "connection_attempted" and destination.port == 445 and not startswith~(string(destination.ip), string(host.ip)) ] by host.ip, data_stream.namespace
[network where host.os.type == "linux" and event.action == "connection_attempted" and destination.port == 445 and not startswith~(string(destination.ip), string(host.ip))] by host.ip, data_stream.namespace
[file where host.os.type == "windows" and event.code == "5145" and file.name : ("Spoolss", "netdfs", "lsarpc", "lsass", "netlogon", "samr", "efsrpc", "FssagentRpc")] by source.ip, data_stream.namespace
'''

Expand Down

0 comments on commit eb10654

Please sign in to comment.