> 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/workbench-reference/detections/lookout-rules.md).

# Lookout Rules

Lookout rules are specific vendor alerts, or signal, that the SOC analysts flag for a closer look in your environment. Lookout rules may not be a threat, but they certainly need to be evaluated. For example, SOC analysts can create lookout rules for specific users in your environment who could be targets because of recent press coverage.

{% hint style="info" %}
Like [suppression rules](/workbench-reference/detections/suppression-rules.md), lookout rules are created by SOC analysts both for your specific environment and for all customers.
{% endhint %}

The following is a list of lookout rules:

<table><thead><tr><th width="236.5546875">Rule</th><th>Action</th></tr></thead><tbody><tr><td>Always Expel alert</td><td>If a vendor alert matches this rule, Ruxie generates a new Expel alert.</td></tr><tr><td>Add to</td><td>If a vendor alert matches this rule, Ruxie adds an <a href="/pages/uiwLDrnkYzpInTxn4IY3">Expel Alert</a> to an existing investigation or incident.</td></tr><tr><td>Always Expel alert &#x26; add to</td><td>If a vendor alert matches this rule, Ruxie generates a new Expel alert and adds that new Expel alert to an existing investigation or incident.</td></tr></tbody></table>

Lookouts will also have one of two statuses:

<table><thead><tr><th width="101.31640625">Status</th><th width="97.53515625">Color</th><th>Meaning</th></tr></thead><tbody><tr><td>Active</td><td>Green</td><td>The lookout is active for your environment.</td></tr><tr><td>Expired</td><td>Gray</td><td>The lookout is inactive for your environment.</td></tr></tbody></table>

You can view lookout rules by going to **Detections > Lookouts**. Along the top of this screen, you can also use the various lists to sort the results.

{% hint style="warning" %}
You can only view the lookout rules; you cannot edit or change any of them. If you see a lookout rule you have a question about, disagree with, or want removed, select **Copy link to rule** and paste it into a message for our [Support team](/support/how-to-reach-us.md).
{% endhint %}

<figure><img src="/files/z5Kzum4hNIGl9pN9sHP9" alt="Image showing a list of lookout rules."><figcaption></figcaption></figure>


---

# 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/workbench-reference/detections/lookout-rules.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.
