Add rule for UniCraft Launcher Spyware#459
Open
koder-cog wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a rule targeting the unpacked ASAR/JS payloads of the UniCraft spyware.
Context
UniCraft acts as a functional, trojanized game launcher. The outer compressed installers (NSIS, SquashFS, DMG) successfully evade most static engines (see VT links). However, dynamic analysis of the extracted payload confirms spyware behavior.
Malicious Capabilities (ASAR/JS payload)
unicraft-session.enc,hwid-cache.json).reg delete), alters permissions (icacls), and monitors for analysis tools (cheat_process_detected,tasklist).api.unicraftmc.com,213.146.165.119), occasionally using Base64 obfuscation.Rule Logic
To prevent false-positives on legitimate game files, the rule requires a strict combination:
Identity StringsANDC2 InfrastructureAND (1+ Theft ActionOR2+ Evasion Actions)References
Behavior (Tria.ge - Recorded Future):
Static (VirusTotal):