Skip to content

NicholasLindner/SendToSIEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Data to SIEM System

This is a python program that tackles sending JSON data to a SIEM system, with Splunk being the SIEM of choice.

Usage Instructions

Step 1: Clone the Repository

In your terminal or command prompt, run the following command:

git clone https://github.com/NicholasLindner/SendToSIEM.git
cd SendToSIEM

Step 2: Install the requests Library

pip install requests

Step 3: Run Program

For Windows, run the program using the following command:

python send_data_to_siem_system.py

For Mac or Linux, run:

python3 send_data_to_siem_system.py

Step 4: Provide Your Input

  1. Enter your JSON Data

  2. Enter your SIEM URL

    Example for Splunk:

    https://prd-p-abcde.splunkcloud.com:8088/services/collector/event
  3. Enter SIEM Token

Output

Either "Success" or "Failure" will be displayed depending on the result of the request.

Usage

Step 1: Clone the Repository In your terminal or command prompt, run the following command:

git clone https://github.com/NicholasLindner/SendToSIEM.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages