Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

Detector monitors news feeds

Functionality

  • Track news from different feeds
  • Condition to filter Alerts score.
  • Type of news:
    • rss
    • reddit
  • Feeds URI
  • Multiple URIs can be specified with comma separation. If type is not specified, feed can be prefixed with type (rss://, reddit://)
  • Content Processor (currently regexp filter)
  • Max number of entries per Feed
  • Track Errors
  • Multiple tags can be specified comma-separated (e.g. sanctions, exploit)
  • Negative condition can be specified by prefixing tag with exclamation mark (e.g. ! sanctions)
Tags
  • cybercrime - OFAC or other cybercrime activity
  • sanctions - OFAC or other sanctioned entities
  • sanctions_exposure - Indirect exposure to sanctioned entities
  • suspicious - Suspicious activity
  • exploit - Activity in Exploit case

Configuration

DetectorNews Configuration
  • Cron (cron, default: 10 min): Cron Interval
  • Description (desc, default: New post: {title}{err}): Description Template
  • Feeds (feeds, default: https://cointelegraph.com/rss): Feeds URI
  • Feed type (type, default: rss): Feed Type
  • Max (max, default: 10): Max news
  • Score condition (score, default: “): Score
  • Scripts (script, default: []): Scripts to execute
  • Track Errors (track_err, default: True): Track Errors as Alerts
  • Track Error (always) (err_always, default: True): Always Alert on Error
  • Severity (severity, default: -1): Severity

Tags