[AI]: My First Date With IA... MMX & SSE Optimization... Now AVX :P

Public repository of public code on GitHub for the initial implementation tests of the Perceptron in C++. Soon, I will make more commits with the implementation reduced to C. Afterwards, I will explore libraries, frameworks, and tools in C/C++ for AI development, and look for optimization possibilities using AVX, MMX, SSE, SIMD, etc., with NASM, MASM, and/or C Inline Assembly.

Read more »

[CyberThreat] Sophisticated Fake Google Colab & Reddit Pages Propel Malware Distribution

A recently identified malware campaign demonstrates a noteworthy discrepancy between the sophistication of its distribution vector and the relative simplicity of its final payload. Although the malware itself appears rudimentary compressed ZIP file requiring user actions to disable antivirus its deployment strategy is alarmingly refined. The threat actors have fabricated a convincing Google Colab download interface and Reddit like a portal to lure victims into trusting and executing the malicious file.

Read more »

[Scripting] VBScript for VXerS & RedTeam

In this document, we will explore how to use VBA (Visual Basic for Applications) and VBScript to automate tasks and manipulate Word documents. These scripting languages are powerful tools for developers and IT professionals seeking to automate repetitive processes and increase efficiency in document management. Moreover, we will delve into scenarios related to Red Team and security testing, demonstrating how these technologies can be used both legitimately and, eventually, in threat-simulation contexts.

Read more »

[Research] RCE 0-day : Immunity Debugger

Over four years ago, at JennyLab, we identified a previously unknown zero-day vulnerability in Immunity Debugger, which has remained unreported to this day. This critical security flaw enables arbitrary code execution, allowing an attacker to run a binary without triggering Immunity Debugger’s debugging mode.

Read more »