All Projects β†’ phdphuc β†’ mac-a-mal-cuckoo

phdphuc / mac-a-mal-cuckoo

Licence: MIT License
The current repository contains all the scripts needed to complement kernel-mode mac-a-mal malicious activity hooking on macOS to Cuckoo sandbox.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mac-a-mal-cuckoo

mac-cleanup-sh
πŸ—‘οΈ Cleanup script for macOS (DEPRECATED)
Stars: ✭ 1,585 (+3862.5%)
Mutual labels:  osx
Mac-OS-Setup-Applications
πŸ‘Ύ All I need to setup a new Mac and the applications I use everyday as a Web Developper
Stars: ✭ 96 (+140%)
Mutual labels:  osx
Fab
πŸ›οΈ A Floating Action Button for macOS. Inspired by Material Design, and written in Swift.
Stars: ✭ 24 (-40%)
Mutual labels:  osx
rstpad
Standalone reStructuredText editor with live preview (native app)
Stars: ✭ 35 (-12.5%)
Mutual labels:  osx
Jsonify
♨️A delightful JSON parsing framework.
Stars: ✭ 42 (+5%)
Mutual labels:  osx
SpaceId
macOS space indicator
Stars: ✭ 116 (+190%)
Mutual labels:  osx
dotfiles
No description or website provided.
Stars: ✭ 12 (-70%)
Mutual labels:  osx
XPS15-9560-Monterey
XPS15-9560-Catalina, Q羀:161385229
Stars: ✭ 268 (+570%)
Mutual labels:  osx
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (-40%)
Mutual labels:  osx
packages
Cloud Posse DevOps distribution of linux packages for native apps, binaries, alpine packages, debian packages, and redhat packages.
Stars: ✭ 107 (+167.5%)
Mutual labels:  osx
evilMACHO
Malicious use of macho, such as dump-runtime-macho, function-hook.
Stars: ✭ 13 (-67.5%)
Mutual labels:  osx
icons-flat-osx
Free Flat icons For OSX
Stars: ✭ 371 (+827.5%)
Mutual labels:  osx
LIFX-Menu
OSX menu bar app to control LIFX bulbs
Stars: ✭ 24 (-40%)
Mutual labels:  osx
redmine tracker
Multi platform application to track time and synchronize it into Redmine.
Stars: ✭ 14 (-65%)
Mutual labels:  osx
conductor
A lightweight OS X window manager for hackers
Stars: ✭ 24 (-40%)
Mutual labels:  osx
ToTheTop
πŸ”To the top - A small macOS application to help you scroll to the top.
Stars: ✭ 33 (-17.5%)
Mutual labels:  osx
CAM
macOS camera recording using ffmpeg
Stars: ✭ 43 (+7.5%)
Mutual labels:  osx
BitStream
A rudimentary Electron application that utilises WebTorrent to stream and download a torrent simultaneously
Stars: ✭ 15 (-62.5%)
Mutual labels:  osx
Xake
Another MAKE utility implementation on F#, fully declarative with no-brain parallelism, inspired by Shake
Stars: ✭ 24 (-40%)
Mutual labels:  osx
meanOs
Mean Operating System - The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS proudly supports Brave and Tor, be free!
Stars: ✭ 62 (+55%)
Mutual labels:  osx

This analyzer extends the open-source Cuckoo Sandbox (legacy) with functionality for analyzing macOS malware in macOS guest VM(s).

See Mac-A-Mal for kernel monitor module on guest machine.

Installation

Host setup

  1. Clone the cuckoo-legacy branch

  2. Run the following command to install the requirements packages:

sudo pip install -r requirements.txt

  1. Clone Mac-a-mal-cuckoo

  2. Replace subfolders in cuckoo-legacy with mac-a-mal-cuckoo's subfolders.

  3. Setting up VMWare/VirtualBox configuration in conf/ folder.

  4. Start cuckoo python ./cuckoo.py

  5. Skip to guest setup and return to this step after you've done with Guest virtual machine installation. Submit samples with sample's path and optional options: runas username instead of root, gctimeout timeout for kernel-mode macamal monitor, and timeout for total analysis time. python submit.py --platform darwin sample -o runas=admin,gctimeout=60 --timeout=600

Guest setup

macOS versions supported 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 10.12, and 10.13 (untested)

  1. Guest machine can be setup manually using VMWare or VirtualBox. (OSX 10.8 - password: summer) Documentation for setting up the environment.
  2. Download the Mac-a-mal for guest machine monitor, compile 2 binaries using Xcode: mac-a-mal.kext and grey-cuckoo. The agent in user-mode requires libevent for multithreading.
  3. Install dependencies:
sudo pip install pymongo
brew install libtiff libjpeg webp little-cms2
pip install Pillow
  1. Start the monitor and agent in super-user privilege is recommended.
 sudo chown -R root:wheel mac-a-mal.kext &&
 sudo kextload mac-a-mal.kext &&
 cp grey-cuckoo /tmp/&&
 sudo chown root:wheel /tmp/grey-cuckoo &&
 sudo python ./agent.py
  1. Take the snapshot of the guest machine

Credits

Sfylabs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].