> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/whats-new/previous-releases/1.15-to-1.43/version-1.32.md).

# Version 1.32

## Updates

* Admin views in the Tenants Explorer now show account counts and clearer sync/remediation statuses:

  <figure><img src="/files/QSTR5SNiNTHhezVK2q5J" alt=""><figcaption><p>Explorer > Tenants</p></figcaption></figure>
* In the Message Explorer, we added the freemail operators `has_disposable_email` and `has_personal_email` to `message.participants` so they now mirror `message.recipients` :

  <figure><img src="/files/WZGiATwYOHjA1o7tvHZB" alt="" width="563"><figcaption><p>Explorer > Messages</p></figcaption></figure>

***

## Unified Phishing Issue Experience

In [version 1.27](#unified-phishing-issue-experience), we described the upcoming improvements to Email Threats coming with the [Unified Phishing Issue Experience](#unified-phishing-issue-experience). Those improvements are now live for all users in Version 1.32.

Need a refresher? Take a look at our demo below:

{% @arcade/embed url="<https://app.arcade.software/share/vHCjQJWuMdxR6pTyINO1>" flowId="vHCjQJWuMdxR6pTyINO1" %}

***

## Email Threat Detection Updates

* Added detections for when attackers sneak in with inline images instead of real message content, a trick to slip past scanning engines
* Enhanced detections for HTML attachments with suspicious behaviors, like single-link payloads paired with sneaky onload events and shady TLDs[^1]
* Added more detections for messages containing certain suspicious open redirects
* Added more brand impersonation detections

***

## Bug Fixes

* We fixed an error that sometimes popped up when trying to share an issue with Material. Sharing should now be seamless.

[^1]: Top Level Domains


---

# 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.material.security/whats-new/previous-releases/1.15-to-1.43/version-1.32.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.
