Michael Wilde replied to Nikita's discussion Count failures and success via transaction
Nikita posted a discussionTags: correlation
Permalink Reply by Michael Wilde on November 2, 2011 at 8:14pm Andi..
How do you know user 00001 is in fact, "joe".. do you have a list somewhere. If you do, you can use a lookup to map userid to a username. You might create a "users.csv" file and upload it in Manager -- > Lookups.
Make the file like this
user_id,user
00001,joe
00002,michael
Then, wire up an automatic lookup that runs whenever the SSL VPN log data is searched on and adds a field called "user". Then i would grab events from both sources and maybe pipe it to | transaction user
which would link those events together, you'd see the whole session and have a good idea if malicious activity.
© 2012 Created by Michael Wilde.
