ar
Feedback
Source Byte

Source Byte

الذهاب إلى القناة على Telegram

هشیار کسی باید کز عشق بپرهیزد وین طبع که من دارم با عقل نیامیزد Saadi Shirazi 187

إظهار المزيد
8 191
المشتركون
+1324 ساعات
+1057 أيام
+37230 أيام
أرشيف المشاركات

A universal EDR bypass built in Windows 10
While studying internals of a mechanism used by all EDR software to get information about processes activities on Windows, we came across a way for malicious processes to disable the generation of some security events related to process interactions. This technique could be used to evade EDR software while performing malicious operations such as process memory dumping, code injection or process hollowing.
https://www.riskinsight-wavestone.com/en/2023/10/a-universal-edr-bypass-built-in-windows-10/ #EDR , #windows_internals

000 Research - Systemology and System Design Principles.pdf

In this research paper which is first part of the system analysis series, our team at ACQL has embarked on an exploratory jou
In this research paper which is first part of the system analysis series, our team at ACQL has embarked on an exploratory journey to thoroughly understand general systems concepts, aiming to extrapolate these concepts to broader system typologies. Our initial findings suggest that systems, universally, exhibit 9 fundamental characteristics. Furthermore, we identify that any entity defined as a system is susceptible to both internal and external threats, necessitating robust protective measures. Our analysis progresses into a detailed examination of various data terminologies, along with their types and states, focusing primarily on concepts such as information and intelligence. This foundational understanding of data dynamics has enabled us to advance our study into high-level analyses of software-based systems and binaries. By doing so, we have been able to identify potential vulnerabilities within these systems. The culmination of our research involves developing strategies to exploit these identified weaknesses effectively, thereby gaining control over the systems in question. This comprehensive approach not only enhances our understanding of system security but also contributes to the development of more secure computing environments. ACQL Website: link @aioooir | #analysis #acql #research

photo content

Portable, simple and fast installer for Visual Studio Build Tools. Downloads standalone 64-bit MSVC compiler, linker & other tools, also headers/libraries from Windows SDK, into a portable folder, without installing Visual Studio. https://github.com/Data-Oriented-House/PortableBuildTools

Unveiling custom packers: A comprehensive guide [ GitHub ] #reverse #packer

Taking a deep dive into SmokeLoader [ GitHub ] #malware_analysis

Automating Qakbot Malware Analysis with Binary Ninja [ Analysis ] #malware_analysis

Experimental Windows x64 Kernel Rootkit. [ GitHub ] #windows #malware_dev

Native code virtualizer for x64 binaries [ GitHub ] #reverse

This is a repository with sample malduck🦆 config extraction modules. By utilizing them you should be able to extract embedded configuration from unpacked malware samples of: njrat, remcos, revil, graphicalproton [ GitHub ]

https://toc.cryptobook.us/book.pdf
A Graduate Course in Applied Cryptography By Dan Boneh and Victor Shoup
#book #cryptography

photo content

A Trip Down Memory Lane Antivirus evasion has quickly become one of the most overwritten topics, with endless articles on writing shellcode loaders and other evasive stageless droppers. https://gatari.dev/posts/a-trip-down-memory-lane/ credit : @gatariee #AV , #red_team

Dumping Stored Credentials with SeTrustedCredmanAcc ssPrivilege [ Dump creds ] #windows #malware_dev #creds

Bypassing UAC in the most Complex Way Possible! [ Tranids ] #windows #uac

Repost from white2hack 📚
Designing Secure Software: A Guide for Developers , Loren Kohnfelder, 2021

Repost from white2hack 📚
Designing Secure Software: A Guide for Developers, Loren Kohnfelder, 2021 The book begins with a discussion of core concepts
+1
Designing Secure Software: A Guide for Developers, Loren Kohnfelder, 2021 The book begins with a discussion of core concepts like trust, threats, mitigation, secure design patterns, and cryptography. The second part, perhaps this book’s most unique and important contribution to the field, covers the process of designing and reviewing a software design with security considerations in mind. The final section details the most common coding flaws that create vulnerabilities, making copious use of code snippets written in C and Python to illustrate implementation vulnerabilities. Official page #book #coding #Python