Skip to content

alwashali/Microsoft-Defender-Alert-API-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft-Defender-Alert-API-Integration

Microsoft Defender Alert API Integration

All alerts will be pulled based on the time framed specified in config.yaml and written into a file, one alert per line for easy parsing in SIEM.

Integrating Micrsofot Defender with SIEM

  • Compile the code using go build command
  • Fill tenantid, appid, and appsecret (api token)
  • Create scheduled tasks to run every 1 hour
  • Send the alert to the SIEM using FileBeat agent

Configuration file

filepath        : C:\logs\
tenantId        : 
appId           : 
appSecret       : 
resourceAppIdUri: https://api.securitycenter.windows.com
timerange       : -1h

About

Microsoft Defender Alert API Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages