Skip to content

CERT-Polska/karton-asciimagic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AsciiMagic karton service

Extracts next stages of various ASCII files that contain malware, for example hex, base64, etc.

Author: CERT.pl

Maintainers: ola, msm, nazywam

Consumes:

{
    "type": "sample",
    "stage": "recognized",
    "kind": "ascii"
} 

Produces:

{
    "type": "sample",
    "kind": "runnable",
    "stage": "recognized",
    "platform": "win32",
    "extension": "exe",
}, {
    "type": "sample",
    "kind": "raw"
}

Usage

First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton

Then install karton-asciimagic from PyPi:

$ pip install karton-asciimagic

$ karton-asciimagic

Co-financed by the Connecting Europe Facility by of the European Union