Skip to main content

Check Point EM Premium Feed

This Integration is part of the Cyberint Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.9.0 and later.

Use the Cyberint Premium Feed integration to get IOC indicators from the premium feed. This integration was integrated and tested with version xx of Cyberint Premium Feed.

Configure Check Point EM Premium Feed in Cortex#

ParameterDescriptionRequired
Cyberint API URLCyberint API URL on which the services run (i.e https://your-company.cyberint.io\)True
Company NameCompany (client) name associated with Cyberint instance.True
API access tokenTrue
Trust any certificate (not secure)False
Use system proxy settingsFalse
Fetch indicatorsFalse
Indicator ReputationIndicators from this integration instance will be marked with this reputationFalse
Source ReliabilityReliability of the source providing the intelligence dataTrue
Traffic Light Protocol ColorThe Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feedFalse
Indicator TypeWhich indicator types to fetchTrue
ActivityFilter by activity classificationFalse
Confidence MinMinimum confidence score (0-100) to fetch indicators from.False
Confidence MaxMaximum confidence score (0-100) to fetch indicators from.False
Severity MinMinimum severity level (1-5) to fetch indicators from.False
Severity MaxMaximum severity level (1-5) to fetch indicators from.False
MaliciousFilter by malicious classification.False
First Fetch TimeHow far back to fetch indicators on the first run. Subsequent runs fetch only new indicators since the last successful fetch. Supports relative expressions like "3 days", "7 days", "24 hours".False
False
False
Feed Fetch IntervalFalse
TagsSupports CSV values.False
Bypass exclusion listWhen 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

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.

cyberint-premium-get-indicators#


Gets indicators from the premium feed.

Base Command#

cyberint-premium-get-indicators

Input#

Argument NameDescriptionRequired
limitThe maximum number of results to return. The default value is 50. Default is 50.Optional
offsetSpecifies the starting position from which data retrieval should begin. Default is 0.Optional
indicator_typeFilter by indicator type. Supports comma-separated values. Possible values are: ipv4, domain, url, sha256, sha1, md5.Optional
activityFilter by activity classification. Supports comma-separated values.Optional
confidence_minMinimum confidence score (0-100).Optional
severity_minMinimum severity level (1-5).Optional
maliciousFilter by malicious classification. Possible values are: yes, no, inconclusive.Optional
added_to_feed_afterFilter indicators added to the feed after this date-time (ISO 8601).Optional
added_to_feed_beforeFilter indicators added to the feed before this date-time (ISO 8601).Optional
sort_fieldField to sort by. Possible values are: confidence, severity, first_seen, last_seen, added_to_feed. Default is last_seen.Optional
sort_directionSort direction. Possible values are: asc, desc. Default is desc.Optional

Context Output#

PathTypeDescription
CyberintPremium.Indicator.indicator_typeStringThe indicator type.
CyberintPremium.Indicator.indicator_valueStringThe indicator value.
CyberintPremium.Indicator.activityStringActivity classification.
CyberintPremium.Indicator.confidenceNumberConfidence score (0-100).
CyberintPremium.Indicator.severityNumberSeverity level (1-5).
CyberintPremium.Indicator.maliciousStringMalicious classification (yes/no/inconclusive).
CyberintPremium.Indicator.kill_chain_stageStringKill chain stage.
CyberintPremium.Indicator.first_seenDateFirst seen date-time. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Indicator.last_seenDateLast seen date-time. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Indicator.added_to_feedDateDate-time when added to the feed. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Indicator.valid_untilDateValid until date-time. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Indicator.is_blockingBooleanWhether the indicator is blocking.
CyberintPremium.Indicator.is_uniqueBooleanWhether the indicator is unique.
CyberintPremium.Indicator.malware_typesUnknownList of malware types.
CyberintPremium.Indicator.has_cveBooleanWhether the indicator has associated CVEs.
CyberintPremium.Indicator.has_campaignBooleanWhether the indicator has an associated campaign.

cyberint-premium-enrich#


Enriches a single IOC indicator with reputation, threat intelligence, and type-specific enrichment data.

Base Command#

cyberint-premium-enrich

Input#

Argument NameDescriptionRequired
typeThe IOC type. Possible values are: ipv4, domain, url, sha256, sha1, md5.Required
valueThe indicator value (e.g. IP address, domain name, URL, or file hash).Required

Context Output#

PathTypeDescription
CyberintPremium.Enrichment.indicator_typeStringThe indicator type.
CyberintPremium.Enrichment.indicator_valueStringThe indicator value.
CyberintPremium.Enrichment.activityStringActivity classification.
CyberintPremium.Enrichment.confidenceNumberConfidence score (0-100).
CyberintPremium.Enrichment.severityNumberSeverity level (0-5).
CyberintPremium.Enrichment.maliciousStringMalicious classification (yes/no/inconclusive).
CyberintPremium.Enrichment.kill_chain_stageStringKill chain stage.
CyberintPremium.Enrichment.first_seenDateFirst seen date-time. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Enrichment.last_seenDateLast seen date-time. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Enrichment.valid_untilDateValid until date-time. ISO8601 format: 2020-01-01T00:11:22Z.
CyberintPremium.Enrichment.malware_typesUnknownList of malware types.
CyberintPremium.Enrichment.malware_familyStringMalware family name.
CyberintPremium.Enrichment.origin_countriesUnknownOrigin countries.
CyberintPremium.Enrichment.targeted_countriesUnknownTargeted countries.
CyberintPremium.Enrichment.targeted_sectorsUnknownTargeted sectors.
CyberintPremium.Enrichment.targeted_brandsUnknownTargeted brands.
CyberintPremium.Enrichment.threat_actorsUnknownAssociated threat actors.
CyberintPremium.Enrichment.campaignsUnknownAssociated campaigns.
CyberintPremium.Enrichment.cvesUnknownAssociated CVEs.
CyberintPremium.Enrichment.ttpsUnknownAssociated TTPs with MITRE IDs.
CyberintPremium.Enrichment.tagsUnknownTags.
CyberintPremium.Enrichment.enrichmentUnknownType-specific enrichment data (geo, whois, file info, etc.).