Well, Sentinel1 is the first EDR I've seen doing this. The whole Export Address Table (EAT) is modified in memory for kernel32.dll and not just the WinAPI calls. So, if you are trying to parse kernel32 to find any export function, you will be forever stuck in a loop... lol! π€£π€£
π£NinjaParanoid
π@malwr
π£NinjaParanoid
π@malwr
Sharing something I have written lately.
#redteam #maldev
https://captmeelo.com/redteam/maldev/2022/02/16/libraries-for-maldev.html
π£CaptMeelo
π@malwr
#redteam #maldev
https://captmeelo.com/redteam/maldev/2022/02/16/libraries-for-maldev.html
π£CaptMeelo
π@malwr
Hack.Learn.Share
Useful Libraries for Malware Development
A list of some easy-to-use libraries and how to use them for malware development.
Had some free time lately due to covid isolation, so I thought why not write something?
This is my new article about #BazarLoader. Similar to my previous articles, this writeup is a hybrid between a presentation and a step-by-step tutorial.
https://elis531989.medium.com/highway-to-conti-analysis-of-bazarloader-26368765689d
π£elisalem9
π@malwr
This is my new article about #BazarLoader. Similar to my previous articles, this writeup is a hybrid between a presentation and a step-by-step tutorial.
https://elis531989.medium.com/highway-to-conti-analysis-of-bazarloader-26368765689d
π£elisalem9
π@malwr
Medium
Highway to Conti: Analysis of Bazarloader
As we look back to summarize the year 2021 we observe that the biggest threat in the cybersecurity landscape is still ransomware. A largeβ¦
You can now install and run latest r2, rax2 and rasm2 in your browser or terminal thanks to webassembly! (no disk or network access, it's a sandbox! (use pc* and terminal paste to load binaries) https://wapm.io/package/pancake/r2#shell
π£radareorg
π@malwr
π£radareorg
π@malwr
Analyzing an IDA Pro anti-decompilation code
https://antonioparata.blogspot.com/2022/01/analyzing-ida-pro-anti-decompilation.html
π£reverseame
π@malwr
https://antonioparata.blogspot.com/2022/01/analyzing-ida-pro-anti-decompilation.html
π£reverseame
π@malwr
Blogspot
Analyzing an IDA Pro anti-decompilation code
Twitter: @s4tan GitHub: https://github.com/enkomio/ In this post I'll analyze a piece of code that induces IDA Pro to decompile t...
IDA Free has been upgraded to the latest IDA version 7.7SP1!
This light but powerful tool can quickly analyze the binary code samples and allow users to take a closer look at the results.
Try it out for free https://hex-rays.com/ida-free/
#IDAFreeware #Binaryanalysis #HexRays
π£HexRaysSA
π@malwr
This light but powerful tool can quickly analyze the binary code samples and allow users to take a closer look at the results.
Try it out for free https://hex-rays.com/ida-free/
#IDAFreeware #Binaryanalysis #HexRays
π£HexRaysSA
π@malwr
π₯1
Woop Woop, good day for #CTI. @MISPProject released v2.4.153 with a lot of fixes and extra features. These new taxonomies are very interesting for state attribution ( and intrusion modeling ( See ππ―
https://www.misp-project.org/taxonomies.html#_state_responsibility
π£digihash
π@malwr
https://www.misp-project.org/taxonomies.html#_state_responsibility
π£digihash
π@malwr
Fuzzing sockets: Apache HTTP, Part 3: Results
https://securitylab.github.com/research/fuzzing-apache-3/
π£kmkz_security
π@malwr
https://securitylab.github.com/research/fuzzing-apache-3/
π£kmkz_security
π@malwr
I wrote a Binary Ninja UI plugin for exploring Structured Exception Handlers in PEs today
https://github.com/EliseZeroTwo/SEH-Helper
π£EliseZeroTwo
π@malwr
https://github.com/EliseZeroTwo/SEH-Helper
π£EliseZeroTwo
π@malwr
RE tip of the day: Resolving imports in IDA and notice that for ntdll there are no API names? Save the resolved addresses with "Debugger->Take memory snapshot" and manually load ntdll.dll to the same base using pe_dlls.idc: https://buff.ly/34LlfAX
#infosec #cybersecurity #malware
π£re_and_more
π@malwr
#infosec #cybersecurity #malware
π£re_and_more
π@malwr
This media is not supported in your browser
VIEW IN TELEGRAM
Puzzled why a yara rule did or didn't match?
Let me introduce http://yaradbg.dev, a web-based #yara #debugger!
With #YaraDbg, you can see the:
1β£ evaluation steps
2β£ matched strings
3β£ relationship among the rules
π£DissectMalware
π@malwr
Let me introduce http://yaradbg.dev, a web-based #yara #debugger!
With #YaraDbg, you can see the:
1β£ evaluation steps
2β£ matched strings
3β£ relationship among the rules
π£DissectMalware
π@malwr
π1
Quick blog tonight on a #Monzo and #Revolut bank #phishing campaign targeting digital-only mobile users
https://blog.bushidotoken.net/2022/02/mobile-banking-phishing-campaign.html
π£BushidoToken
π@malwr
https://blog.bushidotoken.net/2022/02/mobile-banking-phishing-campaign.html
π£BushidoToken
π@malwr
Blog: Detecting Karakurt β an extortion focused threat actor by NCC Group's Cyber Incident Response Team members - Simon Biggs, Richard Footman and Michael Mullen -
https://research.nccgroup.com/2022/02/17/detecting-karakurt-an-extortion-focused-threat-actor/ #Karakurt
π£NCCGroupInfosec
π@malwr
https://research.nccgroup.com/2022/02/17/detecting-karakurt-an-extortion-focused-threat-actor/ #Karakurt
π£NCCGroupInfosec
π@malwr
I wrote API hook for simple Windows 10 x86 using Capstone engine π
https://github.com/CaptanMoss/API-Hooking-on-Windows10
π£ereborlugimli
π@malwr
https://github.com/CaptanMoss/API-Hooking-on-Windows10
π£ereborlugimli
π@malwr
GitHub
GitHub - CaptanMoss/API-Hooking-on-Windows10: API Hooking on Windows 10
API Hooking on Windows 10. Contribute to CaptanMoss/API-Hooking-on-Windows10 development by creating an account on GitHub.
Added 2 PoCs for HackSys Extreme Vulnerable Driver to KernelWritePoCs.
One tries to get SYSTEM with SeCreateTokenPrivilege.
The other tries to get SYSTEM by secondary logon feature with SeCreateTokenPrivilege and SeImpersonatePrivilege.
https://github.com/daem0nc0re/PrivFu#KernelWritePoCs
π£daem0nc0re
π@malwr
One tries to get SYSTEM with SeCreateTokenPrivilege.
The other tries to get SYSTEM by secondary logon feature with SeCreateTokenPrivilege and SeImpersonatePrivilege.
https://github.com/daem0nc0re/PrivFu#KernelWritePoCs
π£daem0nc0re
π@malwr
Our software engineer Boyan Milanov introduces Maat, a low-level symbolic execution framework based on Ghidra's IR language p-code.
https://blog.trailofbits.com/2022/02/23/maat-symbolic-execution-made-easy/
π£trailofbits
π@malwr
https://blog.trailofbits.com/2022/02/23/maat-symbolic-execution-made-easy/
π£trailofbits
π@malwr
The Trail of Bits Blog
Maat: Symbolic execution made easy
We have released Maat, a cross-architecture, multi-purpose, and user-friendly symbolic execution framework. It provides common symbolic execution capabilities such as dynamic symbolic execution (DSE), taint analysis, binary instrumentation, environment simulationβ¦
Windows Drivers Reverse Engineering Methodology : credits @Void_Sec
https://voidsec.com/windows-drivers-reverse-engineering-methodology/
π£binitamshah
π@malwr
https://voidsec.com/windows-drivers-reverse-engineering-methodology/
π£binitamshah
π@malwr
VoidSec
Windows Drivers Reverse Engineering Methodology
Methodology for reverse engineering Windows drivers, finding vulnerabilities and understanding their exploitability.
MISC study notes about ARM AArch64 Assembly and the ARM Trusted Execution Environment (TEE) : credits @0xricksanchez
Ref : Dissecting and exploiting ELF files :
https://0x434b.dev/misc-study-notes-about-arm-aarch64-assembly-and-the-arm-trusted-execution-environment-tee/
π£binitamshah
π@malwr
Ref : Dissecting and exploiting ELF files :
https://0x434b.dev/misc-study-notes-about-arm-aarch64-assembly-and-the-arm-trusted-execution-environment-tee/
π£binitamshah
π@malwr
Low-level adventures
MISC study notes about ARM AArch64 Assembly and the ARM Trusted Execution Environment (TEE)
Disclaimer: These are unfiltered study notes mostly for myself. Guaranteed not to be error free. So if you did land here, managed to get to the end of it and found some mistakes just hit me up, I'd love to know what's wrong :)
AArch64 - Preface
Basic assemblyβ¦
AArch64 - Preface
Basic assemblyβ¦
Fuzz your Rust code with a Rust fuzzer using the new LibAFL cargo extension
https://github.com/AFLplusplus/cargo-libafl
π£andreafioraldi
π@malwr
https://github.com/AFLplusplus/cargo-libafl
π£andreafioraldi
π@malwr
GitHub
GitHub - AFLplusplus/cargo-libafl: Fuzz Rust code with LibAFL
Fuzz Rust code with LibAFL. Contribute to AFLplusplus/cargo-libafl development by creating an account on GitHub.