Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit d88f731

Browse files
[client] add new connector type
1 parent f896ce5 commit d88f731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/connector/opencti_connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ConnectorType(Enum):
1313
"INTERNAL_IMPORT_FILE" # From OpenCTI file system to OpenCTI stix2
1414
)
1515
INTERNAL_ENRICHMENT = "INTERNAL_ENRICHMENT" # From OpenCTI stix2 to OpenCTI stix2
16+
INTERNAL_ANALYSIS = "INTERNAL_ANALYSIS" # From OpenCTI file system or OpenCTI stix2 to OpenCTI file system
1617
INTERNAL_EXPORT_FILE = (
1718
"INTERNAL_EXPORT_FILE" # From OpenCTI stix2 to OpenCTI file system
1819
)

0 commit comments

Comments
 (0)