πNew WriteupβοΈ
βββββββββββββββ
πDate: Fri, 10 Mar 2023 05:44:07 GMT
βββββββββββββββ
βοΈTitle: Clop Ransomware: Understanding the Algorithm and Implementation in C++ with AES Encryption Example
βββββββββββββββ
πLink: https://medium.com/p/c9c42783ab8f
βββββββββββββββ
Tags: #clop_ransomware #encryption #algorithms #c_plus_plus_language #cybersecurity
βββββββββββββββ
πDate: Fri, 10 Mar 2023 05:44:07 GMT
βββββββββββββββ
βοΈTitle: Clop Ransomware: Understanding the Algorithm and Implementation in C++ with AES Encryption Example
βββββββββββββββ
πLink: https://medium.com/p/c9c42783ab8f
βββββββββββββββ
Tags: #clop_ransomware #encryption #algorithms #c_plus_plus_language #cybersecurity
Medium
Clop Ransomware: Understanding the Algorithm and Implementation in C++ with AES Encryption Example
Clop Ransomware is a type of malware that encrypts the victimβs files and demands payment in exchange for the decryption key. The exactβ¦
β€· Title: The story of Conti: part 1
ββββββββββββββββββββββββ
πͺ Author: Mostefa Jakboub
ββββββββββββββββββββββββ
β΄΅ Time: Sat, 05 Apr 2025 03:28:10 GMT
ββββββββββββββββββββββββ
β Tags: #cybersecurity #ransomeware #malware #c_plus_plus_language #bug_bounty
ββββββββββββββββββββββββ
πͺ Author: Mostefa Jakboub
ββββββββββββββββββββββββ
β΄΅ Time: Sat, 05 Apr 2025 03:28:10 GMT
ββββββββββββββββββββββββ
β Tags: #cybersecurity #ransomeware #malware #c_plus_plus_language #bug_bounty
Medium
The story of Conti: part 1
Introduction
β€· Title: Shellcode Injection via Window Callbacks
ββββββββββββββββββββββββ
πͺ Author: Malforge Group
ββββββββββββββββββββββββ
β΄΅ Time: Fri, 02 May 2025 19:05:15 GMT
ββββββββββββββββββββββββ
β Tags: #c_plus_plus_language #hacking #red_team #cybersecurity #malware
ββββββββββββββββββββββββ
πͺ Author: Malforge Group
ββββββββββββββββββββββββ
β΄΅ Time: Fri, 02 May 2025 19:05:15 GMT
ββββββββββββββββββββββββ
β Tags: #c_plus_plus_language #hacking #red_team #cybersecurity #malware
Medium
Malware Development Part 14: Shellcode Injection via Window Callbacks
Shellcode injection via window callbacks is a technique that exploits the Windows messaging system to execute arbitrary machine code.