Skip to content

Commit

Permalink
Added extra correct decoder information
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchristy authored Jul 8, 2024
1 parent ec21b29 commit 80efc3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/ubuntu/test_ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"RuleDescription": "sshd: Attempt to login using a non-existent user",
"LogFilePath": "5710-local-net.txt",
"Predecoder": {},
"Decoder": {}
"Decoder": {
"srcip": "10.0.0.4",
"srcport": "59528",
"srcuser": "non-existent"
}
}
]
}
}

0 comments on commit 80efc3d

Please sign in to comment.