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

ThemeBleed and Share Point #2866

Closed
wants to merge 17 commits into from

Conversation

gowthamarajr
Copy link
Collaborator

@gowthamarajr gowthamarajr commented Oct 1, 2023

Details

Add 2 New Detections:

  1. Windows Theme Command Execution
  2. Microsoft SharePoint Server Elevation of Privilege

Add 2 New story:

  1. Microsoft SharePoint Server Elevation of Privilege CVE-2023-29357
  2. Windows Theme Command Execution CVE-2023-38146

Checklist

  • Validate name matches <platform>_<mitre att&ck technique>_<short description> nomenclature
  • CI/CD jobs passed ✔️
  • Validated SPL logic.
  • Validated tags, description, and how to implement.
  • Verified references match analytic.

@gowthamarajr gowthamarajr changed the title Update ThemeBleed and Share Point Oct 1, 2023
@patel-bhavin patel-bhavin changed the base branch from develop to release_v4.13.0 October 2, 2023 16:04
Added Web.status=200 Web.http_method=GET to keep it tight.  Based on exploit code available, this will work well.
as lastTime from datamodel=Endpoint.Processes where
(Processes.process="C:\\Windows\\system32\\rundll32.exe*themecpl.dll,OpenThemeAction*theme") OR (Processes.process="*rundll32.exe uxtheme.dll,#64 *.msstyles*") by Processes.dest Processes.user Processes.parent_process Processes.parent_process_name
Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
| `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `headless_browser_mockbin_or_mocky_request_filter`'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macro needs an update!

can we perhaps manually simulate a dataset that would trigger on this - trying to avoid experimental / non tested detections

@delete-merged-branch delete-merged-branch bot deleted the branch release_v4.13.0 October 4, 2023 20:51
@patel-bhavin
Copy link
Contributor

After consulting with Mike, we are removing theme bleed from this PR since the detection needs fixes and data! will merge the other detection!

@patel-bhavin
Copy link
Contributor

patel-bhavin commented Oct 13, 2023

: PR for sharepoint #2886

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants