Skip to content

Adding rule for detecting recaptcha phish process executions #5218

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
title: PowerShell reCAPTCHA Phish Execution
id: d487ed4a-fd24-436d-a0b2-f4e95f7b2635
status: experimental
description: Detects PowerShell executions launching fake captcha (recaptcha-phish) payloads
references:
- https://github.com/JohnHammond/recaptcha-phish
- https://www.zscaler.com/blogs/security-research/deepseek-lure-using-captchas-spread-malware
- https://www.threatdown.com/blog/clipboard-hijacker-tries-to-install-a-trojan/
tags:
- attack.execution
- attack.t1059.001
- car.2014-04-003
author: montysecurity
date: 2025/02/28
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\explorer.exe'
Image|endswith: '\powershell.exe'
CommandLine|contains: 'I am not a robot - reCAPTCHA Verification ID:'
condition: selection
fields:
- CommandLine
falsepositives:
- unknown
level: medium