Using PANDA to search for F.L.I.R.T. signatures during process execution https://blog.nietaanraken.nl/posts/pandare-flirt/
Blog by Joren Vrancken
Using PANDA to search for F.L.I.R.T. signatures during process execution
When a malware analyst gets a new malware sample to analyze, one of the first questions they might have, is what functions are called during the execution of the sample. To solve this problem, we can use any old debugger to walk through the sample manually…
Understanding PE Bloat with Malcat https://squiblydoo.blog/2023/06/05/understanding-pe-bloat-with-malcat/
Squiblydoo.blog
Understanding PE Bloat with Malcat
This post is an introduction to the tool for others and demonstrates how the tool can be used to understand portable executables and bloated resources.
👍1
MOVEit Transfer Critical Vulnerability CVE-2023-34362 Rapid Response https://www.huntress.com/blog/moveit-transfer-critical-vulnerability-rapid-response
Huntress
MOVEit Transfer Critical Vulnerability CVE-2023-34362 | Huntress
Our team is tracking in-the-wild exploitation of a zero-day vulnerability against Progress' MOVEit Transfer web application that allows for escalated privileges and unauthorized access.
Rust Binary Analysis, Feature by Feature https://research.checkpoint.com/2023/rust-binary-analysis-feature-by-feature/
Check Point Research
Rust Binary Analysis, Feature by Feature - Check Point Research
Problem Statement You attempt to analyze a binary file compiled in the Rust programming language. You open the file in your favorite disassembler. Twenty minutes later you wish you had never been born. You’ve trained yourself to think like g++ and msvc: Here’s…
🔥1
CVE-2022-32902: Patch One Issue and Introduce Two https://jhftss.github.io/CVE-2022-32902-Patch-One-Issue-and-Introduce-Two/
jhftss.github.io
CVE-2022-32902: Patch One Issue and Introduce Two
A year ago, I discovered a TCC-bypass issue in the system daemon service named com.apple.fontmover. Three months later, Apple addressed it as CVE-2022-32902. After checking how Apple addressed the issue, I found two new issues introduced by patching the issue.…
Is Cloud Forensics just Log Analysis? Kind Of. https://www.cadosecurity.com/is-cloud-forensics-just-log-analysis-kind-of/
Cado Security | Cloud Forensics & Incident Response
Is Cloud Forensics just Log Analysis? Kind Of. - Cado Security | Cloud Forensics & Incident Response
Is Cloud Forensics just Log Analysis? This blog addresses this question to help clarify the rapidly emerging field of cloud forensics.
We have published a new post about the history of malware. This time we are talking about the 90s, mainly dominated by viruses. If you're interested, take a look at https://reversea.me/index.php/a-brief-history-of-malware-part-3/. Enjoy!
👍1
CVE-2023-22647: High Severity Flaw in Rancher – Open-Source Container Management Platform https://securityonline.info/cve-2023-22647-high-severity-flaw-in-rancher-open-source-container-management-platform/?utm_content=cmp-true
Cybersecurity News
CVE-2023-22647: High Severity Flaw in Rancher - Open-Source Container Management Platform
The freshly unearthed security flaw, designated as CVE-2023-22647, has been graded with an alarming CVSS score of 9.9
Unpacking Shellcode with Ghidra Emulator https://medium.com/@cy1337/unpacking-shellcode-with-ghidra-emulator-ce9e6b03f083
Medium
Unpacking Shellcode with Ghidra Emulator
In this post, I use Ghidra’s emulator to unpack a Metasploit XOR encoded reverse shell to get decompiled output with resolved syscalls.
OAuth 2.0 Security Best Current Practice https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics
IETF Datatracker
OAuth 2.0 Security Best Current Practice
This document describes best current security practice for OAuth 2.0. It updates and extends the threat model and security advice given in RFC 6749, RFC 6750, and RFC 6819 to incorporate practical experiences gathered since OAuth 2.0 was published and covers…
👍1
Fuzzing Android Native libraries with libFuzzer + QEMU 🦥 https://fuzzing.science/blog/Fuzzing-Android-Native-libraries-with-libFuzzer-Qemu
SSD Advisory – Roundcube markasjunk RCE https://ssd-disclosure.com/ssd-advisory-roundcube-markasjunk-rce/
SSD Secure Disclosure
SSD Advisory - Roundcube markasjunk RCE - SSD Secure Disclosure
Summary A vulnerability in Roundcube’s markasjunk plugin allows attackers that send a specially crafted identity email address to cause the plugin to execute arbitrary code. Credit An independent security researcher, Selim Enes Karaduman, working with SSD…
How to Create F.L.I.R.T Signature Using Yara Rules for Static Analysis of ELF Malware https://blogs.jpcert.or.jp/en/2023/06/autoyara4flirt.html
JPCERT/CC Eyes
How to Create F.L.I.R.T Signature Using Yara Rules for Static Analysis of ELF Malware - JPCERT/CC Eyes
It has been observed that ELF malware removes symbol information during its build. This creates extra work in malware analysis to identify each function name because you do not know them. In addition, in IDA, an analysis tool, existing F.L.I.R.T...
OPC UA Deep Dive (Part 3): Exploring the OPC UA Protocol https://claroty.com/team82/research/opc-ua-deep-dive-part-3-exploring-the-opc-ua-protocol
Claroty
OPC UA Deep Dive (Part 3): Exploring the OPC UA Protocol
Explore the intricacies of the OPC UA protocol in Part 3 of Team82's Deep Dive series. Understand the protocol's layers, messaging types, security features, and more in this comprehensive guide to OPC UA for unified OT communication.
Abusing undocumented features to spoof PE section headers https://secret.club/2023/06/05/spoof-pe-sections.html
secret club
Abusing undocumented features to spoof PE section headers
Introduction Some time ago, I accidentally came across some interesting behaviour in PE files while debugging an unrelated project. I noticed that setting the SectionAlignment value in the NT header to a value lower than the page size (4096) resulted in significant…
🔥1
Process Herpaderping https://jxy-s.github.io/herpaderping/
herpaderping
Process Herpaderping
Detection Evasion Exploit
👍1
Incident Response in a Microsoft cloud environment https://m365internals.com/2021/04/17/incident-response-in-a-microsoft-cloud-environment/
Microsoft 365 Security
Incident Response in a Microsoft cloud environment
Microsoft Detection and Response (DART) team recently shared a PowerShell module, that they are using in their IR engagements, so I thought it would be great to blog about it. I’ve previously…
Breaking TikTok: Our Journey to Finding an Account Takeover Vulnerability https://medium.com/@mrhavit/breaking-tiktok-our-journey-to-finding-an-account-takeover-vulnerability-b0646aba1c4b
Medium
Breaking TikTok: Our Journey to Finding an Account Takeover Vulnerability
Hello, fellow security researchers and bug bounty hunters!
No Alloc, No Problem: Leveraging Program Entry Points for Process Injection https://bohops.com/2023/06/09/no-alloc-no-problem-leveraging-program-entry-points-for-process-injection/
bohops
No Alloc, No Problem: Leveraging Program Entry Points for Process Injection
Introduction Process Injection is a popular technique used by Red Teams and threat actors for defense evasion, privilege escalation, and other interesting use cases. At the time of this publishing,…
🔥1