Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FalconCrowstrikeCustomIOC Responder v2 #1188

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nicoctn
Copy link

@nicoctn nicoctn commented May 23, 2023

Hello,

As the Swagger API create_ioc & IOCs endpoint are now deprecated (issue #904), the previous Falcon responser does not work anymore. But I’ve been able to rebuilt it (based on ag-michael previous work) using the new IOC.indicator_create() method from falconpy instead. Here are some modifications I’ve added to this responder:

Choice of the severity level when IOCs are ingested by Falcon CustomIOC:

  • informational
  • low
  • medium
  • high (default)
  • critical

Choice of how the IOCs are ingested by Falcon CustomIOC:

  • no_action: Save the indicator for future use, but take no action. No severity required.
  • detect: Enable detections for the indicator at the selected severity.

Choice of the tag added to TheHive (Default: « Falcon:Custom IOC Uploaded »)

Choice of the tag added to Falcon (Default: « Cortex Incident - FalconCustomIOC »)

Choice of the expiration date by IOC types (in days) - 30 days by default:

  • Domains (including subdomains & FQDN)
  • IP addresses (including ipv4 & ipv6)
  • Hashes (sha256 & md5 - sha1 not supported)

@jeromeleonard jeromeleonard self-assigned this Jan 19, 2024
@jeromeleonard jeromeleonard added this to the 3.3.5 milestone Jan 19, 2024
@jeromeleonard jeromeleonard modified the milestones: 3.3.5, 3.3.6, 3.3.7 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants