GithubHelp home page GithubHelp logo

goblin's Introduction

Goblin (El Duende)

Simple Windows malware that I made to learn more about the win32 API. It does not do bad stuff apart from the specified. It's written in C++20.

The program jokes with the next actions, frequently and randomly:

  • Shuffles the desktop icons (but saves current state before).
  • Reverts the desktop icons shuffle.
  • Modifies system date (OS's, not RTC). Works only if run as admin.
  • Displays a cmd window for a few seconds and then hides it
  • Creates files with strange names on desktop (empty files).
  • Deletes the strange-named files previously created.
  • Heats the CPU by executing some heavy processes for a few seconds.

The first time it runs, it creates a copy of itself and stores it in %HOMEPATH% and also creates a registry entry to run that copy on boot.

From there on, it will run everytime the system boots.


Also notice:

  • WD labels it as trojan.
  • It lacks of obfuscation.
  • Joking interval and other parameters (e.g. number of created files, CPU heat duration) should be adjusted to own preferences.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.