> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/release-notes/2024.md).

# 2024

## Expel Release Notes

*2024*

***

## December 2024 <a href="#h_01jd0pb1v4e9m8ghacsyabm7dm" id="h_01jd0pb1v4e9m8ghacsyabm7dm"></a>

**Updates**

* **Fix for notifications**: Fixes an issue where Wiz notifications were appearing in Org Settings without setup.
* **Fix for proxy URL and invalid device messages**: Fixes an issue that incorrectly displayed for some security devices, indicating a proxy URL and an invalid device.

***

## November 2024 <a href="#id-01jftanhgwde5wk5kmc8dbvat3" id="id-01jftanhgwde5wk5kmc8dbvat3"></a>

**New Features**

* **MFA Secret Key**: When [setting up MFA for your account](/workbench-setup/get-started/activate-your-workbench-account.md), you now have the option to scan a QR code or enter a secret key to add the account to the authenticator app.
* **ServiceNow Notification Synchronization**: Expel now offers [notification synchronization for ServiceNow IT Service Management (ITSM) and Security Incident Response (SIR)](/workbench-setup/notifications/platform-setup/servicenow-setup-for-organization-notifications.md) modules, so tickets can be continuously updated based on changes in Workbench Investigations or Incidents. ServiceNow is used to support notifications and is not used to ingest security signals for MDR purposes.

**Updates**

* **Fix for Phishing Submissions**: Fixes an issue where Phishing submissions were bouncing back when using Microsoft Outlook.
* **Fix for Outcome Emails for Simulations**: Fixes an issue where outcome emails for Phishing simulations were not received.
* **Fix for Other Recipients List**: Fixes an issue where the Other Recipients list was not populating for Phishing emails.
* **Fix for Security Devices**: Fixes an issue where an error message incorrectly described the device as invalid.

***

## October 2024 <a href="#h_01j5v0spry92jjfx4sbxjcte21" id="h_01j5v0spry92jjfx4sbxjcte21"></a>

**New Features**

* **Timestamps**: Timestamps are now shown in both local and UTC time in Workbench.

***

## September 2024 <a href="#id-01jaqxtmstejpvepsh74q4mgrb" id="id-01jaqxtmstejpvepsh74q4mgrb"></a>

**New and Updated Integrations**

* **New: ExtraHop Reveal(x) 360**: Expel now integrates with [ExtraHop Reveal(x) 360](/connect-your-technology/d-j-integrations/extrahop/extrahop-reveal-x-360-setup-for-workbench.md) to bring additional security signals, 360-degree visibility, and situational intelligence into the Expel Workbench platform.
* **Updated: CrowdStrike Falcon**: [CrowdStrike On-Demand](/connect-your-technology/a-c-integrations/crowdstrike/crowdstrike-falcon-insight-xdr-setup-for-workbench.md) Scan alerts are now a part of our CrowdStrike Falcon integration. These alerts can be used to find indicators of malicious activity.

**New Features**

* **Reset Credentials Auto-Remediation for Okta and Microsoft Entra ID**: When a user account is compromised and a password reset is necessary, the [Reset Credentials Auto-Remediation](/workbench-setup/auto-remediations/reset-credentials.md) allows our analysts to reset the password and kill active sessions, stopping the attacker within seconds. [Learn how to configure this action for your environment with the recommended security settings](/workbench-setup/auto-remediations/reset-credentials.md).

**Updates**

* **Fix for closed alerts**: This fixes an issue where closed, suppressed alerts were incorrectly dispositioned as **New** in the Workbench Grid view.
* **Fix for tool tip**: This fixes an issue where the tooltip is cut off when there is a long list of devices included in **How did your technologies contribute to detection?** bar graphs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.expel.io/release-notes/2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
