Giter Site home page Giter Site logo

endpoint-activity-agent's Introduction

Your assignment, should you choose to accept it, is to create a framework that allows us to generate endpoint activity across at least two of three supported platforms (Windows, macOS, Linux). This program will allow us to test an EDR agent and ensure it generates the appropriate telemetry.

Your program should trigger the following activity:

  • Start a process, given a path to an executable file and the desired (optional) command-line arguments
  • Create a file of a specified type at a specified location
  • Modify a file
  • Delete a file
  • Establish a network connection and transmit data

Additionally, your program should keep a log of the activity it triggered. The activity log allows us to correlate what data the test program generated with the actual data recorded by an EDR agent.

This log should be in a machine friendly format (e.g. CSV, TSV, JSON, YAML, etc).

Each data type should contain the following information:

  • Process start
    • Timestamp of start time
    • Username that started the process
    • Process name
    • Process command line
    • Process ID
  • File creation, modification, deletion
    • Timestamp of activity
    • Full path to the file
    • Activity descriptor - e.g. create, modified, delete
    • Username that started the process that created/modified/deleted the file
    • Process name that created/modified/deleted the file
    • Process command line
    • Process ID
  • Network connection and data transmission
    • Timestamp of activity
    • Username that started the process that initiated the network activity
    • Destination address and port
    • Source address and port
    • Amount of data sent
    • Protocol of data sent
    • Process name
    • Process command line
    • Process ID

endpoint-activity-agent's People

Contributors

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