Skip to content

When to use Pompelmi + YARA

Start with the built-in upload gate. Add YARA when your threat model needs pattern matching beyond the default heuristics.

  • You have environment-specific indicators of compromise.
  • You need to flag organization-specific file patterns.
  • You want to add signatures for known bad samples in a private workflow.
  • You want deeper scanning in CI/CD or review pipelines without moving files to a cloud API.
  • Public web uploads where the main risks are spoofed file types, archive abuse, risky PDF actions, and basic document heuristics.
  • Early product stages where you want low operational overhead.