Releases: olafhartong/DefenderHarvester
Releases · olafhartong/DefenderHarvester
v0.9.9
What's Changed
- Rename Go module by @0xThiebaut in #8
- Improve error handling by @0xThiebaut in #9
- Added some more verbose error status
- Fixed all the broken API links due to endpoints changing (downside of using unofficial APIs :) )
- Added suppression rule config collection
New Contributors
- @0xThiebaut made their first contribution in #8
New parameters and url improvements
- New parameter alertservicesettings to query the M365 XDR Alert Service Settings
- New parameter dataexportsettings to query the M365 XDR Data Export Settings
- Show queried API url when debug is used
- Automatically use the correct hostname even if it differs in different functions
- Bring your own access token option
- Added a windows user agent to most requests. (the auth flow still shows the go one, this is hardcoded in the SDK)
- updated some libraries
Added location selection for the API and improved error and debug output
You can now use the -location flag to set your region url prefix.
Default is wdatpprd-weu, but can be changed to wdatpprd-weu3 or any other.
Added debug mode
Added debug mode
First public release
v0.9.1 Merge pull request #1 from olafhartong/dependabot/go_modules/golang.o…