You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an ImportFileYARA connector that will ingests YARA rules into OpenCTI, converting them into Indicators.
The connector should operate in two modes (connector configuration option: SPLIT_RULES):
single Indicator Mode (SPLIT_RULES: False): Combines all YARA rules into one Indicator
split Indicator Mode (SPLIT_RULES: True): Creates Indicators for each YARA rule in the file
The text was updated successfully, but these errors were encountered:
Provide an ImportFileYARA connector that will ingests YARA rules into OpenCTI, converting them into Indicators.
The connector should operate in two modes (connector configuration option: SPLIT_RULES):
The text was updated successfully, but these errors were encountered: