Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Added capabilities/features for Microsoft Defender for Endpoint responder #1229

Open
louismaxx opened this issue Oct 23, 2023 · 0 comments
Milestone

Comments

@louismaxx
Copy link

This issue is related to the following PR : #1225

  • When an organisation doesn't synchronise computers in AzureAD, the function getMachineID is not able to retrieve an id as the field AadDeviceID returns null. In this case, it retrieves the field id, which is an id provided by MDE to the machine.
  • We had issues with the oauth uri, and updated the uri provided in the json files with the latest one on MS's documentation.
  • Fixed the Dockerfile as the -r option was causing issues during the build.
  • Fixed the malformed json body of the pushCustomIOCAlert function.

New Features :

  • You can now lauch an automated investigation on a device
  • You can restrict the exectution of apps on the device (leaves Outlook, skype, Teams operational). Not as restrictive as device isolation. A tag is applied to the observable
  • Added more IOC options to push to MDE :
    • Hashes (MD5, SHA1 and SHA256)
    • Domains
    • Url

Also minor updates to the readme file, a new api permission is required to restrict device app execution

@jeromeleonard jeromeleonard modified the milestones: 3.3.6, 3.3.7 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants