Skip to content

Commit

Permalink
Merge pull request #69 from cisagov/goose-2.0.3
Browse files Browse the repository at this point in the history
Goose v2.0.3
  • Loading branch information
nkantor-snl authored Sep 25, 2024
2 parents 37517a9 + b0d6ebe commit 83a04d0
Show file tree
Hide file tree
Showing 12 changed files with 1,585 additions and 1,285 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [2.0.3] - Enter the honk - 2024-09-23
### Added
- Better task naming for logging
- Added Microsoft Graph role ThreatHunting.Read.All
- Added Log Analytics API role Data.Read
- Added dumping for Log Analytics Workspace

### Changed
- Updated versions of required packages
- Create_SP.ps1 script will find existing an existing role group with the app name instead of erroring

### Fixed
- Resolved issue with dumper cmd arguments for honk command not working (e.g. goosey honk --entraid)
- Issue identified in d4iot dumpers

## [2.0.2] - Enter the honk - 2024-08-21
### Added
- Better task naming for logging
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ A service principal with the following permissions:

API Permissions
```
Log Analytics API
- Data.Read (Application)
Microsoft Threat Protection:
- AdvancedHunting.Read.All (Application)
Expand Down Expand Up @@ -124,7 +127,7 @@ Microsoft Graph:
- UserAuthenticationMethod.Read.All (Application)
Office 365 Exchange Online
- Exchange.ManageAsApp
- Exchange.ManageAsApp (Application)
```

Azure Subscription IAM Roles
Expand Down
Loading

0 comments on commit 83a04d0

Please sign in to comment.