Code Monkey home page Code Monkey logo

mate_o_urso's Introduction

Logo

UPDATE - ESXiArgs Campaign Module Added HERE

  • About 800 attacks registered in the repository

  • More than 700 unique wallets collected

  • More than 44 unique countries affected

License

MIT License

Killing The Bear - BloodCoin

tag0 tag0

Killing The Bear: BloodCoin is repo that allows users to collect crypto wallet addresses (mainly BTC) from ransom notes. These addresses are from real and recent attacks on services like ELK, MongoDB, and other unsecured resources, allowing researchers to be aware of the latest movements and protect themselves from future attacks. BloodCoin also collects email addresses associated with ransom notes, as well as metadata such as countries, continents, services, versions and ports. Events are grouped so track data along days its possible.

It is a repository focused on data storage and analysis. Data is updated every day and is available in JSON format.

Killing The Bear: BloodCoin also collects email addresses associated with ransom notes, as well as metadata such as countries, continents, services, versions and ports.

Features

  • Compilation of real and recent ransom crypto wallet addresses used in ongoing attacks. tag1

  • Collection of email addresses used by threat actors to stabilish comms with the victim. tag2

  • Collection of metadata such as countries, continents, services, versions and ports of the attacks tag3 tag4 tag5 tag6

  • Analysis of outgoing transactions and related wallets tag7

๐ŸŽฏ Roadmap

  • Being the bad news for some mxtherf@ck*rs out there. โœ…

  • Deploy customized honeypots focused on hunting and studying the behavior and bruteforce dicts of these attacks, using the geographic, product, service and version statistics collected. ๐Ÿ”„

  • Build a public-face dashboard to filter data ๐Ÿ”„

  • Be able to send reports in bulk about wallets listed and make it public to make harder for the threat actor to catch the money from victim. ๐Ÿ”„

How to use it

Attack Wallets

Gathers information on recents REAL attacks

{
    "uuid": {
        "_id": "uuid",
        "is_wallet": boolean,
        "emails_related": ["string"],
        "tracking": [
            {
                "bytes_encrypted": long int,
                "seen_at": date (YYYY-MM-DD),
                "countries": [
                    "string
                ],
                "continents": [
                    "string"
                ],
                "services": [
                    {
                        "service": "string",
                        "version": "string"
                    }
                ],
                "ports": [
                    "string"
                ]
            }
        ],
        "observed_countries": [
            "string"
        ],
        "observed_continents": [
            "string"
        ],
        "observed_ports": [
            "string"
        ],
        "hit_services": {
            "string" (product): [
                "string" (version)
            ]
        },
        "last_seen": date (YYYY-MM-DD)
    },

TX Wallets

Information about transactions and cash flow after an attack, related wallets used for money laundering masquerading with high confidence, etc.

{
    "uuid": {
    "is_valid": boolean,
    "hash160": "hash",
    "n_transactions": long int,
    "n_unredeemed": long int,
    "total_received": long int,
    "total_sent": long int,
    "final_balance": long int,
    "sent_cash_to": [
        "string"
    ],
    "last_check": date (YYYY-MM-DD)
    },

๐Ÿป About Me

Author of "Killing The Bear" (v2.0 WIP)

Global Cybersecurity Technology Researcher Lead

MITRE ATT&CK Defender

๐Ÿ”— Links

portfolio linkedin twitter

mate_o_urso's People

Contributors

ud0g-py avatar

Watchers

./SL avatar

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.