Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bf721e9
Add Role and Capability entity
Jan 16, 2025
2ba0aa4
Add Group entity to the library
Jan 20, 2025
4533f79
Add capability test to Role object
Jan 22, 2025
c0281c6
Add User entity
Jan 22, 2025
62200af
Add membership tests for Group entity
Jan 22, 2025
3f8868b
Add capabilities test for Role entity
Jan 22, 2025
0c7fa48
Add tests for Settings entity
Jan 22, 2025
3defc31
Add Settings entity stub to fail tests
Jan 22, 2025
f88ebd9
Add Settings entity
Jan 24, 2025
ed445ca
Standardise admin entities to use kwargs approach
Jan 24, 2025
ebc0102
Remove unused import from entities test cases
Jan 24, 2025
a2b0d1b
Add cleanup code to CRUD tests
Jan 24, 2025
917459f
Update documentation for new administrative entities
Jan 24, 2025
d5f67b1
Remove harcoded first value when getting all indicators (#457)
jorgeacjitx Jan 17, 2025
1137009
[client] Reverse the marking definition ID generation arguments
SamuelHassine Jan 17, 2025
3682d60
[client] Release 6.4.8
Filigran-Automation Jan 17, 2025
d7c79c3
[client] Fix marking definition ID generation
SamuelHassine Jan 18, 2025
92167ff
[client] remove default confidence value of 15 for sightings (opencti…
JeremyCloarec Jan 27, 2025
0c2c466
[client] Hide Authorization header (opencti/9693)
SouadHadjiat Jan 27, 2025
5b472db
Allow customAttributes for listing capabilities
Jan 27, 2025
901bd7b
Remove ambiguous first parameter to capabilities query
Jan 27, 2025
fa1d099
Move test stubs for Settings to entities test file
Jan 27, 2025
7bf2aca
Correct minor issues around typing and args convention
Jan 27, 2025
7227004
Merge branch 'OpenCTI-Platform:master' into feature/admin
peritz Jan 27, 2025
1b90773
Sort imports using isort
Jan 27, 2025
901905e
Format files with black
Jan 27, 2025
0a77c8a
Update variable names for admin entities
Jan 31, 2025
3ed3a1e
Cleanup test entities only if they exist
Jan 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pycti/pycti.api.opencti_api_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
================================

.. automodule:: pycti.api.opencti_api_client
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.api.opencti_api_connector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===================================

.. automodule:: pycti.api.opencti_api_connector
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.api.opencti_api_job.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=============================

.. automodule:: pycti.api.opencti_api_job
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=============

.. automodule:: pycti.api
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.connector.opencti_connector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=====================================

.. automodule:: pycti.connector.opencti_connector
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.connector.opencti_connector_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
============================================

.. automodule:: pycti.connector.opencti_connector_helper
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.connector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===================

.. automodule:: pycti.connector
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_attack_pattern.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=========================================

.. automodule:: pycti.entities.opencti_attack_pattern
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_campaign.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===================================

.. automodule:: pycti.entities.opencti_campaign
:members:

.. contents::
:local:
Expand Down
11 changes: 11 additions & 0 deletions docs/pycti/pycti.entities.opencti_capability.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
====================================
``pycti.entities.opencti_capability``
====================================

.. automodule:: pycti.entities.opencti_capability
:members:

.. contents::
:local:

.. currentmodule:: pycti.entities.opencti_capability
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_course_of_action.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===========================================

.. automodule:: pycti.entities.opencti_course_of_action
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_external_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=============================================

.. automodule:: pycti.entities.opencti_external_reference
:members:

.. contents::
:local:
Expand Down
11 changes: 11 additions & 0 deletions docs/pycti/pycti.entities.opencti_group.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
====================================
``pycti.entities.opencti_group``
====================================

.. automodule:: pycti.entities.opencti_group
:members:

.. contents::
:local:

.. currentmodule:: pycti.entities.opencti_group
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_identity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===================================

.. automodule:: pycti.entities.opencti_identity
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_incident.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===================================

.. automodule:: pycti.entities.opencti_incident
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_indicator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
====================================

.. automodule:: pycti.entities.opencti_indicator
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_intrusion_set.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
========================================

.. automodule:: pycti.entities.opencti_intrusion_set
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_kill_chain_phase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===========================================

.. automodule:: pycti.entities.opencti_kill_chain_phase
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_malware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
==================================

.. automodule:: pycti.entities.opencti_malware
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_marking_definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=============================================

.. automodule:: pycti.entities.opencti_marking_definition
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===============================

.. automodule:: pycti.entities.opencti_note
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_opinion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
==================================

.. automodule:: pycti.entities.opencti_opinion
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_report.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=================================

.. automodule:: pycti.entities.opencti_report
:members:

.. contents::
:local:
Expand Down
11 changes: 11 additions & 0 deletions docs/pycti/pycti.entities.opencti_role.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
====================================
``pycti.entities.opencti_role``
====================================

.. automodule:: pycti.entities.opencti_role
:members:

.. contents::
:local:

.. currentmodule:: pycti.entities.opencti_role
11 changes: 11 additions & 0 deletions docs/pycti/pycti.entities.opencti_settings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
====================================
``pycti.entities.opencti_settings``
====================================

.. automodule:: pycti.entities.opencti_settings
:members:

.. contents::
:local:

.. currentmodule:: pycti.entities.opencti_settings
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_stix_domain_entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=============================================

.. automodule:: pycti.entities.opencti_stix_domain_object
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_stix_entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
======================================

.. automodule:: pycti.entities.opencti_stix_entity
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_stix_observable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
==========================================

.. automodule:: pycti.entities.opencti_stix_observable
:members:

.. contents::
:local:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===================================================

.. automodule:: pycti.entities.opencti_stix_observable_relationship
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_stix_relation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
========================================

.. automodule:: pycti.entities.opencti_stix_relation
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_stix_sighting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
========================================

.. automodule:: pycti.entities.opencti_stix_sighting
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_tag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
==============================

.. automodule:: pycti.entities.opencti_tag
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_threat_actor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=======================================

.. automodule:: pycti.entities.opencti_threat_actor
:members:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
===============================

.. automodule:: pycti.entities.opencti_tool
:members:

.. contents::
:local:
Expand Down
11 changes: 11 additions & 0 deletions docs/pycti/pycti.entities.opencti_user.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
====================================
``pycti.entities.opencti_user``
====================================

.. automodule:: pycti.entities.opencti_user
:members:

.. contents::
:local:

.. currentmodule:: pycti.entities.opencti_user
1 change: 1 addition & 0 deletions docs/pycti/pycti.entities.opencti_vulnerability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
========================================

.. automodule:: pycti.entities.opencti_vulnerability
:members:

.. contents::
:local:
Expand Down
6 changes: 6 additions & 0 deletions docs/pycti/pycti.entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
==================

.. automodule:: pycti.entities
:members:

.. contents::
:local:
Expand Down Expand Up @@ -37,5 +38,10 @@ Submodules
pycti.entities.opencti_threat_actor
pycti.entities.opencti_tool
pycti.entities.opencti_vulnerability
pycti.entities.opencti_capability
pycti.entities.opencti_role
pycti.entities.opencti_group
pycti.entities.opencti_user
pycti.entities.opencti_settings

.. currentmodule:: pycti.entities
Loading