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

Create mitigations.md #52

Closed
wants to merge 7 commits into from
Closed

Create mitigations.md #52

wants to merge 7 commits into from

Conversation

Flipt-al
Copy link
Contributor

@Flipt-al Flipt-al commented Jun 7, 2023

This adds a space to put ways to mitigate the viruses effects, will compile from what we have in other spots

This adds a space to put ways to mitigate the viruses effects, will compile from what we have in other spots
@xyzeva
Copy link
Contributor

xyzeva commented Jun 7, 2023

Could you mark this as a draft?

@Flipt-al Flipt-al marked this pull request as draft June 7, 2023 21:43
@Flipt-al
Copy link
Contributor Author

Flipt-al commented Jun 7, 2023

done

@Flipt-al Flipt-al marked this pull request as ready for review June 7, 2023 22:21
@Flipt-al
Copy link
Contributor Author

Flipt-al commented Jun 7, 2023

Also should close issue 14

Comment on lines +1 to +15
General
- **Do not use a VM it can escape**
- set 'neko.run' to an empty string
* May change due to Stage 1 sourcing
- protect your startup programs
- Sandbox mincraft to only acess '.minecraft' and its recursive descendants and the internet

Windows

- Delete the 'C:\Users\[User]\AppData\Local\Microsoft Edge' path, however this is a removal of the virus so password change is necssary
- Password protect editing of registy 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Linux
- Premake ~\.config.\data dirrectroy, make it owned by root. Then set Immutable Flag
* prevents stage 2 saving
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this section needs a bit of rework such as formatting and paths

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good, i was just setting up an outline

Copy link
Contributor Author

@Flipt-al Flipt-al left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed merge conflicts

Copy link
Contributor

@xyzeva xyzeva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better formatting, see suggestions.

@@ -0,0 +1,15 @@
General
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
General
# Mitigations
Temporary mitigations to prevent infections and stop the malware from running. These are not a permenant solution.
## General

- protect your startup programs
- Sandbox mincraft to only acess '.minecraft' and its recursive descendants and the internet

Windows
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Windows
## Windows

- Delete the 'C:\Users\[User]\AppData\Local\Microsoft Edge' path, however this is a removal of the virus so password change is necssary
- Password protect editing of registy 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Linux
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Linux
## Linux

@xyzeva
Copy link
Contributor

xyzeva commented Jun 8, 2023

I dont think this is needed - Mitigations are already listed in users.md, these can all be bypassed by a C2 update anyway.

@xyzeva xyzeva closed this Jun 8, 2023
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

Successfully merging this pull request may close these issues.

3 participants