Skip to main content

A context preserving IOC extraction library

Project description

Multidecoder

Multidecoder is a python library and command line tool for extracting indicators of compromise (IOCs) from a file. Multidecoder preserves the context of where and how an IOC is found to allow automated detection of patterns of obfuscation. Multidecoder is currently in alpha, and may change in ways that breaks backwards compatibility as developement continues.

Indicators of compromise extracted by Multidecoder:

  • network IOCS: urls, domains, emails, ip addressses
  • executable filenames
  • embedded PowerShell
  • embedded PE files
  • a customizable set of keywords

Deobfuscations and decodings supported:

  • base64 encoding
  • hexadecimal encoding
  • string concatenation
  • powershell escape characters

Installing

The latest Multidecoder can be installed from the repository:

pip install -U https://github.com/CybercentreCanada/Multidecoder/archive/main.zip

Command Line

After being installed Multidecoder can be run on a file from the command-line

> multidecoder file

which will output a list of indicators found. Indicators are printed one per line, with a string representation of the context of the indicator followed by the indicator.

The raw json result can be output with the --json flag

> multidecoder --json file

if no filename is given multidecoder takes its standard input as the file to be scanned.

Python library

Multidecoder can be used as a python library through the Multidecoder class, which can scan data to give a dictionary tree similar to the command-line json output.

from multidecoder.multidecoder import Multidecoder

md = Multidecoder()
context_tree = md.scan(data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multidecoder-0.0.8.tar.gz (75.3 kB view details)

Uploaded Source

Built Distribution

multidecoder-0.0.8-py3-none-any.whl (96.4 kB view details)

Uploaded Python 3

File details

Details for the file multidecoder-0.0.8.tar.gz.

File metadata

  • Download URL: multidecoder-0.0.8.tar.gz
  • Upload date:
  • Size: 75.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for multidecoder-0.0.8.tar.gz
Algorithm Hash digest
SHA256 5795ad94b1e797b788bae9e1c6ec0b89ce02aec77d44b1fda12af123a99f97ed
MD5 34f1068ee39e21d4cd365ff364f2733a
BLAKE2b-256 9a72ad056863c8e118de542ccde6753e8bd4e7efd6108e692081be5e4f20ec49

See more details on using hashes here.

File details

Details for the file multidecoder-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: multidecoder-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 96.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for multidecoder-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4a9e506d1e534890894c5eaf51d3d0fdffaadf8609d441eb135301c4c13c125c
MD5 bb7e867932673aed4e8db3b041cdb536
BLAKE2b-256 81673dc1c56994f656877450766cab3acb9d885382e1345987834c0b264c07ab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page