Detection: Microsoft Intune Bulk Wipe Detected#3978
Detection: Microsoft Intune Bulk Wipe Detected#3978jakeenea51 wants to merge 6 commits intosplunk:developfrom
Conversation
| @@ -0,0 +1,61 @@ | |||
| name: Microsoft Intune Bulk Wipe Detected | |||
There was a problem hiding this comment.
@jakeenea51 - can you Install pre-commit using pip install pre-commit then proceed to installing the hooks via pre-commit install. this is a pre-requisite to validate and apply the proper formatting.
| | rename identity as user, resultType as result | ||
| | table _time user tenantId signature result vendor_account vendor_product | ||
| | fillnull | ||
| | stats min(_time) as firstTime max(_time) as lastTime values(*) as * count by _time signature user tenantId vendor_account vendor_product |
There was a problem hiding this comment.
Do we not get any src related info from the search, it will be good to add that to the output and to the threat object
There was a problem hiding this comment.
unfortunately, the intune audit logs do not contain any src-related information (no IP address, workstation, etc.)
to accomodate for this, I've added another drilldown search to allow an analyst to pivot to the user's sign-in logs
There was a problem hiding this comment.
Per Lou's point : we have some strict field validation and this data source has some fields that are needed in the search output :
will investigate this, will likely need to update this data source object to remove some of these required output fields
|
Fixed up the unfortunately-not-surfaced issues in the There's still an issue with the |
Details
Contributing 1 new detection:
Details:
This is my first time contributing a detection, so let me know if I missed anything or if any information should be changed. Thanks!
Checklist
<platform>_<mitre att&ck technique>_<short description>nomenclatureNotes For Submitters and Reviewers
buildCI job when it fails will likely show an error about what is failing. You may have a very descriptive error of the specific field(s) in the specific file(s) that is causing an issue. In some cases, its also possible there is an issue with the YAML. Many of these can be caught with the pre-commit hooks if you set them up. These errors will be less descriptive as to what exactly is wrong, but will give you a column and row position in a specific file where the YAML processing breaks. If you're having trouble with this, feel free to add a comment to your PR tagging one of the maintainers and we'll be happy to help troubleshoot it.