Skip to content

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

Notifications You must be signed in to change notification settings

hazcod/mispsent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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:

% make build

Running

% make

About

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

Topics

Resources

Stars

Watchers

Forks

Packages