Elementary OS 8 With New Secure Session Privacy Consent
Elementary OS 8 has been released with a significant focus on privacy, security, and user consent. The new Secure Session feature is a cornerstone of this update, designed to ensure that applications respect user privacy and require explicit consent for various actions Secure Session The Secure Session in elementary OS 8 is powered by Wayland, a modern and secure method for...
Ulfberht : Advanced Techniques For Shellcode Loading And Evasion
Ulfberht is a sophisticated shellcode loader designed to enhance operational security and evasion capabilities in cyber operations. Equipped with features like indirect syscalls, module stomping, and encrypted payloads, it minimizes the digital footprint on targeted systems. This article delves into Ulfberht's functionality, offering a step-by-step guide on its deployment and highlighting strategies to avoid detection. Ideal for security professionals...
TrailShark : Revolutionizing AWS CloudTrail Analysis With Wireshark Integration
The TrailShark Capture Utility seamlessly integrates with Wireshark, facilitating the capture of AWS CloudTrail logs directly into Wireshark for near-real-time analysis. This tool can be used for debugging AWS API calls and played a pivotal role in our "Bucket Monopoly Research" project. By leveraging this utility, we were able to understand the internal API calls made by AWS, leading...
Genzai : The Ultimate IoT Security Toolkit – Setup, Features, And Usage
The tool is written in Go, so make sure to install it on your system before proceeding. The setup is pretty easy and straight forward. Just follow the below steps in order to quickly install and get the binary working.Firstly clone the repo to any directory/path of your liking, git clone https://github.com/umair9747/Genzai.git Afer this, just run the following command in order...
MITRE ATT&CK Evaluations And Must-Have Intelligence For Security Leaders
In today’s dynamic threat landscape, security leaders are under constant pressure to make informed choices about which solutions and strategies they employ to protect their organizations. The “MITRE Engenuity ATT&CK Evaluations (PDF Guide): Enterprise” stand out as an essential resource for cybersecurity decision makers to navigate this challenge. Unlike other independent assessments, MITRE ATT&CK Evaluations simulate real-world threats to assess how...
DICOMHawk – A Honeypot For Secure DICOM Server Monitoring
DICOMHawk is a powerful and efficient honeypot for DICOM servers, designed to attract and log unauthorized access attempts and interactions. Built using Flask and pynetdicom, DICOMHawk offers a streamlined web interface for monitoring and managing DICOM interactions in real-time. Features DICOM Server Simulation: Supports C-ECHO, C-FIND, and C-STORE operations to simulate a realistic DICOM server environment. Logging: Detailed logging of DICOM associations,...
Stratus Red Team – Advancing Threat Detection And Offensive Testing In Cloud Environments
Stratus Red Team is a cutting-edge tool designed to enhance cloud security by simulating granular attack techniques in live environments. Inspired by Atomic Red Team™, it focuses exclusively on cloud-based scenarios, allowing security teams to validate and refine their threat detection capabilities. This self-contained binary enables users to detonate specific techniques mapped to the MITRE ATT&CK framework. Whether stopping...
Bomber : Navigating Security Vulnerabilities In SBOMs
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor for an Software Bill of Materials (SBOM) for one of their closed source products, and they provided one to you in a JSON file... now what? The first thing you're going to want to do is see if any of the components listed inside the...
EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections. Each section is encrypted individually using its own 16-byte key with the RC4 encryption algorithm. Implementation This repository consists of two implementations: EmbedPayloadInPng.py - Python script to embed an input payload to a specified PNG file. FetchPayloadFromPng - Extract the payload from EmbedPayloadInPng.py's outputted PNG file, and decrypt...
Exploit Street – Navigating The New Terrain Of Windows LPEs
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local Privilege Escalation (LPE) exploits targeting Windows systems. Since 2023, there has been a notable surge in these vulnerabilities, yet comprehensive resources detailing them have been scarce—until now. This article aims to bridge that gap, providing cybersecurity professionals and enthusiasts with an essential guide to...