Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
Malware Analysis
Evasive Stealer or Broken Sample?
Message
<blockquote data-quote="struppigel" data-source="post: 1060504" data-attributes="member: 86910"><p>With this file not being obfuscated it is quite straightforward to determine what it does and that is copying bookmarks and history of Chrome, Firefox, Edge and Opera to BookMarks.txt and uploading this to Discord as indicated by the PowerShell function name.</p><p></p><p>What is missing, is the context where and how this Powershell code is being used.</p><p>This part of the code references a variable $dc</p><p></p><p></p><p>This variable is not set, but it should contain the upload location for Discord. This is also the reason why it is not working. There is no evasion going on, it is just incomplete.</p><p></p><p>Without context it can be hard to determine if such a file is malicious or clean. However, in this case, I would give it a <span style="color: rgb(184, 49, 47)"><strong>malware</strong></span> verdict, because I cannot imagine any legitimate reason to upload such data to Discord.</p><p></p><p>There might be a small chance that some legitimate application has an edge case for doing this, but as a malware analyst I would decide to detect this as malware until someone complains, because in all cases I have seen so far such a functionality was in context of a stealer or RAT with stealing functionality, using Discord channels to communicate and exfiltrate data.</p><p></p><p>It is odd though, that the code is not obfuscated. I can imagine this being the result of an AMSI dump, it being the code after unpacking, or being some template or example code for a malware.</p></blockquote><p></p>
[QUOTE="struppigel, post: 1060504, member: 86910"] With this file not being obfuscated it is quite straightforward to determine what it does and that is copying bookmarks and history of Chrome, Firefox, Edge and Opera to BookMarks.txt and uploading this to Discord as indicated by the PowerShell function name. What is missing, is the context where and how this Powershell code is being used. This part of the code references a variable $dc This variable is not set, but it should contain the upload location for Discord. This is also the reason why it is not working. There is no evasion going on, it is just incomplete. Without context it can be hard to determine if such a file is malicious or clean. However, in this case, I would give it a [COLOR=rgb(184, 49, 47)][B]malware[/B][/COLOR] verdict, because I cannot imagine any legitimate reason to upload such data to Discord. There might be a small chance that some legitimate application has an edge case for doing this, but as a malware analyst I would decide to detect this as malware until someone complains, because in all cases I have seen so far such a functionality was in context of a stealer or RAT with stealing functionality, using Discord channels to communicate and exfiltrate data. It is odd though, that the code is not obfuscated. I can imagine this being the result of an AMSI dump, it being the code after unpacking, or being some template or example code for a malware. [/QUOTE]
Insert quotes…
Verification
Post reply
Top