> 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.27.md).

# Version 1.27

## Settings Improvements and View License Details (Coming Soon)

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

* Admins can now view and assign license details in **Default Account Settings** at the Global, Tenant, and Account levels:

<figure><img src="https://content.gitbook.com/content/ksjM8NywYRSHu1IlfxdP/blobs/ITwnmiuJwc09U7OU5n5I/image.png" alt="" width="375"><figcaption></figcaption></figure>

* We restructured settings for ease of use including:
  * Syncing (located in **Default Account Settings**)
  * Remediation (located in **Default Account Settings**)
  * Google Drive Syncing (restructured)
  * ATO Resilience (restructured)
  * VIP Designation (now located in **Organization Profile**)

Learn more about default settings and applying settings at the Global, Tenant, or Account levels in the [Deployment Guides](/getting-started/deployment-guides.md).

## Email Threat Detection Improvements

We updated Email Threat Detections to continue staying ahead of evolving email threats. To view any issues created from these detections:

1. From the workspace expand **Issues** then click **Email Threats.**
2. Open an issue to view analysis details.

| Improvement                                           | Purpose                                                                                                                                                 |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Banking Detail Change Requests                        | Detects attempts to request changes to payment or banking information from newly registered domains                                                     |
| [EICAR](https://www.eicar.org/) Test String Detection | Flags emails containing the standard [EICAR](https://www.eicar.org/) test string used for testing antivirus software                                    |
| Employee Policy Update Lures                          | Detects malicious emails using fake employee policy updates as a lure                                                                                   |
| Expanded Impersonation Coverage                       | New detection patterns now cover impersonation of services like HubSpot, WeTransfer, Norton, and Adobe & related brands                                 |
| Fake Gmail Attachments                                | Identifies messages that attempt to spoof Gmail `elements.cover` impersonation of services like HubSpot, WeTransfer, Norton, and Adobe & related brands |
| Requests for Phone Numbers or PII                     | Flags messages attempting to solicit a recipient’s phone number or other personal identifiable information                                              |
| Slack Connect Abuse                                   | Detects suspicious messages using Slack Connect with mismatched reply-to addresses and organization names                                               |
| Suspicious Google Drive Notifications                 | Flags Drive notifications containing unusual language and unfamiliar reply-to addresses.                                                                |
| VIP Impersonation Using Free Email Providers          | Detects when a subject line references a configured VIP, but the sender’s email address does not match expected domains and uses a free provider        |
| Zelle Coercion via Phone Numbers                      | Identifies emails leveraging legitimate Zelle infrastructure that attempt to trick recipients into calling malicious phone numbers                      |


---

# 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.27.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.
