Skip to content

JakePeralta7/ScaryMalware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScaryMalware

This is a mini-malware I developed in Python as a PoC in order to implement techniques I've learned about

So, What this malware do?

  1. Copies itself to the user profile's folder as .pyw file (run without a visible window) and hides himself (using attrib +h)
  2. Checks if someone tried to access the script (the malware himself) and stops if touched
  3. Sends a message to the user every 15 seconds "Hello, I'm your malware"
  4. Kills known analysis tool
  5. Creates persistency as a schedueled task (runs every three hours)
  6. Creates persistency in the user's startup folder
  7. Runs some reconnaissance commands

PoC mapped by MITRE ATT&CK

The malware executes various commands that helps him understand the network (where he is, what his privelges are)

  • The malware hides himself using attrib +h
  • The malware kills known analysis tools

About

This is a mini-malware I developed in Python as a PoC in order to implement techniques I've learned about

Topics

Resources

Stars

Watchers

Forks

Languages