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

Commit 2815a47

Browse files
committed
[client] Fix export of STIX objects
1 parent d9b19ea commit 2815a47

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

pycti/entities/opencti_stix_core_object.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@ def __init__(self, opencti, file):
326326
... on MalwareAnalysis {
327327
product
328328
version
329-
hostVm
330-
operatingSystem
331-
installedSoftware
332329
configuration_version
333330
modules
334331
analysis_engine_version
@@ -338,8 +335,6 @@ def __init__(self, opencti, file):
338335
analysis_ended
339336
result_name
340337
result
341-
analysisSco
342-
sample
343338
}
344339
... on ThreatActor {
345340
name

pycti/entities/opencti_stix_domain_object.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,19 @@ def __init__(self, opencti, file):
411411
}
412412
}
413413
}
414+
... on MalwareAnalysis {
415+
product
416+
version
417+
configuration_version
418+
modules
419+
analysis_engine_version
420+
analysis_definition_version
421+
submitted
422+
analysis_started
423+
analysis_ended
424+
result_name
425+
result
426+
}
414427
... on ThreatActor {
415428
name
416429
description

0 commit comments

Comments
 (0)