An open API service indexing awesome lists of open source software.

https://github.com/hazcod/mispsent

A tool that exports MISP threat intelligence attributes to Microsoft Sentinel SIEM.
https://github.com/hazcod/mispsent

misp sentinel siem ti

Last synced: 4 months ago
JSON representation

A tool that exports MISP threat intelligence attributes to Microsoft Sentinel SIEM.

Awesome Lists containing this project

README

          

# mispsent

A tool that exports threat intelligence indicators from MISP and pushes these into Microsoft Sentinel SIEM.

## Configuration

Create a YAML configuration file with the required configuration, or specify environment variables:

```yaml
log:
level: info

misp:
base_url: https://misp.XXX.XXX/
access_key: "XXX"
days_to_fetch: 3

mssentinel:
app_id: "XXX"
secret_key: "XXX"
tenant_id: "XXX"
subscription_id: "XXX"
resource_group: "XXX"
workspace_name: "XXX"
expires_months: 6
```

## Building

With `go` and `make` installed:

```shell
% make build
```

## Running

```shell
% make
```