#malwaredevelopment Suchergebnisse
Skipping Winsock - AFD.sys for-the-win! A series of posts by Mateusz Lewczak (@MateuszLewczak) on how to use afd.sys driver to implement custom network connectivity. Highly recommended! Source: leftarcode.com/posts/afd-reve… #redteam #maldev #malwaredevelopment

Block EDR dynamic libraries from loading. By using debugging API, exception handling and simple hooks, one can spawn a clean process (PoC blocks amsi.dll). A nice post by @dis0rder_0x00 Source: github.com/dis0rder0x00/o… #redteam #maldev #malwaredevelopment


Diving deep into Windows hypervisor. A great post by r0keb (@r0keb) on Hyper-V loader, partitions, startup and other details, combined with lots of rev-engineered C code. Worth reading! Source: r0keb.github.io/posts/Hyper-V-… #redteam #maldev #malwaredevelopment

DLL Injection with Timer-based Shellcode Execution. A classic DLL injection with CreateThreadpoolTimer to run shellcode in-memory using legit system threads. A post by Andrea Bocchetti. Source: github.com/andreisss/Remo… #redteam #maldev #malwaredevelopment
Morphing shellcode during execution. Once a part of code is done executing, overwrite the block with new code to run. A proof of concept by Debjeet Banerjee (@whokilleddb) Src: github.com/whokilleddb/lo… #redteam #maldev #malwaredevelopment


Just published a article on my blog - Malware Development: 🧠 Process Injection - DLL, Shellcode 🔗 Read here: debug-diary.vercel.app/post/Process_I… Also added hand drawn images for better understanding #MalwareDevelopment #WindowsInternals #Cybersecurity


To be a top tier malware developer you need study viruses in nature. Microbiology teaches strategies far beyond implants and AV evasion. This will set you a part from a person that only develops implants and loaders. #MalwareDevelopment

Overwriting files with Clipup as PPL. Clipup.exe launched as Protected Process Light can corrupt Windows Defender binary (during system startup). An interesting post by @TwoSevenOneT. Source: zerosalarium.com/2025/08/counte… #redteam #maldev #malwaredevelopment

This week is tough, since I completed all my placement coding rounds. Now its time to get back into nerdy works! #malware #malwaredevelopment #nerds #cybersecurity #hacking #pentesting #redteam #nerds #nerdy

Putting out an absolute banger of a 20 minute video on #Rust #malwaredevelopment tomorrow and this sums up a lot of my frustrations.

#BlackHat #Hackers #malwaredevelopment #TrojanHorse #exploitdevelopment #c++ #development #strike #hacking #python #programming #code #defcon #bsides #nullcon #
Basics to Advanced Process Injection. Covering 25 Techniques github.com/Offensive-Pand… #processinjection #malwaredevelopment #infosec #cybersecurity #offensivesecurity
Interesting bug in CimFS driver. More importantly, it still lives in the kernel, as "admin to kernel is not a security boundary"... A post by Chen Le Qi (@cplearns2h4ck). Great work! #redteam #maldev #malwaredevelopment starlabs.sg/blog/2025/03-c…


Malware Books 📚Rootkits: Subverting The Windows Kernel by Greg Hoglund & James Butler #malware #malwaredevelopment #hacking #infosec

VX-API - Collection Of Various Malicious Functionality To Aid In Malware Development #MalwareDevelopment #MalwareResearch #VXAPI dlvr.it/Stj3Hl

Implementing a custom bootkit for Windows Sandbox exploration. An excellent post by Dylan Goods (@sdoogm) and Duncan Ogilvie (@mrexodia). Source: secret.club/2022/08/29/boo… #redteam #maldev #malwaredevelopment

The convergence of older tools like Mantis with LLMs is transforming malware tactics, enabling advanced phishing and self-guided attacks. The threat landscape continues to evolve. 🚨🔍 #MalwareDevelopment #PhishingThreats #USA link: ift.tt/ZdkqlEo

github.com/G4sp4rCS/dll-i… Basic DLL Injection Proof of Concept #MalwareDevelopment
I have resumed writing and adding to my Malware Development series! This is Article 10: Private and Mapped memory in terms of Injection and how to perform local mapped memory injection. #malware #malwaredevelopment ry0dan.github.io/malware%20deve…
Book for a cause... #MalwareDevelopment
Book: Malware Development - Malware dev tricks and techniques - AV evasion tricks - Persistence techniques The result of self-research and investigation of malware development tricks, evasion techniques and persistence cocomelonc.github.io/book/2022/07/1…
Morphing shellcode during execution. Once a part of code is done executing, overwrite the block with new code to run. A proof of concept by Debjeet Banerjee (@whokilleddb) Src: github.com/whokilleddb/lo… #redteam #maldev #malwaredevelopment


Block EDR dynamic libraries from loading. By using debugging API, exception handling and simple hooks, one can spawn a clean process (PoC blocks amsi.dll). A nice post by @dis0rder_0x00 Source: github.com/dis0rder0x00/o… #redteam #maldev #malwaredevelopment


Diving deep into Windows hypervisor. A great post by r0keb (@r0keb) on Hyper-V loader, partitions, startup and other details, combined with lots of rev-engineered C code. Worth reading! Source: r0keb.github.io/posts/Hyper-V-… #redteam #maldev #malwaredevelopment

Overwriting files with Clipup as PPL. Clipup.exe launched as Protected Process Light can corrupt Windows Defender binary (during system startup). An interesting post by @TwoSevenOneT. Source: zerosalarium.com/2025/08/counte… #redteam #maldev #malwaredevelopment

DLL Injection with Timer-based Shellcode Execution. A classic DLL injection with CreateThreadpoolTimer to run shellcode in-memory using legit system threads. A post by Andrea Bocchetti. Source: github.com/andreisss/Remo… #redteam #maldev #malwaredevelopment
Skipping Winsock - AFD.sys for-the-win! A series of posts by Mateusz Lewczak (@MateuszLewczak) on how to use afd.sys driver to implement custom network connectivity. Highly recommended! Source: leftarcode.com/posts/afd-reve… #redteam #maldev #malwaredevelopment

Implementing a custom bootkit for Windows Sandbox exploration. An excellent post by Dylan Goods (@sdoogm) and Duncan Ogilvie (@mrexodia). Source: secret.club/2022/08/29/boo… #redteam #maldev #malwaredevelopment

To be a top tier malware developer you need study viruses in nature. Microbiology teaches strategies far beyond implants and AV evasion. This will set you a part from a person that only develops implants and loaders. #MalwareDevelopment

Just published a article on my blog - Malware Development: 🧠 Process Injection - DLL, Shellcode 🔗 Read here: debug-diary.vercel.app/post/Process_I… Also added hand drawn images for better understanding #MalwareDevelopment #WindowsInternals #Cybersecurity


Interesting bug in CimFS driver. More importantly, it still lives in the kernel, as "admin to kernel is not a security boundary"... A post by Chen Le Qi (@cplearns2h4ck). Great work! #redteam #maldev #malwaredevelopment starlabs.sg/blog/2025/03-c…


github.com/G4sp4rCS/dll-i… Basic DLL Injection Proof of Concept #MalwareDevelopment
🤖 NEW COURSE! OFFENSIVE AI - ATTACK TOOLS & TECHNIQUES 🤖 #AI Driven - 🔎 Recon ✉️ #SocialEngineering 🎭 Deep Fake Dev 💻 Exploitation ☠️ #MalwareDevelopment Open for registration *special BETA pricing, this run only* - sans.org/sec535 #OffensiveAI #SEC535

Skipping Winsock - AFD.sys for-the-win! A series of posts by Mateusz Lewczak (@MateuszLewczak) on how to use afd.sys driver to implement custom network connectivity. Highly recommended! Source: leftarcode.com/posts/afd-reve… #redteam #maldev #malwaredevelopment

Block EDR dynamic libraries from loading. By using debugging API, exception handling and simple hooks, one can spawn a clean process (PoC blocks amsi.dll). A nice post by @dis0rder_0x00 Source: github.com/dis0rder0x00/o… #redteam #maldev #malwaredevelopment


To be a top tier malware developer you need study viruses in nature. Microbiology teaches strategies far beyond implants and AV evasion. This will set you a part from a person that only develops implants and loaders. #MalwareDevelopment

Diving deep into Windows hypervisor. A great post by r0keb (@r0keb) on Hyper-V loader, partitions, startup and other details, combined with lots of rev-engineered C code. Worth reading! Source: r0keb.github.io/posts/Hyper-V-… #redteam #maldev #malwaredevelopment

Morphing shellcode during execution. Once a part of code is done executing, overwrite the block with new code to run. A proof of concept by Debjeet Banerjee (@whokilleddb) Src: github.com/whokilleddb/lo… #redteam #maldev #malwaredevelopment


This week is tough, since I completed all my placement coding rounds. Now its time to get back into nerdy works! #malware #malwaredevelopment #nerds #cybersecurity #hacking #pentesting #redteam #nerds #nerdy

Interesting bug in CimFS driver. More importantly, it still lives in the kernel, as "admin to kernel is not a security boundary"... A post by Chen Le Qi (@cplearns2h4ck). Great work! #redteam #maldev #malwaredevelopment starlabs.sg/blog/2025/03-c…


Implementing a custom bootkit for Windows Sandbox exploration. An excellent post by Dylan Goods (@sdoogm) and Duncan Ogilvie (@mrexodia). Source: secret.club/2022/08/29/boo… #redteam #maldev #malwaredevelopment

Overwriting files with Clipup as PPL. Clipup.exe launched as Protected Process Light can corrupt Windows Defender binary (during system startup). An interesting post by @TwoSevenOneT. Source: zerosalarium.com/2025/08/counte… #redteam #maldev #malwaredevelopment

Putting out an absolute banger of a 20 minute video on #Rust #malwaredevelopment tomorrow and this sums up a lot of my frustrations.

Just published a article on my blog - Malware Development: 🧠 Process Injection - DLL, Shellcode 🔗 Read here: debug-diary.vercel.app/post/Process_I… Also added hand drawn images for better understanding #MalwareDevelopment #WindowsInternals #Cybersecurity


VX-API - Collection Of Various Malicious Functionality To Aid In Malware Development #MalwareDevelopment #MalwareResearch #VXAPI dlvr.it/Stj3Hl

US charges suspected LockBit ransomware developer - helpnetsecurity.com/2024/12/23/us-… - @TheJusticeDept #LockBit #Ransomware #MalwareDevelopment #USA #CyberSecurity #InfoSecurity #ITsecurity #CyberSecurityNews #SecurityNews

The convergence of older tools like Mantis with LLMs is transforming malware tactics, enabling advanced phishing and self-guided attacks. The threat landscape continues to evolve. 🚨🔍 #MalwareDevelopment #PhishingThreats #USA link: ift.tt/ZdkqlEo

Module Release 🤗 EDR & Antivirus Evasion Part II The perfect post to explore comprehensive methods, techniques, and extensions for EDR and Antivirus Evasion in Windows OS. 25/01/2025 – 54min. read – 57 PDF Pages 0x12darkdev.net/modules #Malware #MalwareDevelopment #Pentest

🤖 NEW COURSE! OFFENSIVE AI - ATTACK TOOLS & TECHNIQUES 🤖 #AI Driven - 🔎 Recon ✉️ #SocialEngineering 🎭 Deep Fake Dev 💻 Exploitation ☠️ #MalwareDevelopment Open for registration *special BETA pricing, this run only* - sans.org/sec535 #OffensiveAI #SEC535

VX - The Virus Underground: youtu.be/Oci1NqRIia0 #malware #malwaredevelopment #hacking #hackerhistory

Malware Books 📚Rootkits: Subverting The Windows Kernel by Greg Hoglund & James Butler #malware #malwaredevelopment #hacking #infosec

Malware Books 📚 : The Giant black book of computer viruses By Mark Ludwig #malware #malwaredevelopment #hacking

Malware Books 📚: The Art Of Computer Virus Research And Defence By Peter Szor #malware #malwaredevelopment #hacking

Something went wrong.
Something went wrong.
United States Trends
- 1. Columbus 169K posts
- 2. President Trump 1.14M posts
- 3. Middle East 273K posts
- 4. Brian Callahan 10.6K posts
- 5. Azzi 6,229 posts
- 6. #IndigenousPeoplesDay 12.4K posts
- 7. Titans 41.7K posts
- 8. Thanksgiving 56.2K posts
- 9. Vrabel 7,358 posts
- 10. Cape Verde 16.2K posts
- 11. Macron 222K posts
- 12. Seth 50.6K posts
- 13. Marc 50.8K posts
- 14. HAZBINTOOZ 6,112 posts
- 15. Apple TV 5,867 posts
- 16. Native Americans 13.4K posts
- 17. Sarah Strong 2,290 posts
- 18. #Isles 1,470 posts
- 19. $GIGGLE 5,395 posts
- 20. Shildt 3,009 posts