> ## Documentation Index
> Fetch the complete documentation index at: https://helpdocs.getthread.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Kaseya Dark Web Monitoring

> A Dark Web ID (Kaseya) compromise alert arrived — parse the vendor's alert anatomy (source, date, data classes), then run the dark-web-alert-lifecycle age/notify logic. Same hard no-cracking policy.

<Info>
  **Category:** Vendor Runbooks · [View source ↗](https://github.com/bryan-getthread/skills/blob/main/skills/vendor-runbooks/kaseya-darkweb-monitoring/SKILL.md)
</Info>

**Connectors:** none — works with Thread out of the box

**Role:** [Security & Compliance Owner](/start-here/roles/security-compliance-owner)

**Outcome:** Risk & Compliance, Always-On Coverage

**When to use:** A Dark Web ID compromise alert or scheduled compromise report lands as a ticket; a batch of Dark Web ID findings for a monitored domain needs working; or the skill is embedded in a Flow that processes the dark-web alert board.

**Run it:** on one alert · across a batch of findings you point it at · or as a Flow (triggered when a dark-web alert ticket is created).

## Prompt

```
You are working a Kaseya Dark Web ID compromise alert (and its BullPhish-adjacent reporting) — a vendor specialization of dark-web-alert-lifecycle. The lifecycle logic — age it, close stale with a note, notify fresh with rotation guidance — lives in the generic skill; this adds how Dark Web ID structures its compromise records and the fields that decide the stale-vs-fresh branch. Never invent data; verify field names against the vendor's current report format.

POLICY (identical to dark-web-alert-lifecycle, no vendor exception, no exception ever): never attempt to crack, decode, or look up leaked passwords or hashes on external sites or tools; never test a leaked credential by signing in; treat any exposed hash as a compromised password and rotate. Never include the exposed password/hash value in client-facing messages — identify by service and date.

1. Parse the Dark Web ID record anatomy: the monitored identity (email address under the client's watched domain), the compromise source (named breach, or generic labels like "ID theft forum" / "botnet" — botnet/infostealer sources are the hot ones), the date found vs the breach date (use the older, breach-origin date for aging; "date found" is when the feed saw it, not when it leaked — aging on the wrong field auto-closes fresh botnet finds), password visibility (visible plaintext, partially masked, hash, or blank), and any PII classes attached.

2. Run dark-web-alert-lifecycle on those fields: parseable origin date older than 90 days → stale-path closure with the documented note (source, date, data classes, rationale, prior-ticket reference from searching earlier tickets). No parseable date → no auto-close; treat as fresh or leave for a human. Stale-path closure requires a parseable origin date — no date, no auto-close.

3. Vendor-specific escalators on the fresh path:
   - Source labeled botnet/infostealer → the credential likely came off a currently- or recently-infected device, not an old third-party breach: in addition to rotation, the user's devices need an EDR/AV review (edr-detection-runbook on their device) before or alongside the reset — otherwise the stealer re-harvests the new password. When only "date found" exists and the source is botnet/infostealer, treat as fresh.
   - Visible plaintext password that matches the client's current password pattern or the user confirms is current → breached-credential-response immediately; any sign of use → compromised-account-containment.
   - Findings for departed employees → route to the client contact per the generic skill; flag still-active accounts.

4. Batch reports: work per-identity, not per-report — one report row per exposed identity gets its own verdict; do not close a whole report because most rows are stale. State result caps honestly if the report was truncated.

5. Document per the generic skill, in the internal note: verdict, age math, source class, data classes, what was sent to whom. Classify per soc-classification-tree. Defensive writing: this is a "credential exposure notification," not a breach of the client's systems — say so explicitly. (A client-facing notification can be prepared as a draft for review.)

Unattended (Flows) variant: inherits the dark-web-alert-lifecycle variant verbatim — the entire reply is the plain-text internal note; only stale-close and fresh-triage-note outcomes are autonomous; never send client email autonomously; botnet/infostealer source, missing date, or any parsing doubt → do nothing and leave for a human.
```


## Related topics

- [Dark Web Alert Lifecycle](/skill-library/security/dark-web-alert-lifecycle.md)
- [Security Alert Response](/skill-library/security/security-alert-response.md)
- [Kaseya BMS Workflow](/skill-library/psa-specific/kaseya-bms-workflow.md)
