Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding artifacts from PowerShell Empire #360

Open
rgayon opened this issue Sep 30, 2019 · 1 comment
Open

Consider adding artifacts from PowerShell Empire #360

rgayon opened this issue Sep 30, 2019 · 1 comment

Comments

@Karneades
Copy link
Contributor

I add some references which might help hunting for Empire with already existing artifacts. Could you propose specific artifacts which you miss from the current repo and which you would like to be able to collect?

I'm unsure if we should add a specific artifact for the EventViewer file hijacking (.msc file extension, HKCU:\Software\Classes\mscfile\shell\open\command). @joachimmetz must answer that question. What we already have is the collection of every command using the following artifact:

name: WindowsShellOpenCommand

The SSP persistence should be already covered with the following artifact:

name: WindowsLSASecurityPackages

Other persistence mechanisms from Empire are run keys or scheduled tasks - we have

name: WindowsScheduledTasks

and

name: WindowsRunKeys

I think some of mentioned artifacts aren't generic artifacts per se, like .lnk files or added keys to the Registry and are malware family specific. The link triggers a command which is stored in a registry key (by default debug). Collecting every .lnk file or searching for registry keys with powershell in the value must be done outside of just collecting an artifact - of course, we could collect just the specific registry key with the default name, but I think that's to specific for Empire compared to other generic artifacts in the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants