Cyjax Feed
The feed allows customers to pull indicators of compromise from cyber incidents (IP addresses, URLs, domains, CVE and file hashes).
Data Enrichment & Threat Intelligence · Cyjax Feed · Feed
Details
| ID | Cyjax Feed |
|---|---|
| Provider | CYJAX |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/cyjax:1.0.0.10133006 |
| Supported Modules | Agentix XSIAM |
README
The feed allows customers to pull indicators of compromise from cyber incidents (IP addresses, URLs, domains, CVEs, and file hashes).
CYJAX API token
- Log in to CYJAX threat intelligence portal.
- On the top navigation bar, hover the cursor over your user icon and go to Profile Settings.
- Open the API tokens tab.
- Generate a new token and enable the Indicators API scope.
- Record the API token, as it will not be accessible after the window is closed.
Feed installation
- Navigate to Settings > Integrations > Servers & Services.
- Search for Cyjax Feed.
- Click Add instance to create and configure a new integration instance.
Configuration
- Enter feed name, e.g.,
CYJAX Feed. - API URL:
https://api.cymon.co/v2. - Enter CYJAX API token.
- Set proxy if required by your installation.
- Indicator reputation (the reputation assigned to the indicators fetched from this feed; the default is Suspicious).
- Source reliability: A - Completely reliable.
- Traffic Light Protocol Color - The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed.
- Use CYJAX feed TLP (selected by default) - Whether to use the TLP set by CYJAX. This will override the TLP set above.
- Set feed tags (optional, comma-delimited, e.g., MyTag, YourTag).
- Set Indicator Expiration Method (default is never).
- Set fetch interval (default is to fetch every 1 hour).
- First fetch time. The time interval for the first fetch (retroactive). The default is 3 days.
- Test connection.
- Click done to save.
Commands
You can execute these commands from the Cortex XSOAR CLI, as part of automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
!cyjax-get-indicators
Get indicators from the CYJAX API.
| Argument | Description | Required |
|---|---|---|
| since | The start date time in ISO 8601 format | Optional |
| until | The end date time in ISO 8601 format | Optional |
| type | The indicator type. If not specified all indicators are returned. Allowed values are IPv4, IPv6, Domain, Hostname, Email, FileHash-SHA1, FileHash-SHA256, FileHash-MD5, FileHash-SSDEEP | Optional |
| source_type | The indicator source type. Allowed values are incident-report, my-report | Optional |
| source_id | The indicator source ID | Optional |
| limit | The maximum number of indicators to get. The default value is 50. | Optional |
Example: !cyjax-get-indicators since=2020-10-23T00:00:00 type=IPv4
!cyjax-indicator-sighting
Get the CYJAX sighting of an indicator.
| Argument | Description | Required |
|---|---|---|
| value | The indicator value | Required |
Example: !cyjax-indicator-sighting value=176.117.5.126
!cyjax-unset-indicators-last-fetch-date
Unset the indicators feed last fetch date. Should only be used if a user needs to use the re-fetch button
and wants to fetch old indicators from CYJAX. The next feed will use the date set in first_fetch (default is the last 3 days).
Configuration parameters
url— Cyjax API URL (required)apikey— API Key (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settingsfeed— Fetch indicatorsfeedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol Coloruse_cyjax_tlp— Use Cyjax feed TLPfeedTags— TagsfeedExpirationPolicy—feedExpirationInterval—feedIncremental— Incremental FeedfeedBypassExclusionList— Bypass exclusion listfeedFetchInterval— Feed Fetch Intervalfirst_fetch— First fetch time (required)
Commands (3)
-
cyjax-get-indicatorsGet indicators.
-
cyjax-indicator-sightingGet sighting of a indicator.
-
cyjax-unset-indicators-last-fetch-dateUnset the indicators feed last fetch date. Should only be used if user needs to use `re-fetch` button and wants to fetch old indicators from CYJAX. Next feed will use date set in first_fetch (default is last 3 days).