v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Auto Yara

Create an Auto YARA job

Generate YARA detection rules by analyzing common byte patterns across malware samples.

post/v1/auto-yara/jobs

Request body

hashesstring[] required

A list of up to 100 SHA-256 hash values used to identify common hexadecimal patterns for YARA rules.

namestring required

The name of the Auto YARA job.

querystring

The query that was used to find the initial hashes.

Example request

{
  "hashes": [
    "1d2f14c8497b8cd9d78498827fac151d00d2359320607c5cd748df0ef50e4c73",
    "f3f196b264ce23a490f1b8c20176e01027fc735210c13c30e442b2d41a4e5b57"
  ],
  "name": "Example Job",
  "query": "sample.tags == \"family:redline\""
}

Response

Successful Response

job_idstring required