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

Partner channel: @cveNotify

For ads: https://telega.io/c/malwr
Download Telegram
Automated approach to Memory Analysis
Hello all,
So we’re on a Project and being the sole one to do the task, I was wondering if there’s to some extent we can automate the Memory Analysis part!

Currently, I do it using Volatility Framework! I came across Volatility Bot, but saw it was last pushed 5 years back, so step aside!

Any leads could really help me in!

Thanks
🗣GloryHunter9

I usually keep a shell script to run the volatility commands I know I’ll need to run and save the output. It’s also easy to tell volatility to save in a format that you can upload to other tools for analysis. VolDiff used to have a malware-checks option that also did some cool automation, but it’s older at this point.
👤sumdude1849

Hi!

Check Crowdstrike SuperMem. I use my own script and haven’t used SuperMem like a lot but I’d say it extracts pretty much everything you need in order for you to analyze.
👤delerium46


🎖@malwr
👍1
Excited to share Part 1 of Malware RE for Beginners!

Learn about basic computing terms and assembly language from 0x0

https://www.intezer.com/blog/malware-analysis/malware-reverse-engineering-beginners/
@IntezerLabs
🗣AbbyMCH


🎖@malwr
🔥2
Analysis of #Evilnum new attack activity (report is in chinese 🇨🇳)
http://blog.nsfocus.net/agentvxapt-evilnum/

🗣Cyber_O51NT


🎖@malwr
🍎👾 Just published my annual "Mac Malware of the Year" report, for 2021:

An in-depth technical analysis of the year's new Mac malware, covering each:
💉 Infection vector
💾 Persistence mechanism
🛰 Payload and capabilities

+ samples for download! 🦠
https://objective-see.com/blog/blog_0x6B.html
🗣patrickwardle


🎖@malwr
👍1
Subdomain enumeration on your phone?

1. Install Termux.
2. pkg update && pkg insta findomain -y
3. findomain -t example.tld

You can use the same options such as -i, -r, --http-status or even perform monitoring from there.

#bugbountytips #infosec #hacking #osint #automation
🗣FindomainApp


🎖@malwr
KQL is a powerful tool to explore data and discover patterns, identify anomalies, and more.

In this post, Microsoft DART team explained how to leverage KQL for incident response!🤓

#DFIR #infosec cc: @DebugPrivilege @msftsecresponse

https://techcommunity.microsoft.com/t5/security-compliance-and-identity/leveraging-the-power-of-kql-in-incident-response/ba-p/3044795
🗣fr0gger_


🎖@malwr
Day 3 of #dailyyara for #100DaysofYARA
Malware authors often statically compile OpenSSL into Windows binaries. Let's hunt some artefacts.
https://github.com/secman-pl/yaras/blob/main/hunt_PE_openssl_statically_compiled.yar
🗣secman_pl


🎖@malwr
Another simple .NET executable to create and add a backdoor user
Another simple but useful .NET executable that creates and adds an arbitrary user or domain user to the Local Administrators groups. Very useful for privilege escalations on Windows (i.e. unquoted service path)

Repo: https://github.com/notdodo/LocalAdminSharp
🗣d_o_d_o_


🎖@malwr
Bypass Defender AV static detection:

If you name a malicious file DumpStack.log Defender doesn't scan it.
🗣mrd0x


🎖@malwr
Here is code that will detect threads which are impersonating on Windows via the TIB/TEB.

Turns out not many threads impersonate other users on Windows 10 it would seem.

The technique can be integrated in EDR sweeps as a indicator for implant injects.

https://gist.github.com/olliencc/df200e0049fa17036d9f867e024f57ad
🗣ollieatnccgroup


🎖@malwr