Skip to content
This repository has been archived by the owner on Sep 1, 2018. It is now read-only.

regexp link type

guiweber edited this page Jun 16, 2016 · 1 revision

The regexp-link type extracts a link from the data using only a regexp filter. If multiple results are found, the one with the highest version number is kept.

"x86":{
  "rule_type": "regexp-link",
  "filter": "http.*windows/myapp-.*-x86\\.msi"
}
Clone this wiki locally