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

Commit eeee103

Browse files
committed
[client] fix ingestion (#10905)
1 parent 03ffb5a commit eeee103

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pycti/utils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class StixCyberObservableTypes(Enum):
4646
MEDIA_CONTENT = "Media-Content"
4747
SIMPLE_OBSERVABLE = "Simple-Observable"
4848
PERSONA = "Persona"
49+
SSH_KEY = "SSH-Key"
4950

5051
@classmethod
5152
def has_value(cls, value: str) -> bool:

pycti/utils/opencti_stix2_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"media-content": "Media-Content",
103103
"simple-observable": "Simple-Observable",
104104
"persona": "Persona",
105+
"ssh-key": "SSH-Key"
105106
}
106107

107108
STIX_OBJECTS = (

0 commit comments

Comments
 (0)