Skip to content

Commit

Permalink
Update regex_features.yaml (#3245)
Browse files Browse the repository at this point in the history
Fixed issue#3230
  • Loading branch information
jkppr authored Dec 12, 2024
1 parent 96ebabf commit 66b4a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/regex_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ssh_client_password_ipv4_addresses:
query_string: 'reporter:"sshd"'
attribute: 'message'
store_as: 'client_ip'
re: '(?:Accepted|Failed) (?:password|publickey) for \w+ from ((?:[0-9]{1,3}\.){3}[0-9]{1,3}) port \d+'
re: '(?:Accepted|Failed) (?:password|publickey) for [A-Za-z0-9._-]+? from ((?:[0-9]{1,3}\.){3}[0-9]{1,3}) port \d+'

ssh_disconnected_username:
query_string: 'reporter:"sshd"'
Expand Down

0 comments on commit 66b4a91

Please sign in to comment.