Skip to content

Commit 56cbf83

Browse files
committed
Update credential_access_forced_authentication.toml
1 parent 62464ad commit 56cbf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/credential_access_forced_authentication.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type = "eql"
4444

4545
query = '''
4646
sequence with maxspan=15s
47-
[network where host.os.type != "windows" and event.action == "connection_attempted" and destination.port == 445] by host.ip
47+
[network where host.os.type == "linux" and event.action == "connection_attempted" and destination.port == 445] by host.ip
4848
[authentication where host.os.type == "windows" and event.action == "logged-in" and
4949
winlog.event_data.AuthenticationPackageName : "NTLM" and winlog.event_data.SubjectUserSid == "S-1-0-0"] by source.ip
5050
'''

0 commit comments

Comments
 (0)