Giter VIP home page Giter VIP logo

red_team_telemetry's Introduction

Red Team Telemetry

A collection of scripts and configurations to enable centralized logging of red team infrastructure.

What's in the repo?

  • cobaltstrike
    • filebeat - filebeat configurations for cobalt strike
    • json_log.cna - An aggressor script to create a structured json log of beacon events
      • There's a known issue where this script will bomb out with a Java StackOverflow error if the logging directory doesn't exist. Be sure to run mkdir /var/log/cobaltstrike before you start the logger.
      • If there's an event type with no match, the event gets printed to the console and written to the ironically named notlogged.log.
      • Each log message is tagged with a role based on the username running the script. Example roles might be working, longhaul, test, dev, etc. The role is defined by grabbing the second array element when splitting the name by an underscore. For example, logbot_test would create a key:value pair of "role":"test" in the log entry.
      • The variables $log_* are used to enable/disable logging of those event types. Tweak these to your needs.
      • The attack hash map is generated using the mitre_cs.py script. As the ATT&CK Matrix gets updated this will need to be updated.
    • event_spy.cna - test script to print all events to the screen
    • mitre_cs.py - script to generate aggressor code for enriching tactic IDs with their phase
  • packetbeat
    • packetbeat.yml - configuration for logging HTTP and DNS C2

Blog Posts

Presentations

Similar Research

red_team_telemetry's People

Contributors

ztgrace 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.