Skip to main content

Libraries and utilities for controling and working with Live Endpoint Response Clients.

Project description

Live Endpoint Response Client Control

LERC Control provides utilities for interacting and controlling clients (via the LERC Server API) to perform live response and administrative actions. LERC Control can be used as a library or the 'lerc_ui' script is made available for global use when installed with pip3.

Features

  • Upload files from clients
  • Contain clients with the windows firewall (configurable firewall rules)
  • Download files to the clients
  • Run commands on the clients
  • Perform scripted routines
  • Create scripted routines and save them for future use
    • Collection arguments auto-build from specified collection scripts
  • Perform complex collections routines via custom, extendable modules
    • collect wmi data (startup, services, timezone, netuse, nic)
    • collect autoruns, process handles, process listings, etc.
  • Perform remediation actions (file/registry deletions, service deletion, schedule task deletion, process killing) - also extendable module format
  • Query the LERC Server for client statuses and client command history

Getting Started

You can install lerc_control with pip3:

pip3 install lerc-control

Once you have a working LERC Server and have generated your analyst certificates for LERC Control to use, you need to complete your LERC Control configuration. By default, LERC Control checks the following locations for configuration files:

/<python-lib-where-lerc_control-installed>/etc/lerc.ini
/etc/lerc_control/lerc.ini
/opt/lerc/lerc_control/etc/lerc.ini
~/<current-user>/.lerc_control/lerc.ini

Configuration items found in later config files take presendence over earlier ones. This allows for differernt users to have different settings, such as user specific validation certificates, and for default values to be overriden.

The following configuration items are required:

[default]
server=<url or hostname of LERC server>
ignore_system_proxy=<True OR False>
client_cert=<path to client certificate>
client_key=<path to client certificate key>
server_ca_cert=<path to the certificate authority cert that signed the LERC server cert>
client_working_dir=<the default directory LERCs should work out of, something like 'C:\Program Files (x86)\Integral Defense\'>
client_installer=<path to lercSetup.msi>
lerc_install_cmd=<default client install command, something like 'msiexec /quiet /qn /l lerc_install.log /i lercSetup.msi company=0 reconnectdelay=15 chunksize=2048 serverurls="https://your-lerc-server/"'>
production_lerc_version=<this should always reflect the current version string of the LERC you have in production, ex: 1.0.0.0>

Default Config Items

The following are default values that can be overriden:

[default]
# script used to upgrade clients
upgrade_bat=tools/upgrade.bat
upgrade_cmd=upgrade.bat {} 15 2048 "https://{}/"
# containment script used to perform safe containments
containment_bat=tools/safe_contain.bat
contain_cmd=safe_contain.bat {}

[default_collect]
# Browsing history
browser_history_exe_path=tools/BrowsingHistoryView.exe    
browserHistoryView_cmd=BrowsingHistoryView.exe /sort 2 /HistorySource 1 /VisitTimeFilterType 1 /scomma browserhistory.csv
# see what processes have a handle on a specific file/directory, or '-a' to get handles for all running processs
handles_file_cmd=handle.exe /accepteula "{}"
# 7za for compressing files and directories by collect.py
7za_path=tools/7za.exe
7za_dir_cmd=7za.exe a -r {}.7z "{}" 

[scripts]
collect_browsing_history=scripts/collect_browsing_history.ini
collect_wmi_data=scripts/collect_wmi_data.ini

Documentation

Documentation is still a work in progress but you can find it here http://lerc.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lerc_control-0.0.19.tar.gz (3.7 MB view details)

Uploaded Source

Built Distribution

lerc_control-0.0.19-py3-none-any.whl (3.7 MB view details)

Uploaded Python 3

File details

Details for the file lerc_control-0.0.19.tar.gz.

File metadata

  • Download URL: lerc_control-0.0.19.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7

File hashes

Hashes for lerc_control-0.0.19.tar.gz
Algorithm Hash digest
SHA256 283f326ae8e7ab8d2269aed61fdc9e5d2cea84129ae8bab5f71d60a83d88fc48
MD5 612f60fd737891ab8d63344b17c2695a
BLAKE2b-256 754ff1d23981b597721f1e1f800606dcea928dd3696f0af055b3f33cdb5e02b6

See more details on using hashes here.

File details

Details for the file lerc_control-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: lerc_control-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7

File hashes

Hashes for lerc_control-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 b81c39e54d7887d795e0db6b749b0044a0d20550e58c35694170d7d137549af3
MD5 e46c0773cd23a3bd3af72d69ba9c7b9c
BLAKE2b-256 b23509610a85cade1542fb9ad2e1686f0d1dbde9f2603f19a9e11b540f8e7cfb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page