PyMISP/pymisp
iglocska 671c9fabf5
new: [support for signing] added
- added new class CryptographicKeys
- added functions to to_feed calls to include crypto keys
- added protected boolean field to misp event

- updated feed generator to support signing
  - if the new setting is set to True signing will be attempted for protected events
  - protected events are now passed to the /cryptographic_keys/serverSign endpoint of misp for signing
  - signatures are included as a .asc file in the output directory

- TODO:
  - currently the JSON dumping is moved from a streamed dumping to an in memory dump before saving to disk
  - add a check for protected events and revert to streamed dumping for non protected events
  - alternatively use the already saved files to request signing from MISP
2024-12-08 18:48:07 +01:00
..
data chg: Bump version, deps, templates. 2024-11-13 23:43:11 +01:00
tools chg: remove fonts from submodules, on-demand download if needed 2024-11-11 12:32:39 +01:00
__init__.py new: [analyst-data] Added initial support of analyst data concept and functions - WiP 2024-04-23 09:24:44 +02:00
abstract.py chg: use from_dict in the mixin to initialize the objects 2024-05-06 12:19:04 +02:00
api.py fix: Avoid exception on dev releases 2024-11-15 12:37:24 +01:00
exceptions.py feat: Adds methods to get attribute by id/uuid 2024-06-25 06:38:13 +10:00
mispevent.py new: [support for signing] added 2024-12-08 18:48:07 +01:00
py.typed chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00