We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62464ad commit 56cbf83Copy full SHA for 56cbf83
rules/cross-platform/credential_access_forced_authentication.toml
@@ -44,7 +44,7 @@ type = "eql"
44
45
query = '''
46
sequence with maxspan=15s
47
-[network where host.os.type != "windows" and event.action == "connection_attempted" and destination.port == 445] by host.ip
+[network where host.os.type == "linux" and event.action == "connection_attempted" and destination.port == 445] by host.ip
48
[authentication where host.os.type == "windows" and event.action == "logged-in" and
49
winlog.event_data.AuthenticationPackageName : "NTLM" and winlog.event_data.SubjectUserSid == "S-1-0-0"] by source.ip
50
'''
0 commit comments