Malware News
16.2K subscribers
1.64K photos
7 videos
130 files
8.3K links
The latest NEWS about malwares, DFIR, hacking, security issues, thoughts and ...

Partner channel: @cveNotify

For ads: https://telega.io/c/malwr
Download Telegram
Analysing scripts
https://maxkersten.nl/binary-analysis-course/common-techniques/analysing-scripts/


ℹ️ Sent from one of our members

In this article at first, the definition of a script is given. After that, the importance of knowing how to analyse said scripts is discussed, as well as a way of working when analysing these scripts. The latter part includes language specific tips for common languages.

πŸŽ–@malwr
Required Programming Concepts To Learn For Malware Analysts
πŸ—£AGDCservices

This was a great read. Thanks for the link!
πŸ‘€ready_delete


πŸŽ–@malwr
Reverse Engineering CTF Walkthrough - Evil Santa's Mysterious Box
Hello Everyone,


We (mainly just the founder WittsEnd2) are a new group looking to share our expertise on Reverse Engineering, Binary Exploitation, and Penetration Testing! Our primary focus is CTF Challenges, but we have plans related to other subjects. The goal is to give everyone the foundation to start their Cyber Security journey through CTFs, and build upon those foundational skills! Your cyber skills will improve significantly faster than WittsEnd2's video production skills (lol).


Our most recent video is a Reverse Engineering CTF Challenge walkthrough written by WittsEnd2 himself! Please let us know what you think and give us feedback! We want to use this feedback to help craft videos in the future. https://www.youtube.com/watch?v=\_9MvIsuA8Xo
πŸ—£Ragnar-Security


πŸŽ–@malwr
Arbitrium RAT, Fully UnDetectable & Cross-platform (Android, Windows & Linux) Check it out
Github repo (I hope u give a star to the repo if u liked it): https://github.com/BenChaliah/Arbitrium-RAT

Demo video: https://youtu.be/7KlPPND2b0g

Arbitrium is a cross-platform is a remote access trojan (RAT), Fully UnDetectable (FUD), It allows you to control Android, Windows and Linux and doesn't require any firewall exceptions or port forwarding.

1. WebApp UI: ![thumb-min.png](https://postimg.cc/wyppLg5V)
2. HTTP proxy:
proxy.png
3. Powershell:
powershell.png
4. Port scanner:
portscan.png

It gives access to the local networks, you can use the targets as a HTTP proxy and access the router to which they're connected, discover local IPs and scan their ports. It also includes modules like Mimikatz, new modules can easily be added. In addition, if Arbitrium is used with a DNS spoofing software is can spread autonomously between devices. Arbitrium is a project of multiple components, built using Java, JS, C, Python, Cordova and VueJS.


it's Fully Undetectable: it not because iut's new but befause, first, the client doesn't listen to any port (more on that in the README.md in github), second, the clients also use simple tools such as netcat to run tasks.
Another feature:
Battery optimization / StealthMode : Unlike with Stock Android, customizations like MIUI by Xiaomi, EMUI by Huawei or Samsung's Android Pie ignore the permissions/exceptions given to an app by the user. So if you try to run an Android's trojan in the background, the moment the app start running frequent or heavy (in some cases even lightweight) tasks (example: sending requests periodically) it will be killed no matter what permissions the user grants, ths OS completely ignores the current settings, dontkillmyapp.com is an known website dedicated for this particular issue. Arbitrium Stealthmode offers a solution that keep ur app seamlessly running and always waiting for new instructions.

I hope u star it and share it
πŸ—£hdellagi

full undetectable for couple hours
πŸ‘€visually_cool

>FUD

Windows Client:

PyInquirer been present is an IOC

Python 3.6 been present is an IOC

WinRAR been present is an IOC

Network traffic out and in from/to the control server is an IOC

Process existing / child process spawning is an IOC,

RAT doesn't claim to be ephemeral/Diskless etc or hide inside another process, persistence looks like it would leave artifacts aswell due to dependency list

>Doesn't require a firewall rule

Block by default says hello


"Fully Undetectable" is a massive overstatement

This shit may not even work at all in a sanely secured system if script signing is enforced.
πŸ‘€BeardedCuttlefish

thought you were actually serious, then i saw that its made in python. Who makes a rat in python??!!
πŸ‘€RLinux12


πŸŽ–@malwr
On AV signature reversing (and its ethical implications)
πŸ—£hellorccie

The paper is quite dated, and does not strictly address ethics, but it seems relevant and, as prior googling suggested, it wasn't posted here already.

Now to what I mean, more specifically, by ethical implications. As you may know, ZDI offers money, generally on the same range as vendors of the vulnerable software, for vulnerability information. And as they point out, this information eventually (that is, a few months later) reaches said vendors. Bear in mind that, even for vulnerabilities officially sold as weaponry, 6 months is a petty good longevity. In the meantime, "encrypted" information about the vulnerability is shipped to some clients as part of a subscription. Officially, it is claimed this information is meant solely for defensive purposes, but as the paper demonstrates, as far as ~~2012~~ 2007, it was not difficult to reverse, and then weaponise. I do not personally have the money (or skills) to check if it still is the case, but I think it is likely. After all, given the prevalence of vulnerabilities, even in recent quality software, and accounting for rediscovery, the subscription is of little usefulness for defense. It does, however, make much more sense as an 0day cartel plan, whereby the most economically viable way to protect yourself against ZDI subscribers is to become one.

Moral of the story, don't trust ZDI, and next time someone says they're ethical, give them a good laugh, and refer them to the article.
πŸ‘€hellorccie


πŸŽ–@malwr