LoFP LoFP / all kind of software downloads

Techniques

Sample rules

Download From Suspicious TLD - Whitelist

Description

Detects executable downloads from suspicious remote systems

Detection logic

condition: selection and not filter
filter:
  cs-host|endswith:
  - .com
  - .org
  - .net
  - .edu
  - .gov
  - .uk
  - .ca
  - .de
  - .jp
  - .fr
  - .au
  - .us
  - .ch
  - .it
  - .nl
  - .se
  - .no
  - .es
selection:
  c-uri-extension:
  - exe
  - vbs
  - bat
  - rar
  - ps1
  - doc
  - docm
  - xls
  - xlsm
  - pptm
  - rtf
  - hta
  - dll
  - ws
  - wsf
  - sct
  - zip