LoFP LoFP / legitimate use of the api with a tool that the author wasn't aware of

Techniques

Sample rules

Suspicious Dropbox API Usage

Description

Detects an executable that isn’t dropbox but communicates with the Dropbox API

Detection logic

condition: selection and not filter
filter:
  Image|contains: \Dropbox
selection:
  DestinationHostname|endswith:
  - api.dropboxapi.com
  - content.dropboxapi.com
  Initiated: 'true'