Git Product home page Git Product logo

misp-qradar-integration's Introduction

QRadar MISP Integration

Integrate QRadar with IOC (Attributes) from MISP - Open Source Threat Intelligence Platform

IBM QRadar:

alt text

IBM QRadar Security Information and Event Management (SIEM) centrally collects and analyzes log and network flow data throughout even the most highly distributed environments to provide actionable insights into threats.

Using advanced analytics, the solution automatically sorts through millions to billions of events per day to detect anomalous and malicious activities, identify and group related events, and generate prioritized alerts to only the most critical threats.

MISP:

alt text

The MISP threat sharing platform is a free and open source software helping information sharing of threat intelligence including cyber security indicators.

MISP is a threat intelligence platform for gathering, sharing, storing and correlating Indicators of Compromise of targeted attacks, threat intelligence, financial fraud information, vulnerability information or even counter-terrorism information.

Many organizations use MISP to maintain internal repository of IOCs involved in any security incident of the organization.

MISP has rich RESTful API support to integrate with any producers or consumers of threat intelligence information.

Requirements:

  • Linux
  • Python 3
  • apscheduler

Installation:

git clone https://github.com/karthikkbala/MISP-QRadar-Integration.git

Configuration:

Edit the integration.py file with favourite editor and provide the following information.

misp_auth_key = "mxVt2yZWkS39XemrgtyhbfYts7ZeeheQ50dXKLHO"
qradar_auth_key = "811aacf9-ef79-456h-98d4-5d27b7a94844"
qradar_ref_set = "MISP_Event_IOC"
misp_server = "IP Address of MISP Server"
qradar_server = "IP Address of QRadar Server"
frequency = 60 # In minutes

Usage:

python3 integration.py >> /var/log/misp-integration.log &

Error Handling - Use Cases

  • Validate if the reference set exists
  • Identify the Element Type of the reference set
  • If the Reference Set - Element Type is IP, only the IPs from the MISP will be imported to Reference Set.
  • Socket connection validation for QRadar and MISP

Output - Success

17:05:50 -- Checking HTTPS Connectivity to QRadar
17:05:50 -- (Success) HTTPS Connectivity to QRadar
17:05:50 -- Checking HTTPS Connectivity to MISP
17:05:50 -- (Success) HTTPS Connectivity to MISP
17:05:50 -- Validating if reference set MISP_Event_IOC exists
17:05:50 -- Validating reference set MISP_Event_IOC - (Success)
17:05:50 -- Identifying Reference set MISP_Event_IOC element type
17:05:50 -- Reference set element type = IP (Success)
17:05:50 -- The QRadar Reference Set MISP_Event_IOC Element Type = "IP". Only IPs will be imported to QRadar and the other IOC types will be discarded
17:05:50 -- Initiating, GET data from MISP on <IP Address of MISP Server>
17:05:51 -- MISP API Query (Success)
17:05:51 -- 36 IOCs imported
17:05:51 -- Trying to clean the IOCs to IP address, as MISP_Event_IOC element type = IP
17:05:51 -- (Success) Extracted 16 IPs from initial import.
17:05:51 -- Initiating, IOC POST to QRadar
17:05:51 -- Imported 16 IOCs to QRadar (Success)

misp-qradar-integration's People

Contributors

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