You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we automate searching for valuable strings in downloaded files? Eg password, pwd, connectionstring, etc? Possibly make an extra config file in /etc/redelk/loot.comf (or any other better name) where the operator can enter other terms he may be interested in, e.g. in case of local language translations for 'password'
Questions that come up thinking about this:
Do we store in an extra index, e.g. called loot? I think this is not necessarily required although IM ok if it does.
Do you want an alarm every time something is found, or will this potentially overload you with alarms?
How do we technically do this? Perhaps simple local (python) script that periodically scans the downloaded files directory, excludes c2implant logs, and outputs to a log file that is ingested by logstash on the redelk server?
Can we do the same for logged keystrokes? One thing that we do want to have in the keystroke loot checking is the title of the screen where the interesting data was found, and/or the content of the keystroke log when the interesting data was the name of a program you are interested in, e.g. content that was entered in a keepass window.
How can we set this up as much C2 dependent as possible?
The text was updated successfully, but these errors were encountered:
I would say regex parsing could be interesting on new keystroke/download (can be filtered by tagging the ones already looted).
I would add a flag/field in the existing rtops-* index
We could have an "aggregated" alarm that only alerts every x (hours, days, whatever you prefer) on all findings
Python script sounds a good plan, maybe it could interact with ES to check if a download has been gathered, then check if the local file already exists otherwise try on next run
Maybe we could extract the title of the screen and put it in a field in the index (I started doing it for the Empire implementation I'm working on)
Difficult to say for now, maybe let's try to implement with CS first and then try with other C2?
Can we automate searching for valuable strings in downloaded files? Eg password, pwd, connectionstring, etc? Possibly make an extra config file in /etc/redelk/loot.comf (or any other better name) where the operator can enter other terms he may be interested in, e.g. in case of local language translations for 'password'
Questions that come up thinking about this:
The text was updated successfully, but these errors were encountered: