Malware wrapped in Cyberpunk 2077
π£f474m0r64n4
And this is why that walled garden works!
Edit: and this is why we iOS users donβt need third party stores or the ability to side load just by clicking a link
π€AndreiD2017
π@malwr
π£f474m0r64n4
And this is why that walled garden works!
Edit: and this is why we iOS users donβt need third party stores or the ability to side load just by clicking a link
π€AndreiD2017
π@malwr
Kaspersky
Ransomware disguised as a mobile version of Cyberpunk 2077
Cybercriminals spread mobile ransomware under the guise of a beta version of Cyberpunk 2077 for Android.
Cloud-native security operations with Azure Sentinel. A new βMicrosoft Learnβ training module, finally replacing the βNinjaβ training.
π£munrobotic
π@malwr
π£munrobotic
π@malwr
Docs
Cloud-native security operations with Microsoft Sentinel - Training
This learning path describes basic architecture, core capabilities, and primary use cases of its products. You'll also learn about differences and Get familiar with Microsoft Sentinel, a cloud-native, security information and event management (SIEM) service.
Emotet Returns to Hit 100K Mailboxes Per Day
π£DrinkMoreCodeMore
How wholesome, dropping Christmas presents!
π€PM_CUTE_PUSSY
π@malwr
π£DrinkMoreCodeMore
How wholesome, dropping Christmas presents!
π€PM_CUTE_PUSSY
π@malwr
Threat Post
Emotet Returns to Hit 100K Mailboxes Per Day
Just in time for the Christmas holiday, Emotet is sending the gift of Trickbot.
HalMakeBeep - Reversing A Tiny Built-In Windows Kernel Module [Journey from Kernel32 to HAL](http://www.debasish.in/2014/02/reversing-tiny-built-in-windows-kernel.html)
π£doctorstyles
π@malwr
π£doctorstyles
π@malwr
www.debasish.in
Reversing A Tiny Built-In Windows Kernel Module [Journey from Kernel32 to HAL]
Debasish Mandal's Personal Blog about Information Security Research,Exploit Development,Vulnerability Research,Python and some random ideas!
New to defending? Short series of videos following a cyber attack start to finish.
8 videos under 5 minutes each which demonstrate a basic cyber attack from creating the phishing email, through to gaining persistence. The videos aren't sexy, but should be good if you are just starting out, and want some basic knowledge on what you should be looking out for.
https://blog.2code-monte.co.uk/2020/09/26/making-a-malicious-word-document-part-1-dde-vulnerability-feature/
π£2codemonte
!remindme 20 hours
π€plamatonto
Cool
π€CallumIsCool69
Is this 2001, where 10 year olds made youtube videos with only notepad?
π€RegularAlicorn
π@malwr
8 videos under 5 minutes each which demonstrate a basic cyber attack from creating the phishing email, through to gaining persistence. The videos aren't sexy, but should be good if you are just starting out, and want some basic knowledge on what you should be looking out for.
https://blog.2code-monte.co.uk/2020/09/26/making-a-malicious-word-document-part-1-dde-vulnerability-feature/
π£2codemonte
!remindme 20 hours
π€plamatonto
Cool
π€CallumIsCool69
Is this 2001, where 10 year olds made youtube videos with only notepad?
π€RegularAlicorn
π@malwr
reddit
New to defending? Short series of videos following a cyber attack...
8 videos under 5 minutes each which demonstrate a basic cyber attack from creating the phishing email, through to gaining persistence. The videos...
Handling a destributed cryptominer AD worm
https://www.certego.net/en/news/handling-a-destributed-cryptominer-ad-worm/
π£jimiilfurbo
π@malwr
https://www.certego.net/en/news/handling-a-destributed-cryptominer-ad-worm/
π£jimiilfurbo
π@malwr
Certego
Handling a distributed cryptominer AD worm
Managed Detection & Response services (MDR) 24/7 for network, endpoint, cloud, SaaS and OT, against every type of cyber attack
SUNBURST Additional Technical Details
π£0write
Additional information from FireEye regarding the SUNBURST malware. Some new, some already reported on and analyzed by other security companies.
π€0write
π@malwr
π£0write
Additional information from FireEye regarding the SUNBURST malware. Some new, some already reported on and analyzed by other security companies.
π€0write
π@malwr
Google Cloud
Mandiant Cybersecurity Consulting
Transform cyber defense with Mandiant. Engage frontline experts for incident response, threat intelligence services, and cyber risk management.
Recaf 2.X: The modern Java bytecode reversing tool
π£PartOfTheBotnet
Looks really nice will have to try it out!
π€j_rapp
Hello again /r/ReverseEngineering its been over a year since I last shared my pet project, Recaf. Since then it has been almost completely re-written and is continues to make improvements upon what a reversing tool should provide.
2.X aims to make reverse engineering as user friendly as possible. How so? Here's the gist:
1. Automatic compiler integration
- Dependencies pulled from your current workspace (primary file plus any libraries)
- Can't find a dependency? Don't worry, Recaf will dynamically generate missing code for you via JPhantom. That's right, you don't even need to specify your missing compile dependencies.
2. Text based bytecode assembler with user friendly features
- Reference variables not by their index but by their source-code name for maximum legibility
- Write short bytecode snippets as plain old Java source code, Recaf will translate inline expressions for you
- See what values are on the stack and in your local variables at any point by selecting the line
- Verify all your modifications on the fly to prevent time-wasting mistakes
3. Multiple class representations, defaulting to decompiled code
- View the class in one of 3 decompilers, CFR, FernFlower, or Procyon
- Context sensitive right-click actions on source code elements
- Automatically suggest switching decompilers when errors occur in current one
- Code too obfuscated? Change the class representation to a table to show fields, methods, and class attributes in an organized table while retaining all the context sensitive menu actions
4. Highly configurable search
- Search for string constants by containment, equality, starts-with, ends-with, or regex
- You can do the same search types with member references
- You can also do the same for disassembled instruction text
5. Track changes per each class modified with the ability to revert to a prior state at any time
6. Apply mappings to an obfuscated file from a variety of popular mapping formats
7. Drag tabs to other windows for duplicate views that can be swapped out (Compare decompilers, switch one tab to table mode, etc)
More info on the documentation page: https://www.coley.software/Recaf-documentation/
And beyond those points, there's a lot more planned for the future.
I'm always looking for suggestions and bug reports, so do feel free to drop a comment.
Happy reversing and merry Christmas o/
π€PartOfTheBotnet
π@malwr
π£PartOfTheBotnet
Looks really nice will have to try it out!
π€j_rapp
Hello again /r/ReverseEngineering its been over a year since I last shared my pet project, Recaf. Since then it has been almost completely re-written and is continues to make improvements upon what a reversing tool should provide.
2.X aims to make reverse engineering as user friendly as possible. How so? Here's the gist:
1. Automatic compiler integration
- Dependencies pulled from your current workspace (primary file plus any libraries)
- Can't find a dependency? Don't worry, Recaf will dynamically generate missing code for you via JPhantom. That's right, you don't even need to specify your missing compile dependencies.
2. Text based bytecode assembler with user friendly features
- Reference variables not by their index but by their source-code name for maximum legibility
- Write short bytecode snippets as plain old Java source code, Recaf will translate inline expressions for you
- See what values are on the stack and in your local variables at any point by selecting the line
- Verify all your modifications on the fly to prevent time-wasting mistakes
3. Multiple class representations, defaulting to decompiled code
- View the class in one of 3 decompilers, CFR, FernFlower, or Procyon
- Context sensitive right-click actions on source code elements
- Automatically suggest switching decompilers when errors occur in current one
- Code too obfuscated? Change the class representation to a table to show fields, methods, and class attributes in an organized table while retaining all the context sensitive menu actions
4. Highly configurable search
- Search for string constants by containment, equality, starts-with, ends-with, or regex
- You can do the same search types with member references
- You can also do the same for disassembled instruction text
5. Track changes per each class modified with the ability to revert to a prior state at any time
6. Apply mappings to an obfuscated file from a variety of popular mapping formats
7. Drag tabs to other windows for duplicate views that can be swapped out (Compare decompilers, switch one tab to table mode, etc)
More info on the documentation page: https://www.coley.software/Recaf-documentation/
And beyond those points, there's a lot more planned for the future.
I'm always looking for suggestions and bug reports, so do feel free to drop a comment.
Happy reversing and merry Christmas o/
π€PartOfTheBotnet
π@malwr
GitHub
GitHub - Col-E/Recaf: The modern Java bytecode editor
The modern Java bytecode editor. Contribute to Col-E/Recaf development by creating an account on GitHub.
Watcher - Open Source Cybersecurity Threat Hunting Platform | Watcher is a Django & React JS automated platform for discovering new potentially cybersecurity threats targeting your organisation. It should be used on webservers and available on Docker.
π£malware_bender
π@malwr
π£malware_bender
π@malwr
GitHub
GitHub - thalesgroup-cert/Watcher: Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS.
Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS. - GitHub - thalesgroup-cert/Watcher: Watcher - Open Source Cybersecurity Threat Hunting Platfo...
In this video walkthrough, we demonstrated the exploitation of the software automation tool Jenkins with PowerShell and netcat. Privilege escalation was achieved by exploiting the impersonate privilege.
π£MotasemHa
π@malwr
π£MotasemHa
π@malwr
YouTube
TryHackMe Alfred Walkthrough | OSCP Video Course Prep | TryHackMe OSCP Path
This video is a walkthrough of the "Alfred" machine on TryHackMe, part of the Offensive Security pathway. The presenter demonstrates how to exploit the machine and perform privilege escalation using various techniques.
****
Receive Cyber Security Field Notesβ¦
****
Receive Cyber Security Field Notesβ¦
Various Visual Basic Macros-based Remote Code Execution techniques to get meterpreter invoked on the infected machine.
π£digicat
It blows my mind that macros are still enabled by default.
A while back I walked into an organisation that had ongoing issues with ransomware. They got to call it "ransomware Friday" because of how common it was. They haven't had an incident in three years and I made the only change they had budget for - disable macros by GPO.
π€disclosure5
π@malwr
π£digicat
It blows my mind that macros are still enabled by default.
A while back I walked into an organisation that had ongoing issues with ransomware. They got to call it "ransomware Friday" because of how common it was. They haven't had an incident in three years and I made the only change they had budget for - disable macros by GPO.
π€disclosure5
π@malwr
Gist
Various Visual Basic Macros-based Remote Code Execution techniques to get your meterpreter invoked on the infected machine.
Various Visual Basic Macros-based Remote Code Execution techniques to get your meterpreter invoked on the infected machine. - Various-Macro-Based-RCEs.md