Git Product home page Git Product logo

autollr's Introduction

AutoLLR

Script to automate Linux live evidence collection

AutoLLR is a live Linux evidence collection script that gathers key artifacts important for Incident Response investigations. In addition to gathering artifacts AutoLLR does some low overhead post processing to produce refined results that analysts can look at immediately.

Results are divided into three (3) categories:

  1. System artifacts
  • General system information including
  • Dumps all process ENVIRON data
  • Collects bash histories
  • SSH info
  • and more
  1. Network artifacts
  • Different network connection pulls
  • Artifacts that record useful network information
  1. Triage searches
  • Hidden files, directories, executables
  • Targeted directory checks
  • Deleted binaries still running
  • Binaries running from temporary directories
  • Executables in interesting directories
  • Assorted data spoliation searches
  • Assorted persistence searches

Findings are hashed (MD5 SHA256) and archived upon completion.

Acknowledgments:

  • Developers of Bambiraptor. Some of the code was structured after bambiraptor.
  • Sandfly Security. Some of the triage searches follow the Sandfly fast triage methodology

Version 2.1 Updates - Bug fixes + setup command from Modules file combined into main script

Version 2.2 Updates: Fileless Linux attack detection Dervived from Sandfly Security research: https://www.sandflysecurity.com/blog/detecting-linux-memfd_create-fileless-malware-with-command-line-forensics/

  • Processes with memfd executable
  • Process COMM and CMDLINE agreement
  • Process CWD and EXE check
  • Process MAP details with memfd references
  • Process ENVIRON ssh details

Version 2.3 Updates: Dervived from Sandfly Security research: https://www.sandflysecurity.com/blog/detecting-linux-kernel-process-masquerading-with-command-line-forensics/#more-2777

  • Kernel Thread Masquerading – detects via the process environment ‘maps’ artifact.
  • Kernel Thread Masquerading – detects via the process environment ‘exe’ artifact.
  • SHA1 of all running processes. To generate a list for OSINT hash checks.

autollr's People

Contributors

dfirpodcast avatar

Watchers

 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.