https://github.com/crowdsecurity/crowdsec-qradar-app
https://github.com/crowdsecurity/crowdsec-qradar-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdsecurity/crowdsec-qradar-app
- Owner: crowdsecurity
- License: mit
- Created: 2023-04-11T06:53:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T06:40:50.000Z (almost 3 years ago)
- Last Synced: 2026-02-09T15:51:45.890Z (4 months ago)
- Language: HTML
- Size: 1.97 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrowdSec QRadar App
QRadar App which allows users to leverage CrowdSec's Smoke CTI to get information about IP as seen by CrowdSec's network. This is enabled via a right click on IP GUI action. The intelligence includes:
1. Types of attacks the IP has been observed performing.
2. Background Noise Score. This can be used to know whether the particular IP is only targeting your infrastructure or is targeting others too.
3. Aggressivity which quantifies frequency of attacks.
4. Other fields like Geolocation details, AS details, sighting details etc
## Configuration
We need to provide the App, CrowdSec CTI API Key. You can find the instructions to obtain it [here](https://docs.crowdsec.net/docs/next/cti_api/getting_started)
Now navigate to the CrowdSec App in QRadar's Admin page. Click on CrowdSec App Settings Icon.

A pop-up will appear. Enter the API Key and click on Submit.

The App is now configured !
## Usage
Navigate to Log Activity pane in QRadar. Right click on an IP either in Source IP or Destination IP column. Hover over "More Options". You will see a new option "CrowdSec IP Lookup". Click on it.

This will open a popup with the information about the right clicked IP found in CrowdSec's Smoke Dataset.

You can click on the "Show" button to see the RAW JSON response from the API.

## References
You can find our latest taxonomy about attack details, classifications, scores etc in [our official docs](https://docs.crowdsec.net/docs/next/cti_api/taxonomy)