Skip to content

Commit

Permalink
Update processing.conf.default
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Sep 1, 2023
1 parent 7e539cc commit d10a217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/processing.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enabled = yes

# Community
# FLARE capa -> to update rules utils/community.py -cr
# install -> cd /tmp && git clone --recurse-submodules https://github.com/fireeye/capa.git && cd capa && git submodule update --init rules && python -m pip3 install .
# install -> cd /tmp && git clone --recurse-submodules https://github.com/fireeye/capa.git && cd capa && git submodule update --init rules && python -m poetry run pip install .
[flare_capa]
enabled = no
# Generate it always or generate on demand only(user need to click button to generate it), still should be enabled to use this feature on demand
Expand Down Expand Up @@ -232,7 +232,7 @@ hashmethod = ahash
# Mac - brew install graphviz
# Ubuntu - sudo apt-get install graphviz
# Arch - sudo pacman -S graphviz+
# sudo pip3 install networkx>=2.1 graphviz>=0.8.4 pydot>=1.2.4
# sudo poetry run pip install networkx>=2.1 graphviz>=0.8.4 pydot>=1.2.4
enabled = yes
on_demand = yes

Expand All @@ -244,7 +244,7 @@ ja3_path = data/ja3/ja3fingerprint.json
[maliciousmacrobot]
# https://maliciousmacrobot.readthedocs.io
# Install mmbot
# sudo pip3 install mmbot
# sudo poetry run pip install mmbot
# Create/Set required paths
# Populate benign_path and malicious_path with appropriate macro maldocs (try the tests/samples in the github)
# https://github.com/egaus/MaliciousMacroBot/tree/master/tests/samples
Expand All @@ -261,7 +261,7 @@ model_path = /opt/cuckoo/data/mmbot/model

# Community
[xlsdeobf]
# pip3 install git+https://github.com/DissectMalware/XLMMacroDeobfuscator.git
# poetry run pip install git+https://github.com/DissectMalware/XLMMacroDeobfuscator.git
enabled = no
on_demand = no

Expand Down

0 comments on commit d10a217

Please sign in to comment.