Skip to content

Releases: olafhartong/DefenderHarvester

v0.9.9

11 Jul 09:06
30cfb75
Compare
Choose a tag to compare

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

New parameters and url improvements

19 Dec 13:07
4a05a8b
Compare
Choose a tag to compare
  • 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

07 Dec 21:30
Compare
Choose a tag to compare

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

25 Oct 20:35
Compare
Choose a tag to compare

Added debug mode

First public release

12 Oct 18:57
342fd3d
Compare
Choose a tag to compare
Merge pull request #1 from olafhartong/dependabot/go_modules/golang.o…

…rg/x/net-0.17.0

Bump golang.org/x/net from 0.14.0 to 0.17.0