Secneurx Threat Feeds

SecneurX provides real-time threat intelligence that protects companies against the latest cyber threats, including APTs, phishing, malware, ransomware, data exfiltration, and brand infringement. Security teams rely on our dependable and rich data to expand their threat landscape visibility, resulting in improved detection rates and response times.

Data Enrichment & Threat Intelligence · Secneurx Threat Feeds · Feed

Details

IDSecneurx Threat Feeds
ProviderSecneurX
CategoryData Enrichment & Threat Intelligence
From Version6.2.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

SecneurX provides real-time threat intelligence that protects companies against the latest cyber threats, including APTs, phishing, malware, ransomware, data exfiltration, and brand infringement. Security teams rely on our dependable and rich data to expand their threat landscape visibility, resulting in improved detection rates and response times.
This integration was integrated and tested with version 1.0.0 of SecneurX Threat Feeds

Configure SecneurX Threat Feeds in Cortex

Parameter Description Required
Feed URL Input the url of SecneurX Threat Intelligence Feeds. True
API Key Input the API key for fetching feed from the source. True
Fetch indicators Select this option if you want this integration instance to fetch indicators from the SecneurX Threat Intelligence feed. False
Indicator Reputation Indicators from this integration instance will be marked with this reputation False
Tags Supports CSV values. False
Source Reliability Reliability of the source providing the intelligence data True
Feed Fetch Interval How often do fetch indicators from this integration instance. You can specify the interval in days, hours, or minutes. True
Feed Expiration Policy   False
Traffic Light Protocol Color The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed False
First fetch First fetch query e.g., 12 hours, 7 days. SecurityScorecard provides a maximum of 7 days back. To ensure no alerts are missed, it’s recommended to use a value less than 2 days. False
Bypass exclusion list When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system. False
proxy Use system proxy settings False
insecure Trust any certificate (not secure) False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

snxfeeds-get-indicators


Retrieves a limited number of the indicators.

Base Command

snxfeeds-get-indicators

Input

Argument Name Description Required
limit The maximum number of indicators to return. The default is 10. Optional

Context Output

There is no context output for this command.

Human Readable Output

Type Value Fields
Domain mak.logupdates.xyz firstseenbysource: 2022-06-13T10:37:23Z, indicatoridentification: indicator–c0f9425f-a3e9-4fcf-85c5-58e809f4e763, verdict: Malicious, tags: apt , Donot APT, modified: 2022-06-13T10:37:23Z, reportedby: SecneurX Threat Feeds

Notes

Be aware, due to API limitations, fetch-indicators fetches only a limited number of indicators for each interval.
Fetching all the indicators can take up to 24 hours.

Configuration parameters

  • url — Feed URL (required)
  • apikey — API Key (required)
  • feed — Fetch indicators
  • feedReputation — Indicator Reputation
  • feedTags — Tags
  • feedReliability — Source Reliability (required)
  • feedFetchInterval — Feed Fetch Interval
  • feedExpirationPolicy
  • tlp_color — Traffic Light Protocol Color
  • first_fetch — First fetch
  • feedExpirationInterval
  • feedBypassExclusionList — Bypass exclusion list
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • snxfeeds-get-indicators

    Retrieves a limited number of the indicators.

category: Data Enrichment & Threat Intelligence
provider: SecneurX
commonfields:
  id: Secneurx Threat Feeds
  version: -1
configuration:
- display: Feed URL
  name: url
  required: true
  additionalinfo: Input the url of SecneurX Threat Intelligence Feeds.
  type: 0
- display: API Key
  name: apikey
  required: true
  additionalinfo: Input the API key for fetching feed from the source.
  type: 4
- display: Fetch indicators
  name: feed
  type: 8
  defaultvalue: 'true'
  required: false
- additionalinfo: Indicators from this integration instance will be marked with this reputation
  display: Indicator Reputation
  name: feedReputation
  options:
  - None
  - Good
  - Suspicious
  - Bad
  type: 18
  required: false
- additionalinfo: Supports CSV values.
  display: Tags
  name: feedTags
  type: 0
  required: false
- name: feedReliability
  display: Source Reliability
  type: 15
  required: true
  options:
  - A - Completely reliable
  - B - Usually reliable
  - C - Fairly reliable
  - D - Not usually reliable
  - E - Unreliable
  - F - Reliability cannot be judged
  additionalinfo: Reliability of the source providing the intelligence data
- defaultvalue: "1440"
  display: Feed Fetch Interval
  name: feedFetchInterval
  type: 19
  required: false
- name: feedExpirationPolicy
  display: ''
  type: 17
  options:
  - never
  - interval
  - indicatorType
  - suddenDeath
  required: false
- additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed
  display: Traffic Light Protocol Color
  name: tlp_color
  options:
  - RED
  - AMBER
  - GREEN
  - WHITE
  type: 15
  required: false
- name: first_fetch
  additionalinfo: First fetch query e.g., 12 hours, 7 days. SecurityScorecard provides a maximum of 7 days back. To ensure no alerts are missed, it's recommended to use a value less than 2 days.
  display: First fetch
  defaultvalue: 2 days
  type: 0
  required: false
- name: feedExpirationInterval
  display: ''
  type: 1
  required: false
- name: feedBypassExclusionList
  display: Bypass exclusion list
  type: 8
  additionalinfo: When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system.
  required: false
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: SecneurX provides real-time threat intelligence that protects companies against the latest cyber threats, including APTs, phishing, malware, ransomware, data exfiltration, and brand infringement. Security teams rely on our dependable and rich data to expand their threat landscape visibility, resulting in improved detection rates and response times.
display: SecneurX Threat Feeds
name: Secneurx Threat Feeds
script:
  commands:
  - arguments:
    - defaultValue: '10'
      description: The maximum number of indicators to return. The default is 10.
      name: limit
    description: Retrieves a limited number of the indicators.
    name: snxfeeds-get-indicators
  feed: true
  runonce: false
  script: '-'
  subtype: python3
  type: python
  dockerimage: demisto/python3:3.12.13.10116658
fromversion: 6.2.0
tests:
- No tests (auto formatted)