Wanna Cry
Mar 04, 23References
- PMAT LABS
- Wanna Cry
Challenge Questions
Record any observed symptoms of infection from initial detonation. What are the main symptoms of a WannaCry infection?
- Main systems of the wannacry malware is encrypting your files, window shows up timer, bitcoin address, timer.
Use FLOSS and extract the strings from the main WannaCry binary. Are there any strings of interest?
- First Screenshot shows URL.
- Second Screenshot shows Shares that Wannacry is trying to contact.
- Third Screenshot shows different languages when user is infected the Ransomware message will change to that specific language.
CAPA(MITRE ATT&CK FRAMEWORK)
- CAPA Specifies what techniques that WannaCry uses maps MITRE ATT&CK FRAMEWORK.
Inspect the import address table for the main WannaCry binary. Are there any notable API imports?
- Crypto imports will encrypt your workstation that you are currently using.
What conditions are necessary to get this sample to detonate?
- The Conditions are that if Wannacry sees that there is a internet connection. It will close the application and delete itself from disk.
- You can’t run INET SIM to fake a internet connection.
Network Indicators: Identify the network indicators of this malware
- Scans a List of IP Addresses ( WORM ).
Host-based Indicators: Identify the host-based indicators of this malware.
Use Cutter to locate the killswitch mechanism in the decompiled code and explain how it functions.
- Used DBG So i can change the instructions when the program is actually running.
- Find the URL Set Breakpoint
- Change Test edx edx zf to 1