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

# Search and explore threats

> Using the web UI to search for threats and research emerging threats.

The [OpenSourceMalware homepage](https://opensourcemalware.com) at displays the live threat feed, with the most recently submitted threats at the top. You can search and filter this feed to find specific threats or narrow the results to what's relevant to your environment.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/image-2.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=333dbe7e12528269a99949ec54c2eeb0" alt="Image" width="924" height="1105" data-path="images/image-2.png" />
</Frame>

## Filters

Four filters are available, and they can be combined.

**Type** narrows results to a specific asset category. Options are: Packages, Repositories, URLs, Domains, IP Addresses, Crypto Wallets, and Container Images.

**Ecosystem** appears when Packages is selected as the type. Options are: npm, PyPI, Maven, NuGet, RubyGems, Packagist, Crates.io, Go Modules, Open VSX, VS Code Marketplace, and AI Skills.

**Status** filters by verification state. Options are: Verified, Pending, False Positive, and Resolved.

**Sort** controls the order of results. Options are: Newest, Oldest, Most Downloaded, and Most IOCs. Most Downloaded is a useful signal for assessing the potential blast radius of a threat as higher download counts indicate a more widely-used asset.

## Search

The search field accepts an asset name or a tag.

* **Name search:** The name must be exact to return results. If you are unsure of the full name, use `*` as a wildcard. For example, `eslint*` will match any asset name beginning with "eslint".
* **Tag search:** Prefix your search term with `#` to search by tag. For example, `#contagious-interview` returns all threats tagged with that campaign.

Search and filters work together. You can run a keyword search while filters are active to narrow results further.

## Threat Records

Each threat has its own webpage that can be accessed by clicking **View Details** from the search results on the homepage, or by navigating directly to its URL (for example, [https://opensourcemalware.com/pypi/lightning](https://opensourcemalware.com/pypi/lightning)).

The record's UUID appears at the top and can be used to query the threat directly via the API. Also included at the top of the record are the asset name, type, weekly and total download counts (for packages), stars/forks (for repos), severity, and verification status. It also tells you who reported it and when it was added to the database.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/overview-1.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=b1a01f12eedbf6a47874ed5c84db84bf" alt="Overview 1" width="953" height="153" data-path="images/overview-1.png" />
</Frame>

### Threat description

A plain-language summary of what the threat does and why it was flagged.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/threat-description.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=c8fd26c93d1a1a4ad78222f695447664" alt="Threat Description" width="953" height="155" data-path="images/threat-description.png" />
</Frame>

### Payload details

A technical breakdown of the malicious behavior from the reporter. May include file names, execution chains, capabilities, and IOCs. **You must be signed in to view payload details.**

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/payload-details.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=f07a1b4e4696895f73b162dac89626d6" alt="Payload Details" width="953" height="412" data-path="images/payload-details.png" />
</Frame>

### Package details and timeline

The affected version or version range, the date the threat was reported, and the date it was verified.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/package-details-timeline.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=48266d78b98753f2960f0912740f26bc" alt="Package Details Timeline" width="953" height="167" data-path="images/package-details-timeline.png" />
</Frame>

### Threat actor information

<Note>
  Subscription Required: This feature available to Researcher Pro and Enterprise users.
</Note>

The registry username associated with the malicious resource and a count of other malicious packages attributed to the same user. To query this programmatically, use the [query-by-username](/api/query-username) endpoint.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/threat-actor.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=9365c93fcaa6349045b557615eda412f" alt="Threat Actor" width="953" height="145" data-path="images/threat-actor.png" />
</Frame>

### Evidence and references

Link to external resources about the malware, and tags related to the type of attack, threat actor, ecosystem, and/or campaign.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/evidence-references.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=8f3cc7d702537997959764f29e776267" alt="Evidence References" width="953" height="324" data-path="images/evidence-references.png" />
</Frame>

### Threat graph visualization

<Note>
  Subscription Required: This feature is available to Researcher Pro and Enterprise users.
</Note>

An interactive graph showing relationships between the threat and other resources in the  database that share IOCs. The graph displays connected nodes across ecosystems and IOC types, and shows how many other threats are linked via shared infrastructure.

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/image-8.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=5f9aca419a8241a4a1cd2f089116dfd0" alt="threat-graph" width="1003" height="590" data-path="images/image-8.png" />
</Frame>

### Indicators of Compromise

<Note>
  Subscription Required: This feature is available to Researcher Pro and Enterprise users.
</Note>

A structured list of IOCs extracted from the threat, including URLs, file hashes, IP addresses, domains, and other indicators. Each IOC shows its type, value, severity, and how it was sourced (for example, auto-extracted from payload description).

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/overview.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=0cfb49a236230a080059ba593ff0c235" alt="Overview" width="953" height="153" data-path="images/overview.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/opensourcemalware/EvlidmjLpuT5sCp7/images/image-9.png?fit=max&auto=format&n=EvlidmjLpuT5sCp7&q=85&s=1d36aed703bf8a8f3a9bb71e171ae7a2" alt="IOC" width="1008" height="684" data-path="images/image-9.png" />
</Frame>
