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

Check for Instances of DisallowRun #257

Closed
ION28 opened this issue Mar 20, 2020 · 2 comments
Closed

Check for Instances of DisallowRun #257

ION28 opened this issue Mar 20, 2020 · 2 comments

Comments

@ION28
Copy link
Owner

ION28 commented Mar 20, 2020

https://www.tenforums.com/performance-maintenance/92329-how-disable-windows-script-host.html#post1123967

often malware tries to prevent launching of security tools / may tamper with the system

@ION28
Copy link
Owner Author

ION28 commented Mar 21, 2020

example:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "DisallowRun" /t REG_DWORD /d "1" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun" /v "1" /t REG_SZ /d "wscript.exe" /f

@ION28
Copy link
Owner Author

ION28 commented Jun 9, 2020

Technique is disabling security tools probably

@ION28 ION28 closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant