npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cstiedr

v1.5.2

Published

<p align="center"> <h1 align="left">cstiedr-ActiveResponse(AR) <img src="https://i.imgur.com/Bh2vbfZ.jpg" alt="cstiedr-logo" width="100" align="right"> </h1> </p>

Downloads

345

Readme

README.md

Introduction

The cstiedr-ActiveResponse(AR) project is specifically designed to endow the iii-csti EDR with an active response capability. This project addresses crucial aspects such as Authentication between the Server and Agent, Secure Transmission, Status Management, and implementation of the Active Response script. Furthermore, it introduces a Python interface, allowing automatic block actions for specific agents.

Target Systems

  • Server: Developed for Linux platforms(test on Ubuntu 22.04).
  • Agent: Designed for both Windows 10 and Linux(test on Ubuntu 22.04).

Usage

This project encompasses three distinct roles: Server, AgentControl, and Agent.

Functional Descriptions

  • Server: This component operates the authentication server, which acts as the primary server for agent key registration. Moreover, it runs the transmission server, serving as the central hub for the entire transmission architecture.
  • AgentControl: Through Python scripts, this utility interacts with the server using the pre-packaged pyagentctrl module, controlling the agent to execute block actions.
  • Agent: Once registered, the agent maintains a connection with the server, awaiting and executing block commands when instructed.

Execution Instructions

Server

  1. Download the executable files.

  2. Launch the authentication server in the first terminal window:

    cd ~/server/bin/ && ./authserver
  3. Start the transmission server in a second terminal window:

    cd ~/server/bin/ && ./transserver

AgentControl

  1. Download the executables and ensure Python3 is installed on your Ubuntu environment.

  2. Run the authagent:

    cd ~/ctrl/bin/ && ./authagent 127.0.0.1
  3. Execute the Python script:

    cd ~/ctrl/bin/ && python3 Example.py
    • Note: The script will attempt to connect with the server at 127.0.0.1:1234.
    • Important: The target agent must be in an "active" state for operations to take effect.

Agent

  1. Download the executable files.

  2. Execute the permission setup script:

    cd ~/project-root
    chmod +x PermissionSetup.sh
    sudo ./PermissionSetup.sh
  3. Launch the authagent:

    cd ~/agent/bin/
    sudo -u cstiedr ./authagent 127.0.0.1
  4. Subsequently, run:

    sudo -u cstiedr ./transagent 127.0.0.1

Contact

Author: Jerry Hung from iii-csti

Email: [email protected]