pymisp 2.5.2.dev1__tar.gz → 2.5.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pymisp might be problematic. Click here for more details.

Files changed (613) hide show
  1. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/CHANGELOG.txt +385 -768
  2. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/PKG-INFO +3 -3
  3. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator/generate.py +29 -5
  4. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator/settings.default.py +3 -0
  5. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/api.py +10 -2
  6. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/opentide/definition.json +24 -7
  7. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/mispevent.py +36 -2
  8. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pyproject.toml +5 -5
  9. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/testlive_comprehensive.py +1 -0
  10. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/LICENSE +0 -0
  11. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/README.md +0 -0
  12. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/Makefile +0 -0
  13. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/PDF-export/ExportPDF.png +0 -0
  14. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/PDF-export/Internationalization_parameters.png +0 -0
  15. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/PDF-export/Internationalization_path.png +0 -0
  16. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/PDF-export/Parameters.png +0 -0
  17. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/PDF-export/README.MD +0 -0
  18. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/source/conf.py +0 -0
  19. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/source/index.rst +0 -0
  20. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/source/modules.rst +0 -0
  21. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/source/tools.rst +0 -0
  22. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/FullOverview.ipynb +0 -0
  23. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/Search-FullOverview.ipynb +0 -0
  24. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/a.7-rest-api-extensive-restsearch.ipynb +0 -0
  25. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/install_notebook.sh +0 -0
  26. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/old/PyMISP_tutorial.ipynb +0 -0
  27. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/old/Search.ipynb +0 -0
  28. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/docs/tutorial/old/Usage-NG.ipynb +0 -0
  29. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/__init__.py +0 -0
  30. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_attributes_from_csv.py +0 -0
  31. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_email_object.py +0 -0
  32. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_fail2ban_object.py +0 -0
  33. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_feed.py +0 -0
  34. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_file_object.py +0 -0
  35. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_filetype_object_from_csv.py +0 -0
  36. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_generic_object.py +0 -0
  37. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_github_user.py +0 -0
  38. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_gitlab_user.py +0 -0
  39. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_named_attribute.py +0 -0
  40. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_organisations.py +0 -0
  41. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_ssh_authorized_keys.py +0 -0
  42. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_user.py +0 -0
  43. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/add_vehicle_object.py +0 -0
  44. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/addtag2.py +0 -0
  45. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/admin/setup_sync.py +0 -0
  46. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/asciidoc_generator.py +0 -0
  47. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/cache_all.py +0 -0
  48. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/climate/scrippsco2.py +0 -0
  49. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/copyTagsFromAttributesToEvent.py +0 -0
  50. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/copy_list.py +0 -0
  51. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/covid19/import_csse_covid19_daily.py +0 -0
  52. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/covid19/import_dxy_covid19_live.py +0 -0
  53. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/create_events.py +0 -0
  54. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/cytomic_orion.py +0 -0
  55. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/del.py +0 -0
  56. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/delete_user.py +0 -0
  57. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/edit_organisation.py +0 -0
  58. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/edit_user.py +0 -0
  59. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/events/README.md +0 -0
  60. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/events/create_dummy_event.py +0 -0
  61. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/events/create_massive_dummy_events.py +0 -0
  62. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/events/dummy +0 -0
  63. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/events/tools.py +0 -0
  64. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/falsepositive_disabletoids.py +0 -0
  65. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator/README.md +0 -0
  66. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator/output/empty +0 -0
  67. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/MISPItemToRedis.py +0 -0
  68. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/ObjectConstructor/CowrieMISPObject.py +0 -0
  69. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/README.md +0 -0
  70. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/fromredis.py +0 -0
  71. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/generator.py +0 -0
  72. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/install.sh +0 -0
  73. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/server.py +0 -0
  74. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/feed-generator-from-redis/settings.default.py +0 -0
  75. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/fetch_events_feed.py +0 -0
  76. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/fetch_warninglist_hits.py +0 -0
  77. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/freetext.py +0 -0
  78. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/freetext.txt +0 -0
  79. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/generate_file_objects.py +0 -0
  80. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/generate_meta_feed.py +0 -0
  81. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/get.py +0 -0
  82. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/get_csv.py +0 -0
  83. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/get_network_activity.event_id +0 -0
  84. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/get_network_activity.py +0 -0
  85. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/graphdb/make_neo4j.py +0 -0
  86. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/ioc_2_misp/README.md +0 -0
  87. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/ioc_2_misp/ioc2misp.py +0 -0
  88. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/ioc_2_misp/keys.py.sample +0 -0
  89. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/ioc_2_misp/taxonomy.csv +0 -0
  90. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/keys.py.sample +0 -0
  91. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/last.py +0 -0
  92. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/load_csv.py +0 -0
  93. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/lookup.py +0 -0
  94. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/misp2cef.py +0 -0
  95. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/misp2clamav.py +0 -0
  96. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/openioc_to_misp.py +0 -0
  97. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/profiles/__init__.py +0 -0
  98. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/profiles/daily_report.py +0 -0
  99. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/profiles/weekly_report.py +0 -0
  100. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/proofpoint_tap.py +0 -0
  101. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/proofpoint_vap.py +0 -0
  102. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/search.py +0 -0
  103. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/search_attributes_yara.py +0 -0
  104. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/search_sighting.py +0 -0
  105. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/server_sync_check_conn.py +0 -0
  106. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/sharing_groups.py +0 -0
  107. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/show_sightings.py +0 -0
  108. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/sighting.json +0 -0
  109. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/README.md +0 -0
  110. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/__init__.py +0 -0
  111. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/attribute_treemap.py +0 -0
  112. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/bokeh_tools.py +0 -0
  113. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/date_tools.py +0 -0
  114. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/pygal_tools.py +0 -0
  115. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/style.css +0 -0
  116. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/style2.css +0 -0
  117. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/tag_scatter.py +0 -0
  118. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/tag_search.py +0 -0
  119. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/tags_count.py +0 -0
  120. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/tags_to_graphs.py +0 -0
  121. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/test_attribute_treemap.html +0 -0
  122. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/situational_awareness/tools.py +0 -0
  123. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/stats_report.py +0 -0
  124. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/suricata_search/README.md +0 -0
  125. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/sync_sighting.py +0 -0
  126. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/tags.py +0 -0
  127. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/test_sign.py +0 -0
  128. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/trustar.conf +0 -0
  129. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/trustar_misp.py +0 -0
  130. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/up.py +0 -0
  131. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/upload.py +0 -0
  132. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/user_sample.json +0 -0
  133. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/users_list.py +0 -0
  134. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/vmray_automation.py +0 -0
  135. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/vt_to_misp.py +0 -0
  136. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/warninglists.py +0 -0
  137. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/yara.py +0 -0
  138. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/examples/yara_dump.py +0 -0
  139. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/__init__.py +0 -0
  140. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/abstract.py +0 -0
  141. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/describeTypes.json +0 -0
  142. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/.git +0 -0
  143. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/.gitchangelog.rc +0 -0
  144. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/.github/workflows/codeql.yml +0 -0
  145. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/.github/workflows/nosetests.yml +0 -0
  146. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/.travis.yml +0 -0
  147. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/LICENSE-software-only.md +0 -0
  148. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/LICENSE.md +0 -0
  149. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/README.md +0 -0
  150. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/docs/time-related-objects.ods +0 -0
  151. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/docs/time-related-objects.pdf +0 -0
  152. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/jq_all_the_things.sh +0 -0
  153. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ADS/definition.json +0 -0
  154. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/abuseipdb/definition.json +0 -0
  155. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ai-chat-prompt/definition.json +0 -0
  156. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ail-leak/definition.json +0 -0
  157. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ais/definition.json +0 -0
  158. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ais-info/definition.json +0 -0
  159. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/android-app/definition.json +0 -0
  160. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/android-permission/definition.json +0 -0
  161. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/annotation/definition.json +0 -0
  162. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/anonymisation/definition.json +0 -0
  163. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/apivoid-email-verification/definition.json +0 -0
  164. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/artifact/definition.json +0 -0
  165. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/asn/definition.json +0 -0
  166. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/attack-pattern/definition.json +0 -0
  167. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/attack-step/definition.json +0 -0
  168. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/attacker-infra/definition.json +0 -0
  169. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/authentication-failure-report/definition.json +0 -0
  170. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/authenticode-signerinfo/definition.json +0 -0
  171. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/av-signature/definition.json +0 -0
  172. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/availability-impact/definition.json +0 -0
  173. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/bank-account/definition.json +0 -0
  174. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/bgp-hijack/definition.json +0 -0
  175. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/bgp-ranking/definition.json +0 -0
  176. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/blog/definition.json +0 -0
  177. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/boleto/definition.json +0 -0
  178. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/btc-transaction/definition.json +0 -0
  179. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/btc-wallet/definition.json +0 -0
  180. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/c2-list/definition.json +0 -0
  181. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cap-alert/definition.json +0 -0
  182. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cap-info/definition.json +0 -0
  183. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cap-resource/definition.json +0 -0
  184. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cert-pl-phishing/definition.json +0 -0
  185. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cloth/definition.json +0 -0
  186. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/coin-address/definition.json +0 -0
  187. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/command/definition.json +0 -0
  188. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/command-line/definition.json +0 -0
  189. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/concordia-mtmf-intrusion-set/definition.json +0 -0
  190. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/confidentiality-impact/definition.json +0 -0
  191. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cookie/definition.json +0 -0
  192. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cortex/definition.json +0 -0
  193. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cortex-taxonomy/definition.json +0 -0
  194. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/course-of-action/definition.json +0 -0
  195. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/covid19-csse-daily-report/definition.json +0 -0
  196. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/covid19-dxy-live-city/definition.json +0 -0
  197. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/covid19-dxy-live-province/definition.json +0 -0
  198. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cowrie/definition.json +0 -0
  199. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cpe-asset/definition.json +0 -0
  200. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/credential/definition.json +0 -0
  201. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/credit-card/definition.json +0 -0
  202. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/crowdsec-ip-context/definition.json +0 -0
  203. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/crowdstrike-report/definition.json +0 -0
  204. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/crypto-material/definition.json +0 -0
  205. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cryptocurrency-transaction/definition.json +0 -0
  206. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cs-beacon-config/definition.json +0 -0
  207. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ctf-challenge/definition.json +0 -0
  208. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cytomic-orion-file/definition.json +0 -0
  209. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/cytomic-orion-machine/definition.json +0 -0
  210. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/dark-pattern-item/definition.json +0 -0
  211. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ddos/definition.json +0 -0
  212. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ddos-claim/definition.json +0 -0
  213. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ddos-config/definition.json +0 -0
  214. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/device/definition.json +0 -0
  215. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/diameter-attack/definition.json +0 -0
  216. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/diamond/definition.json +0 -0
  217. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/directory/definition.json +0 -0
  218. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/dkim/definition.json +0 -0
  219. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/dns-record/definition.json +0 -0
  220. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/dom-hash/definition.json +0 -0
  221. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/domain-crawled/definition.json +0 -0
  222. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/domain-ip/definition.json +0 -0
  223. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/edr-report/definition.json +0 -0
  224. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/elf/definition.json +0 -0
  225. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/elf-section/definition.json +0 -0
  226. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/email/definition.json +0 -0
  227. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/employee/definition.json +0 -0
  228. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/error-message/definition.json +0 -0
  229. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/event/definition.json +0 -0
  230. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/exploit/definition.json +0 -0
  231. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/exploit-poc/definition.json +0 -0
  232. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/external-impact/definition.json +0 -0
  233. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/facebook-account/definition.json +0 -0
  234. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/facebook-group/definition.json +0 -0
  235. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/facebook-page/definition.json +0 -0
  236. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/facebook-post/definition.json +0 -0
  237. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/facebook-reaction/definition.json +0 -0
  238. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/facial-composite/definition.json +0 -0
  239. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/fail2ban/definition.json +0 -0
  240. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/favicon/definition.json +0 -0
  241. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/file/definition.json +0 -0
  242. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/flowintel-cm-case/definition.json +0 -0
  243. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/flowintel-cm-task/definition.json +0 -0
  244. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/flowintel-cm-task-note/definition.json +0 -0
  245. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/forensic-case/definition.json +0 -0
  246. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/forensic-evidence/definition.json +0 -0
  247. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/forged-document/definition.json +0 -0
  248. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Airplane/definition.json +0 -0
  249. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Assessment/definition.json +0 -0
  250. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Asset/definition.json +0 -0
  251. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Associate/definition.json +0 -0
  252. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Audio/definition.json +0 -0
  253. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-BankAccount/definition.json +0 -0
  254. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Call/definition.json +0 -0
  255. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Company/definition.json +0 -0
  256. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Contract/definition.json +0 -0
  257. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-ContractAward/definition.json +0 -0
  258. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-CourtCase/definition.json +0 -0
  259. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-CourtCaseParty/definition.json +0 -0
  260. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Debt/definition.json +0 -0
  261. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Directorship/definition.json +0 -0
  262. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Document/definition.json +0 -0
  263. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Documentation/definition.json +0 -0
  264. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-EconomicActivity/definition.json +0 -0
  265. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Email/definition.json +0 -0
  266. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Event/definition.json +0 -0
  267. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Family/definition.json +0 -0
  268. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Folder/definition.json +0 -0
  269. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-HyperText/definition.json +0 -0
  270. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Image/definition.json +0 -0
  271. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Land/definition.json +0 -0
  272. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-LegalEntity/definition.json +0 -0
  273. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-License/definition.json +0 -0
  274. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Membership/definition.json +0 -0
  275. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Message/definition.json +0 -0
  276. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Organization/definition.json +0 -0
  277. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Ownership/definition.json +0 -0
  278. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Package/definition.json +0 -0
  279. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Page/definition.json +0 -0
  280. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Pages/definition.json +0 -0
  281. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Passport/definition.json +0 -0
  282. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Payment/definition.json +0 -0
  283. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Person/definition.json +0 -0
  284. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-PlainText/definition.json +0 -0
  285. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-PublicBody/definition.json +0 -0
  286. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-RealEstate/definition.json +0 -0
  287. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Representation/definition.json +0 -0
  288. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Row/definition.json +0 -0
  289. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Sanction/definition.json +0 -0
  290. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Succession/definition.json +0 -0
  291. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Table/definition.json +0 -0
  292. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-TaxRoll/definition.json +0 -0
  293. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-UnknownLink/definition.json +0 -0
  294. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-UserAccount/definition.json +0 -0
  295. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Vehicle/definition.json +0 -0
  296. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Vessel/definition.json +0 -0
  297. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Video/definition.json +0 -0
  298. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ftm-Workbook/definition.json +0 -0
  299. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/game-cheat/definition.json +0 -0
  300. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/generalizing-persuasion-framework/definition.json +0 -0
  301. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/geolocation/definition.json +0 -0
  302. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/git-vuln-finder/definition.json +0 -0
  303. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/github-user/definition.json +0 -0
  304. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/gitlab-user/definition.json +0 -0
  305. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/google-safe-browsing/definition.json +0 -0
  306. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/google-threat-intelligence-report/definition.json +0 -0
  307. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/greynoise-ip/definition.json +0 -0
  308. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/gtp-attack/definition.json +0 -0
  309. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/hashlookup/definition.json +0 -0
  310. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/hhhash/definition.json +0 -0
  311. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/http-request/definition.json +0 -0
  312. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/identity/definition.json +0 -0
  313. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ilr-impact/definition.json +0 -0
  314. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ilr-notification-incident/definition.json +0 -0
  315. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/image/definition.json +0 -0
  316. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/impersonation/definition.json +0 -0
  317. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/imsi-catcher/definition.json +0 -0
  318. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/incident/definition.json +0 -0
  319. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/infrastructure/definition.json +0 -0
  320. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/instant-message/definition.json +0 -0
  321. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/instant-message-group/definition.json +0 -0
  322. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/integrity-impact/definition.json +0 -0
  323. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/intel471-vulnerability-intelligence/definition.json +0 -0
  324. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/intelmq_event/definition.json +0 -0
  325. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/intelmq_report/definition.json +0 -0
  326. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/internal-reference/definition.json +0 -0
  327. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/interpol-notice/definition.json +0 -0
  328. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/intrusion-set/definition.json +0 -0
  329. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/iot-device/definition.json +0 -0
  330. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/iot-firmware/definition.json +0 -0
  331. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ip-api-address/definition.json +0 -0
  332. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ip-port/definition.json +0 -0
  333. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/irc/definition.json +0 -0
  334. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ja3/definition.json +0 -0
  335. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ja3s/definition.json +0 -0
  336. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ja4-plus/definition.json +0 -0
  337. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/jarm/definition.json +0 -0
  338. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/keybase-account/definition.json +0 -0
  339. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/language-content/definition.json +0 -0
  340. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/leaked-document/definition.json +0 -0
  341. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/legal-entity/definition.json +0 -0
  342. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/lnk/definition.json +0 -0
  343. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/macho/definition.json +0 -0
  344. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/macho-section/definition.json +0 -0
  345. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/mactime-timeline-analysis/definition.json +0 -0
  346. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/malware/definition.json +0 -0
  347. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/malware-analysis/definition.json +0 -0
  348. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/malware-config/definition.json +0 -0
  349. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/meme-image/definition.json +0 -0
  350. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/microblog/definition.json +0 -0
  351. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/monetary-impact/definition.json +0 -0
  352. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/mutex/definition.json +0 -0
  353. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/narrative/definition.json +0 -0
  354. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/netflow/definition.json +0 -0
  355. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/network-connection/definition.json +0 -0
  356. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/network-profile/definition.json +0 -0
  357. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/network-socket/definition.json +0 -0
  358. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/network-traffic/definition.json +0 -0
  359. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/news-agency/definition.json +0 -0
  360. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/news-media/definition.json +0 -0
  361. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/open-data-security/definition.json +0 -0
  362. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/organization/definition.json +0 -0
  363. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/original-imported-file/definition.json +0 -0
  364. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/paloalto-threat-event/definition.json +0 -0
  365. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/parler-account/definition.json +0 -0
  366. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/parler-comment/definition.json +0 -0
  367. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/parler-post/definition.json +0 -0
  368. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/passive-dns/definition.json +0 -0
  369. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/passive-dns-dnsdbflex/definition.json +0 -0
  370. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/passive-ssh/definition.json +0 -0
  371. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/paste/definition.json +0 -0
  372. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/pcap-metadata/definition.json +0 -0
  373. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/pe/definition.json +0 -0
  374. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/pe-optional-header/definition.json +0 -0
  375. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/pe-section/definition.json +0 -0
  376. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/persnona/definition.json +0 -0
  377. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/person/definition.json +0 -0
  378. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/personification/definition.json +0 -0
  379. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/pgp-meta/definition.json +0 -0
  380. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/phishing/definition.json +0 -0
  381. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/phishing-kit/definition.json +0 -0
  382. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/phone/definition.json +0 -0
  383. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/phone-number/definition.json +0 -0
  384. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/physical-impact/definition.json +0 -0
  385. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/postal-address/definition.json +0 -0
  386. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/probabilistic-data-structure/definition.json +0 -0
  387. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/process/definition.json +0 -0
  388. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/publication/definition.json +0 -0
  389. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/python-etvx-event-log/definition.json +0 -0
  390. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/query/definition.json +0 -0
  391. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/r2graphity/definition.json +0 -0
  392. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ransom-negotiation/definition.json +0 -0
  393. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ransomware-group-post/definition.json +0 -0
  394. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/reddit-account/definition.json +0 -0
  395. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/reddit-comment/definition.json +0 -0
  396. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/reddit-post/definition.json +0 -0
  397. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/reddit-subreddit/definition.json +0 -0
  398. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regexp/definition.json +0 -0
  399. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/registry-key/definition.json +0 -0
  400. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/registry-key-value/definition.json +0 -0
  401. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-NTUser/definition.json +0 -0
  402. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-sam-hive-single-user/definition.json +0 -0
  403. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-sam-hive-user-group/definition.json +0 -0
  404. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-BHO/definition.json +0 -0
  405. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-appInit-DLLS/definition.json +0 -0
  406. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-application-paths/definition.json +0 -0
  407. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-applications-installed/definition.json +0 -0
  408. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-command-shell/definition.json +0 -0
  409. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-software-run/definition.json +0 -0
  410. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-userprofile-winlogon/definition.json +0 -0
  411. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-software-hive-windows-general-info/definition.json +0 -0
  412. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-system-hive-firewall-configuration/definition.json +0 -0
  413. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-system-hive-general-configuration/definition.json +0 -0
  414. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-system-hive-network-information/definition.json +0 -0
  415. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/regripper-system-hive-services-drivers/definition.json +0 -0
  416. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/report/definition.json +0 -0
  417. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/research-scanner/definition.json +0 -0
  418. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/risk-assessment-report/definition.json +0 -0
  419. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/rogue-dns/definition.json +0 -0
  420. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/rtir/definition.json +0 -0
  421. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/sandbox-report/definition.json +0 -0
  422. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/sb-signature/definition.json +0 -0
  423. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scan-result/definition.json +0 -0
  424. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scheduled-event/definition.json +0 -0
  425. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scheduled-task/definition.json +0 -0
  426. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scrippsco2-c13-daily/definition.json +0 -0
  427. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scrippsco2-c13-monthly/definition.json +0 -0
  428. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scrippsco2-co2-daily/definition.json +0 -0
  429. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scrippsco2-co2-monthly/definition.json +0 -0
  430. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scrippsco2-o18-daily/definition.json +0 -0
  431. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/scrippsco2-o18-monthly/definition.json +0 -0
  432. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/script/definition.json +0 -0
  433. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/security-playbook/definition.json +0 -0
  434. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/shadowserver-malware-url-report/definition.json +0 -0
  435. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/shadowserver-scan-http-proxy/definition.json +0 -0
  436. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/shell-commands/definition.json +0 -0
  437. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/shodan-report/definition.json +0 -0
  438. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/short-message-service/definition.json +0 -0
  439. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/shortened-link/definition.json +0 -0
  440. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/sigma/definition.json +0 -0
  441. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/sigmf-archive/definition.json +0 -0
  442. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/sigmf-expanded-recording/definition.json +0 -0
  443. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/sigmf-recording/definition.json +0 -0
  444. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/social-media-group/definition.json +0 -0
  445. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/software/definition.json +0 -0
  446. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/spearphishing-attachment/definition.json +0 -0
  447. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/spearphishing-link/definition.json +0 -0
  448. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/splunk/definition.json +0 -0
  449. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ss7-attack/definition.json +0 -0
  450. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/ssh-authorized-keys/definition.json +0 -0
  451. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/stairwell/definition.json +0 -0
  452. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/stix2-pattern/definition.json +0 -0
  453. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/stock/definition.json +0 -0
  454. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/submarine/definition.json +0 -0
  455. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/suricata/definition.json +0 -0
  456. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/target-system/definition.json +0 -0
  457. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/task/definition.json +0 -0
  458. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tattoo/definition.json +0 -0
  459. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/telegram-account/definition.json +0 -0
  460. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/telegram-bot/definition.json +0 -0
  461. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/temporal-event/definition.json +0 -0
  462. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/thaicert-group-cards/definition.json +0 -0
  463. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/threatgrid-report/definition.json +0 -0
  464. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/timecode/definition.json +0 -0
  465. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/timesketch-timeline/definition.json +0 -0
  466. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/timesketch_message/definition.json +0 -0
  467. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/timestamp/definition.json +0 -0
  468. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tor-hiddenservice/definition.json +0 -0
  469. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tor-node/definition.json +0 -0
  470. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/traceability-impact/definition.json +0 -0
  471. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tracking-id/definition.json +0 -0
  472. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/transaction/definition.json +0 -0
  473. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/translation/definition.json +0 -0
  474. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/transport-ticket/definition.json +0 -0
  475. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/trustar_report/definition.json +0 -0
  476. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tsk-chats/definition.json +0 -0
  477. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tsk-web-bookmark/definition.json +0 -0
  478. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tsk-web-cookie/definition.json +0 -0
  479. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tsk-web-downloads/definition.json +0 -0
  480. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tsk-web-history/definition.json +0 -0
  481. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/tsk-web-search-query/definition.json +0 -0
  482. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/twitter-account/definition.json +0 -0
  483. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/twitter-list/definition.json +0 -0
  484. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/twitter-post/definition.json +0 -0
  485. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/typosquatting-finder/definition.json +0 -0
  486. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/typosquatting-finder-result/definition.json +0 -0
  487. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/url/definition.json +0 -0
  488. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/user-account/definition.json +0 -0
  489. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/user-action/definition.json +0 -0
  490. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/vehicle/definition.json +0 -0
  491. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/victim/definition.json +0 -0
  492. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/virustotal-graph/definition.json +0 -0
  493. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/virustotal-report/definition.json +0 -0
  494. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/virustotal-submission/definition.json +0 -0
  495. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/vulnerability/definition.json +0 -0
  496. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/weakness/definition.json +0 -0
  497. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/whois/definition.json +0 -0
  498. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/windows-service/definition.json +0 -0
  499. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/x-header/definition.json +0 -0
  500. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/x509/definition.json +0 -0
  501. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/yabin/definition.json +0 -0
  502. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/yara/definition.json +0 -0
  503. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/youtube-channel/definition.json +0 -0
  504. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/youtube-comment/definition.json +0 -0
  505. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/youtube-playlist/definition.json +0 -0
  506. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/objects/youtube-video/definition.json +0 -0
  507. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/relationships/definition.json +0 -0
  508. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/schema_objects.json +0 -0
  509. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/schema_relationships.json +0 -0
  510. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/tools/adoc_objects.py +0 -0
  511. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/tools/alfred_links_to_relarelationships.py +0 -0
  512. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/tools/list_of_objects.py +0 -0
  513. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/tools/updated.sh +0 -0
  514. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/tools/validate_opposites.sh +0 -0
  515. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/unique_uuid.py +0 -0
  516. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/misp-objects/validate_all.sh +0 -0
  517. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/schema-lax.json +0 -0
  518. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/data/schema.json +0 -0
  519. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/exceptions.py +0 -0
  520. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/py.typed +0 -0
  521. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/__init__.py +0 -0
  522. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/_psl_faup.py +0 -0
  523. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/abstractgenerator.py +0 -0
  524. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/asnobject.py +0 -0
  525. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/create_misp_object.py +0 -0
  526. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/csvloader.py +0 -0
  527. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/domainipobject.py +0 -0
  528. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/elfobject.py +0 -0
  529. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/emailobject.py +0 -0
  530. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/ext_lookups.py +0 -0
  531. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/fail2banobject.py +0 -0
  532. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/feed.py +0 -0
  533. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/fileobject.py +0 -0
  534. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/genericgenerator.py +0 -0
  535. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/geolocationobject.py +0 -0
  536. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/git_vuln_finder_object.py +0 -0
  537. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/load_warninglists.py +0 -0
  538. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/machoobject.py +0 -0
  539. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/microblogobject.py +0 -0
  540. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/neo4j.py +0 -0
  541. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/openioc.py +0 -0
  542. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/peobject.py +0 -0
  543. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/reportlab_generator.py +0 -0
  544. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/sbsignatureobject.py +0 -0
  545. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/sshauthkeyobject.py +0 -0
  546. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/update_objects.py +0 -0
  547. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/urlobject.py +0 -0
  548. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/vehicleobject.py +0 -0
  549. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/pymisp/tools/vtreportobject.py +0 -0
  550. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/57c4445b-c548-4654-af0b-4be3950d210f.json +0 -0
  551. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/__init__.py +0 -0
  552. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/csv_testfiles/invalid_fieldnames.csv +0 -0
  553. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/csv_testfiles/valid_fieldnames.csv +0 -0
  554. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_1.eml.zip +0 -0
  555. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_1.msg +0 -0
  556. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_1_bom.eml +0 -0
  557. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_1_headers_only.eml +0 -0
  558. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_2.eml +0 -0
  559. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_3.eml +0 -0
  560. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_3.msg +0 -0
  561. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_4.msg +0 -0
  562. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_5.msg +0 -0
  563. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/mail_multiple_to.eml +0 -0
  564. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/email_testfiles/source +0 -0
  565. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/git-vuln-finder-quagga.json +0 -0
  566. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/misp_event.json +0 -0
  567. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/attribute.json +0 -0
  568. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/attribute_del.json +0 -0
  569. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/def_param.json +0 -0
  570. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/event.json +0 -0
  571. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/event_obj_attr_tag.json +0 -0
  572. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/event_obj_def_param.json +0 -0
  573. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/event_obj_tag.json +0 -0
  574. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/event_tags.json +0 -0
  575. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/existing_event.json +0 -0
  576. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/existing_event_edited.json +0 -0
  577. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/galaxy.json +0 -0
  578. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/malware.json +0 -0
  579. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/malware_exist.json +0 -0
  580. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/misp_custom_obj.json +0 -0
  581. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/overwrite_file/definition.json +0 -0
  582. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/proposals.json +0 -0
  583. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/shadow.json +0 -0
  584. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/sighting.json +0 -0
  585. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/simple.json +0 -0
  586. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/mispevent_testfiles/test_object_template/definition.json +0 -0
  587. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/new_misp_event.json +0 -0
  588. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/HTML_event.json +0 -0
  589. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/galaxy_1.json +0 -0
  590. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/image_event.json +0 -0
  591. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/japanese_test.json +0 -0
  592. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/japanese_test_heavy.json +0 -0
  593. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/long_event.json +0 -0
  594. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/mainly_objects_1.json +0 -0
  595. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/mainly_objects_2.json +0 -0
  596. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/sighting_1.json +0 -0
  597. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/sighting_2.json +0 -0
  598. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/to_delete1.json +0 -0
  599. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/to_delete2.json +0 -0
  600. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/to_delete3.json +0 -0
  601. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testfiles/very_long_event.json +0 -0
  602. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testoutputs/to_delete1.json.pdf +0 -0
  603. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testoutputs/to_delete2.json.pdf +0 -0
  604. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/reportlab_testoutputs/to_delete3.json.pdf +0 -0
  605. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/search_index_result.json +0 -0
  606. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/sharing_groups.json +0 -0
  607. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/stix1.xml-utf8 +0 -0
  608. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/stix2.json +0 -0
  609. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/test_emailobject.py +0 -0
  610. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/test_fileobject.py +0 -0
  611. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/test_mispevent.py +0 -0
  612. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/test_reportlab.py +0 -0
  613. {pymisp-2.5.2.dev1 → pymisp-2.5.3}/tests/testlive_sync.py +0 -0
@@ -2,6 +2,80 @@ Changelog
2
2
  =========
3
3
 
4
4
 
5
+ v2.5.3 (2024-12-16)
6
+ -------------------
7
+
8
+ New
9
+ ~~~
10
+ - Create a sign_blob method to sign events. [Raphaël Vinot]
11
+ - [support for signing] added. [iglocska]
12
+
13
+ - added new class CryptographicKeys
14
+ - added functions to to_feed calls to include crypto keys
15
+ - added protected boolean field to misp event
16
+
17
+ - updated feed generator to support signing
18
+ - if the new setting is set to True signing will be attempted for protected events
19
+ - protected events are now passed to the /cryptographic_keys/serverSign endpoint of misp for signing
20
+ - signatures are included as a .asc file in the output directory
21
+
22
+ - TODO:
23
+ - currently the JSON dumping is moved from a streamed dumping to an in memory dump before saving to disk
24
+ - add a check for protected events and revert to streamed dumping for non protected events
25
+ - alternatively use the already saved files to request signing from MISP
26
+
27
+ Changes
28
+ ~~~~~~~
29
+ - Bump release. [Raphaël Vinot]
30
+ - Bump deps. [Raphaël Vinot]
31
+
32
+
33
+ v2.4.199 (2024-11-26)
34
+ ---------------------
35
+
36
+ New
37
+ ~~~
38
+ - Publish to PyPi on release. [Raphaël Vinot]
39
+
40
+ Changes
41
+ ~~~~~~~
42
+ - Bump changelog. [Raphaël Vinot]
43
+ - Skip PyMISP version check. [Raphaël Vinot]
44
+ - Bump deps, version. [Raphaël Vinot]
45
+ - Bump deps, version. [Raphaël Vinot]
46
+ - Bump version, deps, templates. [Raphaël Vinot]
47
+ - Bump version, test for GH action release. [Raphaël Vinot]
48
+ - Drop python 3.8, add python 3.13. [Raphaël Vinot]
49
+ - Bump templates. [Raphaël Vinot]
50
+ - Bump deps. [Raphaël Vinot]
51
+ - Remove fonts from submodules, on-demand download if needed. [Raphaël
52
+ Vinot]
53
+
54
+ Fix
55
+ ~~~
56
+ - Avoid exception on dev releases. [Raphaël Vinot]
57
+ - Template versions in tests. [Raphaël Vinot]
58
+ - [AnalystData] A quick and simple typing fix. [Christian Studer]
59
+
60
+ Other
61
+ ~~~~~
62
+ - Build(deps): bump codecov/codecov-action from 4 to 5.
63
+ [dependabot[bot]]
64
+
65
+ Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
66
+ - [Release notes](https://github.com/codecov/codecov-action/releases)
67
+ - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
68
+ - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)
69
+
70
+ ---
71
+ updated-dependencies:
72
+ - dependency-name: codecov/codecov-action
73
+ dependency-type: direct:production
74
+ update-type: version-update:semver-major
75
+ ...
76
+ - Update pytest.yml for python 3.13. [Raphaël Vinot]
77
+
78
+
5
79
  v2.5.1 (2024-10-17)
6
80
  -------------------
7
81
 
@@ -11,6 +85,7 @@ New
11
85
 
12
86
  Changes
13
87
  ~~~~~~~
88
+ - Re-bump changelog. [Raphaël Vinot]
14
89
  - Bump changelog. [Raphaël Vinot]
15
90
  - Bump objects. [Raphaël Vinot]
16
91
  - Bump version. [Raphaël Vinot]
@@ -353,21 +428,18 @@ Changes
353
428
  ~~~~~~~
354
429
  - Bump changelog. [Raphaël Vinot]
355
430
  - Bump deps, version. [Raphaël Vinot]
356
-
357
-
358
- v2.4.184.3 (2024-02-12)
359
- -----------------------
360
-
361
- Changes
362
- ~~~~~~~
363
431
  - Bump changelog. [Raphaël Vinot]
364
432
  - Bump version. [Raphaël Vinot]
365
433
  - Bump deps. [Raphaël Vinot]
434
+ - Add changelog. [Raphaël Vinot]
435
+ - Bump changelog. [Raphaël Vinot]
436
+ - Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot]
366
437
 
367
438
  Fix
368
439
  ~~~
369
440
  - Properly get body from message, without headers. [Raphaël Vinot]
370
441
  - Remove from __all__ entries that shouldn't be there. [Raphaël Vinot]
442
+ - Do not throw a warning every time one import pymisp... [Raphaël Vinot]
371
443
 
372
444
  Other
373
445
  ~~~~~
@@ -384,23 +456,6 @@ Other
384
456
  - dependency-name: jupyter-lsp
385
457
  dependency-type: indirect
386
458
  ...
387
-
388
-
389
- v2.4.184.2 (2024-02-06)
390
- -----------------------
391
-
392
- Changes
393
- ~~~~~~~
394
- - Add changelog. [Raphaël Vinot]
395
- - Bump changelog. [Raphaël Vinot]
396
- - Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot]
397
-
398
- Fix
399
- ~~~
400
- - Do not throw a warning every time one import pymisp... [Raphaël Vinot]
401
-
402
- Other
403
- ~~~~~
404
459
  - Build(deps): bump codecov/codecov-action from 3 to 4.
405
460
  [dependabot[bot]]
406
461
 
@@ -417,15 +472,6 @@ Other
417
472
  ...
418
473
 
419
474
 
420
- v2.4.184.1 (2024-02-06)
421
- -----------------------
422
-
423
- Changes
424
- ~~~~~~~
425
- - Bump changelog. [Raphaël Vinot]
426
- - Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot]
427
-
428
-
429
475
  v2.4.184 (2024-02-02)
430
476
  ---------------------
431
477
 
@@ -797,11 +843,19 @@ Changes
797
843
  - Bump changelog. [Raphaël Vinot]
798
844
  - Bump version. [Raphaël Vinot]
799
845
  - Remove old setup files, bump deps. [Raphaël Vinot]
846
+ - Bump changelog. [Raphaël Vinot]
847
+ - Bump version. [Raphaël Vinot]
848
+ - Bump deps. [Raphaël Vinot]
849
+ - Bump deps. [Raphaël Vinot]
850
+ - Disable fail fast in GHA. [Raphaël Vinot]
851
+ - Bump version. [Raphaël Vinot]
852
+ - Bump deps. [Raphaël Vinot]
800
853
 
801
854
  Fix
802
855
  ~~~
803
856
  - Extra print breaking the CI on MISP side. [Raphaël Vinot]
804
857
  - Properly use lief on a file. [Raphaël Vinot]
858
+ - Update lief code to v0.13. [Raphaël Vinot]
805
859
 
806
860
  Other
807
861
  ~~~~~
@@ -820,31 +874,6 @@ Other
820
874
  See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
821
875
 
822
876
 
823
- v2.4.170.2 (2023-05-04)
824
- -----------------------
825
-
826
- Changes
827
- ~~~~~~~
828
- - Bump changelog. [Raphaël Vinot]
829
- - Bump version. [Raphaël Vinot]
830
- - Bump deps. [Raphaël Vinot]
831
- - Bump deps. [Raphaël Vinot]
832
-
833
-
834
- v2.4.170.1 (2023-04-19)
835
- -----------------------
836
-
837
- Changes
838
- ~~~~~~~
839
- - Disable fail fast in GHA. [Raphaël Vinot]
840
- - Bump version. [Raphaël Vinot]
841
- - Bump deps. [Raphaël Vinot]
842
-
843
- Fix
844
- ~~~
845
- - Update lief code to v0.13. [Raphaël Vinot]
846
-
847
-
848
877
  v2.4.170 (2023-04-12)
849
878
  ---------------------
850
879
 
@@ -853,85 +882,40 @@ Changes
853
882
  - Bump changelog. [Raphaël Vinot]
854
883
  - Bump version. [Raphaël Vinot]
855
884
  - Bump deps. [Raphaël Vinot]
856
-
857
- Other
858
- ~~~~~
859
- - Add: support breakOnDuplicate option for attributes:add() [Luciano
860
- Righetti]
861
- - Update reportlab_generator.py. [CarlosLoureiro]
862
-
863
-
864
- v2.4.169.3 (2023-03-27)
865
- -----------------------
866
-
867
- Changes
868
- ~~~~~~~
869
885
  - Bump changelog. [Raphaël Vinot]
870
886
  - Bump deps, version. [Raphaël Vinot]
871
887
  - Bump deps. [Raphaël Vinot]
872
-
873
- Fix
874
- ~~~
875
- - Invalid check if taxo is enabled. [Raphaël Vinot]
876
-
877
-
878
- v2.4.169.2 (2023-03-17)
879
- -----------------------
880
-
881
- Changes
882
- ~~~~~~~
883
888
  - Bump changelog. [Raphaël Vinot]
884
889
  - Bump version. [Raphaël Vinot]
885
890
  - Include event reports by default in feed. [Raphaël Vinot]
886
891
  - Bump deps. [Raphaël Vinot]
892
+ - Bump changelog. [Raphaël Vinot]
893
+ - Bump version. [Raphaël Vinot]
894
+ - Add greynoise-ip object. [Raphaël Vinot]
895
+
896
+ Fix #951
887
897
 
888
898
  Fix
889
899
  ~~~
900
+ - Invalid check if taxo is enabled. [Raphaël Vinot]
890
901
  - Use proper parameter to trigger the request in search_galaxy_clusters.
891
902
  [Raphaël Vinot]
892
903
  - Use POST in search galaxy cluster. [Raphaël Vinot]
893
904
 
894
905
  Other
895
906
  ~~~~~
907
+ - Add: support breakOnDuplicate option for attributes:add() [Luciano
908
+ Righetti]
909
+ - Update reportlab_generator.py. [CarlosLoureiro]
896
910
  - Rename include_event_reports kwarg to with_event_reports, in-line with
897
911
  other kwarg naming. [UFOSmuggler]
898
912
  - Add kwarg to allow the inclusion of event reports into to_feed(),
899
913
  honour with_distribution and valid_distributions kwargs. [UFOSmuggler]
900
914
 
901
915
 
902
- v2.4.169.1 (2023-03-14)
903
- -----------------------
904
-
905
- Changes
906
- ~~~~~~~
907
- - Bump changelog. [Raphaël Vinot]
908
- - Bump version. [Raphaël Vinot]
909
- - Add greynoise-ip object. [Raphaël Vinot]
910
-
911
- Fix #951
912
-
913
-
914
916
  v2.4.169 (2023-03-10)
915
917
  ---------------------
916
918
 
917
- Changes
918
- ~~~~~~~
919
- - Bump changelog. [Raphaël Vinot]
920
- - Bump version. [Raphaël Vinot]
921
- - Bump templates. [Raphaël Vinot]
922
- - Bump deps. [Raphaël Vinot]
923
-
924
- Fix
925
- ~~~
926
- - Add local key in MISPTag. [Raphaël Vinot]
927
-
928
- Related #947
929
- - Use pytest for the tests. [Raphaël Vinot]
930
-
931
-
932
- v2.4.168.1 (2023-02-28)
933
- -----------------------
934
-
935
919
  New
936
920
  ~~~
937
921
  - [doc] added the Jupyter notebook used in a.7-rest-api-extensive-
@@ -939,6 +923,10 @@ New
939
923
 
940
924
  Changes
941
925
  ~~~~~~~
926
+ - Bump changelog. [Raphaël Vinot]
927
+ - Bump version. [Raphaël Vinot]
928
+ - Bump templates. [Raphaël Vinot]
929
+ - Bump deps. [Raphaël Vinot]
942
930
  - Bump changelog, version. [Raphaël Vinot]
943
931
  - Bump templates, again. [Raphaël Vinot]
944
932
  - Bump templates. [Raphaël Vinot]
@@ -952,6 +940,10 @@ Changes
952
940
 
953
941
  Fix
954
942
  ~~~
943
+ - Add local key in MISPTag. [Raphaël Vinot]
944
+
945
+ Related #947
946
+ - Use pytest for the tests. [Raphaël Vinot]
955
947
  - Properly handle missing parameter in CSV importer. [Raphaël Vinot]
956
948
 
957
949
  Fix #931
@@ -964,39 +956,18 @@ Fix
964
956
  v2.4.168 (2023-01-23)
965
957
  ---------------------
966
958
 
959
+ New
960
+ ~~~
961
+ - Add relationship_type in Tag entries for feeds. [Raphaël Vinot]
962
+
967
963
  Changes
968
964
  ~~~~~~~
969
965
  - Bump changelog. [Raphaël Vinot]
970
966
  - Bump version. [Raphaël Vinot]
971
967
  - Bump deps. [Raphaël Vinot]
972
968
  - Bump deps. [Raphaël Vinot]
973
-
974
-
975
- v2.4.167.2 (2023-01-17)
976
- -----------------------
977
-
978
- Changes
979
- ~~~~~~~
980
969
  - Bump changelog. [Raphaël Vinot]
981
970
  - Bump deps, version. [Raphaël Vinot]
982
-
983
- Fix
984
- ~~~
985
- - Set relationship_type default in MISPTag to empty string. [Raphaël
986
- Vinot]
987
- - Another typo in readme. [Raphaël Vinot]
988
- - Typo in readme. [Raphaël Vinot]
989
-
990
-
991
- v2.4.167.1 (2023-01-16)
992
- -----------------------
993
-
994
- New
995
- ~~~
996
- - Add relationship_type in Tag entries for feeds. [Raphaël Vinot]
997
-
998
- Changes
999
- ~~~~~~~
1000
971
  - Bump changelog. [Raphaël Vinot]
1001
972
  - Bump version. [Raphaël Vinot]
1002
973
  - Bump deps. [Raphaël Vinot]
@@ -1011,6 +982,10 @@ Changes
1011
982
 
1012
983
  Fix
1013
984
  ~~~
985
+ - Set relationship_type default in MISPTag to empty string. [Raphaël
986
+ Vinot]
987
+ - Another typo in readme. [Raphaël Vinot]
988
+ - Typo in readme. [Raphaël Vinot]
1014
989
  - Update whl files. [Raphaël Vinot]
1015
990
  - Nvm, readthedocs requires python 3.8 at most. [Raphaël Vinot]
1016
991
 
@@ -1067,23 +1042,13 @@ Changes
1067
1042
  - Bump deps. [Raphaël Vinot]
1068
1043
  - Bump deps. [Raphaël Vinot]
1069
1044
  - Bump deps. [Raphaël Vinot]
1070
-
1071
- Fix
1072
- ~~~
1073
- - [describetypes] updated with the latest output from MISP. [iglocska]
1074
- - [types] added missing type value. [iglocska]
1075
-
1076
-
1077
- v2.4.165.1 (2022-11-10)
1078
- -----------------------
1079
-
1080
- Changes
1081
- ~~~~~~~
1082
1045
  - Bump changelog. [Raphaël Vinot]
1083
1046
  - Bump deps. [Raphaël Vinot]
1084
1047
 
1085
1048
  Fix
1086
1049
  ~~~
1050
+ - [describetypes] updated with the latest output from MISP. [iglocska]
1051
+ - [types] added missing type value. [iglocska]
1087
1052
  - Properly bump version. [Raphaël Vinot]
1088
1053
 
1089
1054
  Other
@@ -1099,21 +1064,6 @@ Other
1099
1064
  v2.4.165 (2022-11-09)
1100
1065
  ---------------------
1101
1066
 
1102
- Changes
1103
- ~~~~~~~
1104
- - Bump changelog. [Raphaël Vinot]
1105
- - Bump mypy. [Raphaël Vinot]
1106
- - Add links to doc. [Raphaël Vinot]
1107
- - Bump deps. [Raphaël Vinot]
1108
-
1109
- Fix
1110
- ~~~
1111
- - Issue with EMailObject. [Raphaël Vinot]
1112
-
1113
-
1114
- v2.4.162.2 (2022-11-02)
1115
- -----------------------
1116
-
1117
1067
  New
1118
1068
  ~~~
1119
1069
  - Add in ability to set a taxonomies required status. [Tom King]
@@ -1121,6 +1071,10 @@ New
1121
1071
  Changes
1122
1072
  ~~~~~~~
1123
1073
  - Bump changelog. [Raphaël Vinot]
1074
+ - Bump mypy. [Raphaël Vinot]
1075
+ - Add links to doc. [Raphaël Vinot]
1076
+ - Bump deps. [Raphaël Vinot]
1077
+ - Bump changelog. [Raphaël Vinot]
1124
1078
  - Bump lief (CVEs), version. [Raphaël Vinot]
1125
1079
  - Bump deps. [Raphaël Vinot]
1126
1080
  - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
@@ -1128,6 +1082,16 @@ Changes
1128
1082
  [Alexandre Dulaunoy]
1129
1083
  - Bump deps. [Raphaël Vinot]
1130
1084
  - Add dependabot. [Raphaël Vinot]
1085
+ - Bump changelog. [Raphaël Vinot]
1086
+ - Bump deps and version. [Raphaël Vinot]
1087
+
1088
+ Fix LIEF vuln.
1089
+ - Bump deps, objects. [Raphaël Vinot]
1090
+
1091
+ Fix
1092
+ ~~~
1093
+ - Issue with EMailObject. [Raphaël Vinot]
1094
+ - Change DNS warning list test. [Raphaël Vinot]
1131
1095
 
1132
1096
  Other
1133
1097
  ~~~~~
@@ -1177,22 +1141,6 @@ Other
1177
1141
  - Create codeql-analysis.yml. [Raphaël Vinot]
1178
1142
 
1179
1143
 
1180
- v2.4.162.1 (2022-10-02)
1181
- -----------------------
1182
-
1183
- Changes
1184
- ~~~~~~~
1185
- - Bump changelog. [Raphaël Vinot]
1186
- - Bump deps and version. [Raphaël Vinot]
1187
-
1188
- Fix LIEF vuln.
1189
- - Bump deps, objects. [Raphaël Vinot]
1190
-
1191
- Fix
1192
- ~~~
1193
- - Change DNS warning list test. [Raphaël Vinot]
1194
-
1195
-
1196
1144
  v2.4.162 (2022-09-09)
1197
1145
  ---------------------
1198
1146
 
@@ -1210,22 +1158,12 @@ Changes
1210
1158
  - Add in sort/desc for sorting results and limit/page for pagination.
1211
1159
  [Tom King]
1212
1160
  - Improve documentation for add_attribute. [Raphaël Vinot]
1213
-
1214
- Fix
1215
- ~~~
1216
- - Missing place to update version. [Raphaël Vinot]
1217
-
1218
-
1219
- v2.4.160.1 (2022-08-09)
1220
- -----------------------
1221
-
1222
- Changes
1223
- ~~~~~~~
1224
1161
  - Bump changelog. [Raphaël Vinot]
1225
1162
  - Bump deps. [Raphaël Vinot]
1226
1163
 
1227
1164
  Fix
1228
1165
  ~~~
1166
+ - Missing place to update version. [Raphaël Vinot]
1229
1167
  - Make keepalive configuration linux only. [Raphaël Vinot]
1230
1168
 
1231
1169
  Bump deps
@@ -1317,24 +1255,14 @@ Changes
1317
1255
  - [tests] reverted. [Alexandre Dulaunoy]
1318
1256
  - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1319
1257
  - [tests] subversion are supported. [Alexandre Dulaunoy]
1320
-
1321
- Fix
1322
- ~~~
1323
- - [tests] check if the version is a substring as PyMISP might contain
1324
- sub version. [Alexandre Dulaunoy]
1325
-
1326
-
1327
- v2.4.155.1 (2022-03-03)
1328
- -----------------------
1329
-
1330
- Changes
1331
- ~~~~~~~
1332
1258
  - Bump changelog. [Raphaël Vinot]
1333
1259
  - Bump required python version for doc. [Raphaël Vinot]
1334
1260
  - Remove python 3.6 from metadata. [Raphaël Vinot]
1335
1261
 
1336
1262
  Fix
1337
1263
  ~~~
1264
+ - [tests] check if the version is a substring as PyMISP might contain
1265
+ sub version. [Alexandre Dulaunoy]
1338
1266
  - Incorrect call when requesting a new API key. [Raphaël Vinot]
1339
1267
 
1340
1268
 
@@ -1420,6 +1348,10 @@ v2.4.151 (2021-11-19)
1420
1348
  New
1421
1349
  ~~~
1422
1350
  - Add Blind Carbon Copy (bcc) headers. [Sami Tainio]
1351
+ - Add few keys to email object creator. [Raphaël Vinot]
1352
+
1353
+ Fix #787
1354
+ - Test cases for edit objects and upload stix. [Raphaël Vinot]
1423
1355
 
1424
1356
  Changes
1425
1357
  ~~~~~~~
@@ -1452,9 +1384,28 @@ Changes
1452
1384
  or organisation (users) [Tom King]
1453
1385
  - [test] Check if all category types exists. [Jakub Onderka]
1454
1386
  - Bump changelog. [Raphaël Vinot]
1387
+ - Bump misp-objects. [Raphaël Vinot]
1388
+ - Bump version. [Raphaël Vinot]
1389
+ - Bump deps. [Raphaël Vinot]
1455
1390
  - [py] Typo. [Steve Clement]
1456
1391
  - [describeTypes] updated to include ssh-fingerprint. [Alexandre
1457
1392
  Dulaunoy]
1393
+ - [doc] Minor fixes, note and typo. [Steve Clement]
1394
+ - Bump deps. [Raphaël Vinot]
1395
+ - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1396
+ - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1397
+ - Update tutorial for custom objects. [Raphaël Vinot]
1398
+ - Bump deps. [Raphaël Vinot]
1399
+ - Bump live tests. [Raphaël Vinot]
1400
+ - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1401
+ - [types] updated types/categories mapping. [Christophe Vandeplas]
1402
+ - Remove test files. [Raphaël Vinot]
1403
+ - Automatically pull the malwares repo when running
1404
+ tests/testlive_comprehensive.py. [Raphaël Vinot]
1405
+ - Remove submodules with malware. [Raphaël Vinot]
1406
+ - Add test for updating a objects from a custom template. [Raphaël
1407
+ Vinot]
1408
+ - Re-bump changelog. [Raphaël Vinot]
1458
1409
 
1459
1410
  Fix
1460
1411
  ~~~
@@ -1475,47 +1426,6 @@ Fix
1475
1426
  Fix #796
1476
1427
  - [tests] Fixed stix test. [chrisr3d]
1477
1428
  - [py] Typo. [Steve Clement]
1478
-
1479
- Other
1480
- ~~~~~
1481
- - Update README.md. [Raphaël Vinot]
1482
-
1483
-
1484
- v2.4.148.1 (2021-09-30)
1485
- -----------------------
1486
-
1487
- New
1488
- ~~~
1489
- - Add few keys to email object creator. [Raphaël Vinot]
1490
-
1491
- Fix #787
1492
- - Test cases for edit objects and upload stix. [Raphaël Vinot]
1493
-
1494
- Changes
1495
- ~~~~~~~
1496
- - Bump changelog. [Raphaël Vinot]
1497
- - Bump misp-objects. [Raphaël Vinot]
1498
- - Bump version. [Raphaël Vinot]
1499
- - Bump deps. [Raphaël Vinot]
1500
- - [doc] Minor fixes, note and typo. [Steve Clement]
1501
- - Bump deps. [Raphaël Vinot]
1502
- - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1503
- - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1504
- - Update tutorial for custom objects. [Raphaël Vinot]
1505
- - Bump deps. [Raphaël Vinot]
1506
- - Bump live tests. [Raphaël Vinot]
1507
- - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
1508
- - [types] updated types/categories mapping. [Christophe Vandeplas]
1509
- - Remove test files. [Raphaël Vinot]
1510
- - Automatically pull the malwares repo when running
1511
- tests/testlive_comprehensive.py. [Raphaël Vinot]
1512
- - Remove submodules with malware. [Raphaël Vinot]
1513
- - Add test for updating a objects from a custom template. [Raphaël
1514
- Vinot]
1515
- - Re-bump changelog. [Raphaël Vinot]
1516
-
1517
- Fix
1518
- ~~~
1519
1429
  - Message_from_bytes really dislikes newline at the beginning of a mail.
1520
1430
  [Raphaël Vinot]
1521
1431
  - Skip IPs in Received header. [Raphaël Vinot]
@@ -1534,6 +1444,7 @@ Fix
1534
1444
 
1535
1445
  Other
1536
1446
  ~~~~~
1447
+ - Update README.md. [Raphaël Vinot]
1537
1448
  - Remove unicode to ascii parts. [Sami Tainio]
1538
1449
  - Fix #787 and add Unicode to ASCII function. [Sami Tainio]
1539
1450
 
@@ -1711,6 +1622,9 @@ Changes
1711
1622
  - Bump deps. [Raphaël Vinot]
1712
1623
  - Bump deps. [Raphaël Vinot]
1713
1624
  - Add comment for controller attribute in search. [Raphaël Vinot]
1625
+ - Bump changelog. [Raphaël Vinot]
1626
+ - Re-bump changelog. [Raphaël Vinot]
1627
+ - Bump version. [Raphaël Vinot]
1714
1628
 
1715
1629
  Fix
1716
1630
  ~~~
@@ -1718,16 +1632,6 @@ Fix
1718
1632
  - Mistake in mypy config. [Raphaël Vinot]
1719
1633
  - Exclude data from mypy. [Raphaël Vinot]
1720
1634
 
1721
-
1722
- v2.4.141.1 (2021-04-02)
1723
- -----------------------
1724
-
1725
- Changes
1726
- ~~~~~~~
1727
- - Bump changelog. [Raphaël Vinot]
1728
- - Re-bump changelog. [Raphaël Vinot]
1729
- - Bump version. [Raphaël Vinot]
1730
-
1731
1635
  Other
1732
1636
  ~~~~~
1733
1637
  - Fix bump version, deps, templates. [Raphaël Vinot]
@@ -1886,55 +1790,35 @@ Other
1886
1790
  v2.4.138 (2021-02-08)
1887
1791
  ---------------------
1888
1792
 
1793
+ New
1794
+ ~~~
1795
+ - Add in ability to create/update/delete MISP Event Reports. [Tom King]
1796
+ - Hard delete flag for objects. [Raphaël Vinot]
1797
+ - Fail if a duplicate object is added to an event. [Raphaël Vinot]
1798
+ - Support brotli compression. [Jakub Onderka]
1799
+ - Hard delete flag for objects. [Raphaël Vinot]
1800
+ - Fail if a duplicate object is added to an event. [Raphaël Vinot]
1801
+ - Add in ability to create/update/delete MISP Event Reports. [Tom King]
1802
+ - Add in ability to create/update/delete MISP Event Reports. [Tom King]
1803
+ - Hard delete flag for objects. [Raphaël Vinot]
1804
+ - Fail if a duplicate object is added to an event. [Raphaël Vinot]
1805
+
1889
1806
  Changes
1890
1807
  ~~~~~~~
1891
1808
  - Bump changelog. [Raphaël Vinot]
1892
1809
  - Bump version. [Raphaël Vinot]
1893
1810
  - Bump deps. [Raphaël Vinot]
1894
-
1895
-
1896
- v2.4.137.4 (2021-02-04)
1897
- -----------------------
1898
-
1899
- Changes
1900
- ~~~~~~~
1901
1811
  - Bump changelog. [Raphaël Vinot]
1902
1812
  - Bump version. [Raphaël Vinot]
1903
1813
  - Bump objects. [Raphaël Vinot]
1904
1814
  - Add kw_params to tags. [Raphaël Vinot]
1905
1815
  - Bump objects. [Raphaël Vinot]
1906
1816
  - Bump template ID in test case. [Raphaël Vinot]
1907
-
1908
-
1909
- v2.4.137.3 (2021-02-02)
1910
- -----------------------
1911
-
1912
- Changes
1913
- ~~~~~~~
1914
1817
  - Bump version. [Raphaël Vinot]
1915
1818
  - Bump changelog. [Raphaël Vinot]
1916
1819
  - Bump objects. [Raphaël Vinot]
1917
1820
  - Fix and improve optional dependencies. [Raphaël Vinot]
1918
1821
  - Make brotli optional. [Raphaël Vinot]
1919
-
1920
-
1921
- v2.4.137.2 (2021-02-01)
1922
- -----------------------
1923
-
1924
- New
1925
- ~~~
1926
- - Add in ability to create/update/delete MISP Event Reports. [Tom King]
1927
- - Hard delete flag for objects. [Raphaël Vinot]
1928
- - Fail if a duplicate object is added to an event. [Raphaël Vinot]
1929
- - Support brotli compression. [Jakub Onderka]
1930
- - Hard delete flag for objects. [Raphaël Vinot]
1931
- - Fail if a duplicate object is added to an event. [Raphaël Vinot]
1932
- - Add in ability to create/update/delete MISP Event Reports. [Tom King]
1933
- - Add in ability to create/update/delete MISP Event Reports. [Tom King]
1934
- - Hard delete flag for objects. [Raphaël Vinot]
1935
-
1936
- Changes
1937
- ~~~~~~~
1938
1822
  - Bump changelog. [Raphaël Vinot]
1939
1823
  - Bump version. [Raphaël Vinot]
1940
1824
  - Add brotli support in the dependencies. [Raphaël Vinot]
@@ -2021,6 +1905,14 @@ Changes
2021
1905
  - Add test case fir add_attribute and enforceWarninglist=True. [Raphaël
2022
1906
  Vinot]
2023
1907
  - Add testcase with breakOnDuplicate in a MISPObject. [Raphaël Vinot]
1908
+ - Bump changelog. [Raphaël Vinot]
1909
+ - Bump version. [Raphaël Vinot]
1910
+ - Add test case for page/limit in logs search. [Raphaël Vinot]
1911
+ - Bump deps. [Raphaël Vinot]
1912
+ - Improve docstring for get_event. [Raphaël Vinot]
1913
+
1914
+ fix #686
1915
+ - Bump changelog. [Raphaël Vinot]
2024
1916
 
2025
1917
  Fix
2026
1918
  ~~~
@@ -2042,28 +1934,6 @@ Fix
2042
1934
  - Add python 3.9 in GH Actions. [Raphaël Vinot]
2043
1935
  - Call the AbstractMISP.from_dict at the end of the function to ensure
2044
1936
  the edited flag remains false. [Tom King]
2045
-
2046
-
2047
- v2.4.137.1 (2021-01-21)
2048
- -----------------------
2049
-
2050
- New
2051
- ~~~
2052
- - Fail if a duplicate object is added to an event. [Raphaël Vinot]
2053
-
2054
- Changes
2055
- ~~~~~~~
2056
- - Bump changelog. [Raphaël Vinot]
2057
- - Bump version. [Raphaël Vinot]
2058
- - Add test case for page/limit in logs search. [Raphaël Vinot]
2059
- - Bump deps. [Raphaël Vinot]
2060
- - Improve docstring for get_event. [Raphaël Vinot]
2061
-
2062
- fix #686
2063
- - Bump changelog. [Raphaël Vinot]
2064
-
2065
- Fix
2066
- ~~~
2067
1937
  - Better warning if lief is outdated. [Raphaël Vinot]
2068
1938
  - Update minimal dependency for lief in setup.py. [Raphaël Vinot]
2069
1939
 
@@ -2077,6 +1947,7 @@ New
2077
1947
  Vinot]
2078
1948
 
2079
1949
  MISPObject part of #6670
1950
+ - Add Github workflow. [Raphaël Vinot]
2080
1951
 
2081
1952
  Changes
2082
1953
  ~~~~~~~
@@ -2103,6 +1974,21 @@ Changes
2103
1974
  - On-demand decryption of malware-binary, speeds up pythonify. [Raphaël
2104
1975
  Vinot]
2105
1976
  - Force a few packages versions. [Raphaël Vinot]
1977
+ - Bump changelog. [Raphaël Vinot]
1978
+ - Bump version. [Raphaël Vinot]
1979
+ - Improve typing. [Raphaël Vinot]
1980
+ - Improve add_attribute with a list. [Raphaël Vinot]
1981
+ - Bump changelog. [Raphaël Vinot]
1982
+ - Bump version. [Raphaël Vinot]
1983
+ - Improve error message if a type in missing. [Raphaël Vinot]
1984
+ - [type] process-state added. [Alexandre Dulaunoy]
1985
+ - Bump misp-objects. [Raphaël Vinot]
1986
+ - [misp-objects] updated. [Alexandre Dulaunoy]
1987
+ - Add path to CSV sample files. [Raphaël Vinot]
1988
+ - [types] jarm-fingerprint added. [Alexandre Dulaunoy]
1989
+ - Bump changelog. [Raphaël Vinot]
1990
+ - Bump version, travis install. [Raphaël Vinot]
1991
+ - Make mail-parser an optional dependency. [Raphaël Vinot]
2106
1992
 
2107
1993
  Fix
2108
1994
  ~~~
@@ -2118,6 +2004,11 @@ Fix
2118
2004
  - Typing on recent mypy. [Raphaël Vinot]
2119
2005
  - Typing edge case. [Raphaël Vinot]
2120
2006
  - Add attribute dict as proposal. [Raphaël Vinot]
2007
+ - Do not fail on PyMISP import when mail-parser is not present. [Raphaël
2008
+ Vinot]
2009
+ - Remove python 3.9 from action (lief not supported yet) [Raphaël Vinot]
2010
+ - Initialize submodules in gh action. [Raphaël Vinot]
2011
+ - Make mail-parser really optional. [Raphaël Vinot]
2121
2012
 
2122
2013
  Other
2123
2014
  ~~~~~
@@ -2135,57 +2026,6 @@ Other
2135
2026
  - Update mispevent.py. [Raphaël Vinot]
2136
2027
 
2137
2028
 
2138
- v2.4.135.3 (2020-11-24)
2139
- -----------------------
2140
-
2141
- Changes
2142
- ~~~~~~~
2143
- - Bump changelog. [Raphaël Vinot]
2144
- - Bump version. [Raphaël Vinot]
2145
- - Improve typing. [Raphaël Vinot]
2146
- - Improve add_attribute with a list. [Raphaël Vinot]
2147
-
2148
- Fix
2149
- ~~~
2150
- - Do not fail on PyMISP import when mail-parser is not present. [Raphaël
2151
- Vinot]
2152
-
2153
-
2154
- v2.4.135.2 (2020-11-24)
2155
- -----------------------
2156
-
2157
- New
2158
- ~~~
2159
- - Add Github workflow. [Raphaël Vinot]
2160
-
2161
- Changes
2162
- ~~~~~~~
2163
- - Bump changelog. [Raphaël Vinot]
2164
- - Bump version. [Raphaël Vinot]
2165
- - Improve error message if a type in missing. [Raphaël Vinot]
2166
- - [type] process-state added. [Alexandre Dulaunoy]
2167
- - Bump misp-objects. [Raphaël Vinot]
2168
- - [misp-objects] updated. [Alexandre Dulaunoy]
2169
- - Add path to CSV sample files. [Raphaël Vinot]
2170
- - [types] jarm-fingerprint added. [Alexandre Dulaunoy]
2171
-
2172
- Fix
2173
- ~~~
2174
- - Remove python 3.9 from action (lief not supported yet) [Raphaël Vinot]
2175
- - Initialize submodules in gh action. [Raphaël Vinot]
2176
- - Make mail-parser really optional. [Raphaël Vinot]
2177
-
2178
-
2179
- v2.4.135.1 (2020-11-24)
2180
- -----------------------
2181
-
2182
- Changes
2183
- ~~~~~~~
2184
- - Bump changelog. [Raphaël Vinot]
2185
- - Bump version, travis install. [Raphaël Vinot]
2186
- - Make mail-parser an optional dependency. [Raphaël Vinot]
2187
-
2188
-
2189
2029
  v2.4.135 (2020-11-23)
2190
2030
  ---------------------
2191
2031
 
@@ -2503,17 +2343,6 @@ Other
2503
2343
  v2.4.128 (2020-06-22)
2504
2344
  ---------------------
2505
2345
 
2506
- Changes
2507
- ~~~~~~~
2508
- - Bump changelog. [Raphaël Vinot]
2509
- - Bump version. [Raphaël Vinot]
2510
- - Add a few test cases. [Raphaël Vinot]
2511
- - Bump objects. [Raphaël Vinot]
2512
-
2513
-
2514
- v2.4.127.1 (2020-06-19)
2515
- -----------------------
2516
-
2517
2346
  New
2518
2347
  ~~~
2519
2348
  - Optionally include deleted attributes/objects in feed. [Raphaël Vinot]
@@ -2522,6 +2351,10 @@ Changes
2522
2351
  ~~~~~~~
2523
2352
  - Bump changelog. [Raphaël Vinot]
2524
2353
  - Bump version. [Raphaël Vinot]
2354
+ - Add a few test cases. [Raphaël Vinot]
2355
+ - Bump objects. [Raphaël Vinot]
2356
+ - Bump changelog. [Raphaël Vinot]
2357
+ - Bump version. [Raphaël Vinot]
2525
2358
  - Bump misp-objects. [Raphaël Vinot]
2526
2359
  - Add test case for get event deleted. [Raphaël Vinot]
2527
2360
  - Add test case for search deleted. [Raphaël Vinot]
@@ -2768,24 +2601,6 @@ Changes
2768
2601
  - Fix typo in readme. [Raphaël Vinot]
2769
2602
  - Use bionic on travis. [Raphaël Vinot]
2770
2603
  - Add poetry support. [Raphaël Vinot]
2771
-
2772
- Fix
2773
- ~~~
2774
- - Test cases & template version. [Raphaël Vinot]
2775
- - Mypy, more typing. [Raphaël Vinot]
2776
- - Do not skip data in add_attribute methods. [Raphaël Vinot]
2777
- - Remove references to the old API. [Raphaël Vinot]
2778
-
2779
- Other
2780
- ~~~~~
2781
- - Use poetry everywhere, fix readme. [Raphaël Vinot]
2782
-
2783
-
2784
- v2.4.121.1 (2020-02-07)
2785
- -----------------------
2786
-
2787
- Changes
2788
- ~~~~~~~
2789
2604
  - Bump changelog. [Raphaël Vinot]
2790
2605
  - Bump objects. [Raphaël Vinot]
2791
2606
  - Bump changelog. [Raphaël Vinot]
@@ -2793,10 +2608,18 @@ Changes
2793
2608
 
2794
2609
  Fix
2795
2610
  ~~~
2611
+ - Test cases & template version. [Raphaël Vinot]
2612
+ - Mypy, more typing. [Raphaël Vinot]
2613
+ - Do not skip data in add_attribute methods. [Raphaël Vinot]
2614
+ - Remove references to the old API. [Raphaël Vinot]
2796
2615
  - Make lief optional again. [Raphaël Vinot]
2797
2616
 
2798
2617
  fix #538
2799
2618
 
2619
+ Other
2620
+ ~~~~~
2621
+ - Use poetry everywhere, fix readme. [Raphaël Vinot]
2622
+
2800
2623
 
2801
2624
  v2.4.121 (2020-02-06)
2802
2625
  ---------------------
@@ -2870,6 +2693,7 @@ New
2870
2693
  to search large dataset. It's used in Windows Defender ATP Hunting-Queries
2871
2694
  and also Azure Sentinel (Cloud-native SIEM).
2872
2695
  - Remove python < 3.6 support. [Raphaël Vinot]
2696
+ - URLObject (requires pyfaup) [Raphaël Vinot]
2873
2697
 
2874
2698
  Changes
2875
2699
  ~~~~~~~
@@ -2889,6 +2713,18 @@ Changes
2889
2713
  - Bump misp-objects. [Raphaël Vinot]
2890
2714
  - Bump Dependencies. [Raphaël Vinot]
2891
2715
  - Bump misp-objects. [Raphaël Vinot]
2716
+ - Bump changelog. [Raphaël Vinot]
2717
+ - Version bump. [Raphaël Vinot]
2718
+ - Bump test files. [Raphaël Vinot]
2719
+ - Bump misp-objects. [Raphaël Vinot]
2720
+ - Debug travis error message. [Raphaël Vinot]
2721
+ - [types] eppn type added. [Alexandre Dulaunoy]
2722
+ - Fix typo. [Raphaël Vinot]
2723
+ - Move scrippsco2 feed generator to a sub directory. [Raphaël Vinot]
2724
+ - Update documentation. [Raphaël Vinot]
2725
+
2726
+ Fix #396
2727
+ - Bump objects. [Raphaël Vinot]
2892
2728
 
2893
2729
  Fix
2894
2730
  ~~~
@@ -2901,6 +2737,12 @@ Fix
2901
2737
  - Event without hashable attribute. [Raphaël Vinot]
2902
2738
 
2903
2739
  Related #506
2740
+ - Properly test custom objects. [Raphaël Vinot]
2741
+ - Adding a sighting takes a little bit of time. [Raphaël Vinot]
2742
+ - Test case on reference. [Raphaël Vinot]
2743
+ - Add missing fields to event & attribute for the feed output. [Raphaël
2744
+ Vinot]
2745
+ - Make sure the publish timestamp is bumped on update. [Raphaël Vinot]
2904
2746
 
2905
2747
  Other
2906
2748
  ~~~~~
@@ -2926,59 +2768,9 @@ Other
2926
2768
  - Update README.md. [Raphaël Vinot]
2927
2769
 
2928
2770
 
2929
- v2.4.119.1 (2019-12-17)
2930
- -----------------------
2931
-
2932
- New
2933
- ~~~
2934
- - URLObject (requires pyfaup) [Raphaël Vinot]
2935
-
2936
- Changes
2937
- ~~~~~~~
2938
- - Bump changelog. [Raphaël Vinot]
2939
- - Version bump. [Raphaël Vinot]
2940
- - Bump test files. [Raphaël Vinot]
2941
- - Bump misp-objects. [Raphaël Vinot]
2942
- - Debug travis error message. [Raphaël Vinot]
2943
- - [types] eppn type added. [Alexandre Dulaunoy]
2944
- - Fix typo. [Raphaël Vinot]
2945
- - Move scrippsco2 feed generator to a sub directory. [Raphaël Vinot]
2946
- - Update documentation. [Raphaël Vinot]
2947
-
2948
- Fix #396
2949
- - Bump objects. [Raphaël Vinot]
2950
-
2951
- Fix
2952
- ~~~
2953
- - Properly test custom objects. [Raphaël Vinot]
2954
- - Adding a sighting takes a little bit of time. [Raphaël Vinot]
2955
- - Test case on reference. [Raphaël Vinot]
2956
- - Add missing fields to event & attribute for the feed output. [Raphaël
2957
- Vinot]
2958
- - Make sure the publish timestamp is bumped on update. [Raphaël Vinot]
2959
-
2960
-
2961
2771
  v2.4.119 (2019-12-02)
2962
2772
  ---------------------
2963
2773
 
2964
- Changes
2965
- ~~~~~~~
2966
- - Bump changelog. [Raphaël Vinot]
2967
- - Bump version. [Raphaël Vinot]
2968
- - Bump dependencies. [Raphaël Vinot]
2969
-
2970
- Fix
2971
- ~~~
2972
- - Bump lief to 0.10.1. [Raphaël Vinot]
2973
- - Update tests. [Raphaël Vinot]
2974
- - Raise PyMISPError instead of Exception. [Raphaël Vinot]
2975
- - Rename feed_meta_generator so it clearly fails with python<3.6.
2976
- [Raphaël Vinot]
2977
-
2978
-
2979
- v2.4.117.3 (2019-11-25)
2980
- -----------------------
2981
-
2982
2774
  New
2983
2775
  ~~~
2984
2776
  - Script to generate the metadata of a feed out of a directory. [Raphaël
@@ -2993,12 +2785,16 @@ New
2993
2785
  - Get Database Schema Diagnostic. [Raphaël Vinot]
2994
2786
 
2995
2787
  Fix #492
2788
+ - Add support for UserSettings. [Raphaël Vinot]
2996
2789
 
2997
2790
  Changes
2998
2791
  ~~~~~~~
2999
2792
  - Bump changelog. [Raphaël Vinot]
3000
2793
  - Bump version. [Raphaël Vinot]
3001
2794
  - Bump dependencies. [Raphaël Vinot]
2795
+ - Bump changelog. [Raphaël Vinot]
2796
+ - Bump version. [Raphaël Vinot]
2797
+ - Bump dependencies. [Raphaël Vinot]
3002
2798
  - Require stable version of lief again. [Raphaël Vinot]
3003
2799
  - Few more improvements on the feed export. [Raphaël Vinot]
3004
2800
  - Bump misp-objects. [Raphaël Vinot]
@@ -3010,43 +2806,7 @@ Changes
3010
2806
  - Bump dependencies. [Raphaël Vinot]
3011
2807
  - [test] feed test updated as botvrij is now TLS by default. [Alexandre
3012
2808
  Dulaunoy]
3013
-
3014
- Fix
3015
- ~~~
3016
- - Improve stability of feed output. [Raphaël Vinot]
3017
- - Do not unitialize the uuid in MISPEvent. [Raphaël Vinot]
3018
- - Bump url template version in test cases. [Raphaël Vinot]
3019
- - Python 2.7 tests. [Raphaël Vinot]
3020
- - Print the full json blob in debug mode. [Raphaël Vinot]
3021
-
3022
- Related https://github.com/MISP/PyMISP/issues/462
3023
-
3024
- Other
3025
- ~~~~~
3026
- - Cch: Bump misp-objects. [Raphaël Vinot]
3027
-
3028
-
3029
- v2.4.117.2 (2019-10-30)
3030
- -----------------------
3031
-
3032
- Changes
3033
- ~~~~~~~
3034
2809
  - Bump changelog. [Raphaël Vinot]
3035
-
3036
- Fix
3037
- ~~~
3038
- - Avoid exception on legacy MISP. [Raphaël Vinot]
3039
-
3040
-
3041
- v2.4.117.1 (2019-10-30)
3042
- -----------------------
3043
-
3044
- New
3045
- ~~~
3046
- - Add support for UserSettings. [Raphaël Vinot]
3047
-
3048
- Changes
3049
- ~~~~~~~
3050
2810
  - Bump changelog. [Raphaël Vinot]
3051
2811
  - Bump version. [Raphaël Vinot]
3052
2812
  - Bump misp-objects. [Raphaël Vinot]
@@ -3057,6 +2817,19 @@ Changes
3057
2817
 
3058
2818
  Fix
3059
2819
  ~~~
2820
+ - Bump lief to 0.10.1. [Raphaël Vinot]
2821
+ - Update tests. [Raphaël Vinot]
2822
+ - Raise PyMISPError instead of Exception. [Raphaël Vinot]
2823
+ - Rename feed_meta_generator so it clearly fails with python<3.6.
2824
+ [Raphaël Vinot]
2825
+ - Improve stability of feed output. [Raphaël Vinot]
2826
+ - Do not unitialize the uuid in MISPEvent. [Raphaël Vinot]
2827
+ - Bump url template version in test cases. [Raphaël Vinot]
2828
+ - Python 2.7 tests. [Raphaël Vinot]
2829
+ - Print the full json blob in debug mode. [Raphaël Vinot]
2830
+
2831
+ Related https://github.com/MISP/PyMISP/issues/462
2832
+ - Avoid exception on legacy MISP. [Raphaël Vinot]
3060
2833
  - [examples] typo uuid. [Jean-Louis Huynen]
3061
2834
 
3062
2835
  give me a hoodie.
@@ -3070,6 +2843,7 @@ Fix
3070
2843
 
3071
2844
  Other
3072
2845
  ~~~~~
2846
+ - Cch: Bump misp-objects. [Raphaël Vinot]
3073
2847
  - Added example for checking sync servers. [wotschel]
3074
2848
  - Corrected docstring. [Shortfinga]
3075
2849
  - Include to_ids and replace newlines in title. [Koen Van Impe]
@@ -3297,6 +3071,12 @@ New
3297
3071
  - Get_objects_by_name in MISPEvent. [Raphaël Vinot]
3298
3072
 
3299
3073
  new: Convert datetime objects to python datetime.
3074
+ - [Sightings] Delete method. [Raphaël Vinot]
3075
+
3076
+ Fix #230
3077
+ - [tests] non-exportable tags. [Raphaël Vinot]
3078
+ - Add option to locally expand malware samples with LIEF. [Raphaël
3079
+ Vinot]
3300
3080
 
3301
3081
  Changes
3302
3082
  ~~~~~~~
@@ -3311,6 +3091,23 @@ Changes
3311
3091
  - [examples] pythonify properly when needed. [Raphaël Vinot]
3312
3092
  - [tests] Toggle pythonify in create_massive_dummy_events. [Raphaël
3313
3093
  Vinot]
3094
+ - Bump Changelog. [Raphaël Vinot]
3095
+ - Bump verison. [Raphaël Vinot]
3096
+ - Make pythonify=False default everywhere. [Raphaël Vinot]
3097
+
3098
+ Add a method to toggle pythonify globally
3099
+ - [tests] Update stats. [Raphaël Vinot]
3100
+ - [tests] Remove travis exceptions. [Raphaël Vinot]
3101
+ - Bump Changelog. [Raphaël Vinot]
3102
+ - Bump version. [Raphaël Vinot]
3103
+ - Bump misp-objects. [Raphaël Vinot]
3104
+ - Remove legacy tests. [Raphaël Vinot]
3105
+ - Improve deprecation message on PyMISP. [Raphaël Vinot]
3106
+ - [describeTypes] updated to add community-id. [Alexandre Dulaunoy]
3107
+ - Bump examples to python3. [Raphaël Vinot]
3108
+ - Reorganise ExpandedPyMISP methods, normalise the parameters. [Raphaël
3109
+ Vinot]
3110
+ - Deprecate everything in PyMISP. [Raphaël Vinot]
3314
3111
 
3315
3112
  Fix
3316
3113
  ~~~
@@ -3323,38 +3120,6 @@ Fix
3323
3120
  Also, deprecated method was broken.
3324
3121
 
3325
3122
  Fix #424
3326
-
3327
- Other
3328
- ~~~~~
3329
- - Add: New attribute type weakness. [chrisr3d]
3330
- - Fix missing f in f-string. [Paal Braathen]
3331
- - Wrong variable. [Georges Toth]
3332
- - Remove unused line. [kovacsbalu]
3333
- - Fix tag help text Minor pycodestyle. [kovacsbalu]
3334
-
3335
-
3336
- v2.4.111.2 (2019-07-22)
3337
- -----------------------
3338
-
3339
- New
3340
- ~~~
3341
- - [Sightings] Delete method. [Raphaël Vinot]
3342
-
3343
- Fix #230
3344
- - [tests] non-exportable tags. [Raphaël Vinot]
3345
-
3346
- Changes
3347
- ~~~~~~~
3348
- - Bump Changelog. [Raphaël Vinot]
3349
- - Bump verison. [Raphaël Vinot]
3350
- - Make pythonify=False default everywhere. [Raphaël Vinot]
3351
-
3352
- Add a method to toggle pythonify globally
3353
- - [tests] Update stats. [Raphaël Vinot]
3354
- - [tests] Remove travis exceptions. [Raphaël Vinot]
3355
-
3356
- Fix
3357
- ~~~
3358
3123
  - [tests] Path to test file. [Raphaël Vinot]
3359
3124
 
3360
3125
  Fix #423
@@ -3365,39 +3130,16 @@ Fix
3365
3130
  - Properly handle fallbacks add/update/delete attributes. [Raphaël
3366
3131
  Vinot]
3367
3132
  - [add_attribute] Only create a proposal when needed. [Raphaël Vinot]
3368
-
3369
- Other
3370
- ~~~~~
3371
- - Fix for issue 420. [github-pba]
3372
-
3373
-
3374
- v2.4.111.1 (2019-07-18)
3375
- -----------------------
3376
-
3377
- New
3378
- ~~~
3379
- - Add option to locally expand malware samples with LIEF. [Raphaël
3380
- Vinot]
3381
-
3382
- Changes
3383
- ~~~~~~~
3384
- - Bump Changelog. [Raphaël Vinot]
3385
- - Bump version. [Raphaël Vinot]
3386
- - Bump misp-objects. [Raphaël Vinot]
3387
- - Remove legacy tests. [Raphaël Vinot]
3388
- - Improve deprecation message on PyMISP. [Raphaël Vinot]
3389
- - [describeTypes] updated to add community-id. [Alexandre Dulaunoy]
3390
- - Bump examples to python3. [Raphaël Vinot]
3391
- - Reorganise ExpandedPyMISP methods, normalise the parameters. [Raphaël
3392
- Vinot]
3393
- - Deprecate everything in PyMISP. [Raphaël Vinot]
3394
-
3395
- Fix
3396
- ~~~
3397
3133
  - Python < 3.6 support. [Raphaël Vinot]
3398
3134
 
3399
3135
  Other
3400
3136
  ~~~~~
3137
+ - Add: New attribute type weakness. [chrisr3d]
3138
+ - Fix missing f in f-string. [Paal Braathen]
3139
+ - Wrong variable. [Georges Toth]
3140
+ - Remove unused line. [kovacsbalu]
3141
+ - Fix tag help text Minor pycodestyle. [kovacsbalu]
3142
+ - Fix for issue 420. [github-pba]
3401
3143
  - Create statistical reports for MISP. [Koen Van Impe]
3402
3144
 
3403
3145
  PyMISP script to run every x-days to get an overview of new
@@ -3918,6 +3660,7 @@ Changes
3918
3660
  - Update order parameters & doc. [Raphaël Vinot]
3919
3661
  - Add an extra IP from the warninglists. [Raphaël Vinot]
3920
3662
  - Test for event UUID in attribute. [Raphaël Vinot]
3663
+ - Bump changelog. [Raphaël Vinot]
3921
3664
 
3922
3665
  Fix
3923
3666
  ~~~
@@ -3953,14 +3696,6 @@ Other
3953
3696
  Toth]
3954
3697
 
3955
3698
 
3956
- v2.4.95.1 (2018-09-06)
3957
- ----------------------
3958
-
3959
- Changes
3960
- ~~~~~~~
3961
- - Bump changelog. [Raphaël Vinot]
3962
-
3963
-
3964
3699
  v2.4.95 (2018-09-06)
3965
3700
  --------------------
3966
3701
 
@@ -4060,6 +3795,12 @@ Changes
4060
3795
  - Fix sample retrieval from new-style zips. [Xavier Mehrenberger]
4061
3796
  - Bump misp-objects. [Raphaël Vinot]
4062
3797
  - Raise an exception if the response is not in JSON. [Raphaël Vinot]
3798
+ - Bump version. [Raphaël Vinot]
3799
+ - Bump changelog. [Raphaël Vinot]
3800
+
3801
+ Fix
3802
+ ~~~
3803
+ - Index out of range in add_object. [Raphaël Vinot]
4063
3804
 
4064
3805
  Other
4065
3806
  ~~~~~
@@ -4070,25 +3811,13 @@ Other
4070
3811
  added: download_samples(..., unzip=True)
4071
3812
 
4072
3813
 
4073
- v2.4.92.1 (2018-06-05)
4074
- ----------------------
4075
-
4076
- Changes
4077
- ~~~~~~~
4078
- - Bump version. [Raphaël Vinot]
4079
- - Bump changelog. [Raphaël Vinot]
4080
-
4081
- Fix
4082
- ~~~
4083
- - Index out of range in add_object. [Raphaël Vinot]
4084
-
4085
-
4086
3814
  v2.4.92 (2018-06-05)
4087
3815
  --------------------
4088
3816
 
4089
3817
  New
4090
3818
  ~~~
4091
3819
  - Add edit_object, simplify add_object. [Raphaël Vinot]
3820
+ - Properly implement the Email object creator. [Raphaël Vinot]
4092
3821
 
4093
3822
  Changes
4094
3823
  ~~~~~~~
@@ -4096,30 +3825,6 @@ Changes
4096
3825
  - Bump misp-objects. [Raphaël Vinot]
4097
3826
  - Bump version. [Raphaël Vinot]
4098
3827
  - Bump misp-objects. [Raphaël Vinot]
4099
-
4100
- Fix
4101
- ~~~
4102
- - Correct docstring of search method. [iso]
4103
- - Response data type mismatch in _send_attributes() [Raphaël Vinot]
4104
-
4105
- Fix #206
4106
- - Decoding issue. [Raphaël Vinot]
4107
-
4108
- Other
4109
- ~~~~~
4110
- - Fix issue when adding multiple attributes and the instance is too
4111
- slow. [Raphaël Vinot]
4112
-
4113
-
4114
- v2.4.90.1 (2018-05-09)
4115
- ----------------------
4116
-
4117
- New
4118
- ~~~
4119
- - Properly implement the Email object creator. [Raphaël Vinot]
4120
-
4121
- Changes
4122
- ~~~~~~~
4123
3828
  - Bump changelog. [Raphaël Vinot]
4124
3829
  - Version bump. [Raphaël Vinot]
4125
3830
  - Bump misp-objects. [Raphaël Vinot]
@@ -4128,13 +3833,23 @@ Changes
4128
3833
 
4129
3834
  Fix
4130
3835
  ~~~
3836
+ - Correct docstring of search method. [iso]
3837
+ - Response data type mismatch in _send_attributes() [Raphaël Vinot]
3838
+
3839
+ Fix #206
4131
3840
  - Wrong version. [Raphaël Vinot]
3841
+ - Decoding issue. [Raphaël Vinot]
4132
3842
  - Properly get and decode the body of the email. [Raphaël Vinot]
4133
3843
  - Provide the extension of the EML file to attach. [Raphaël Vinot]
4134
3844
  - Properly handle attachments. [Raphaël Vinot]
4135
3845
  - Test cases & attributes automatically getting an UUID. [Raphaël Vinot]
4136
3846
  - Typo in the *feed methods. [Raphaël Vinot]
4137
3847
 
3848
+ Other
3849
+ ~~~~~
3850
+ - Fix issue when adding multiple attributes and the instance is too
3851
+ slow. [Raphaël Vinot]
3852
+
4138
3853
 
4139
3854
  v2.4.90 (2018-04-25)
4140
3855
  --------------------
@@ -4208,6 +3923,12 @@ New
4208
3923
  ~~~
4209
3924
  - Add email object generator. [Raphaël Vinot]
4210
3925
  - Method to return an object by uuid. [chrisr3d]
3926
+ - APIs to manage sharing groups. [Raphaël Vinot]
3927
+
3928
+ Fix #185
3929
+ - ReturnMetaAttributes flag for freeTextImport API. [Raphaël Vinot]
3930
+
3931
+ Fix #188
4211
3932
 
4212
3933
  Changes
4213
3934
  ~~~~~~~
@@ -4215,6 +3936,13 @@ Changes
4215
3936
  - Bump version. [Raphaël Vinot]
4216
3937
  - Bump Changelog. [Raphaël Vinot]
4217
3938
  - Bump misp-objects. [Raphaël Vinot]
3939
+ - Bump Changelog. [Raphaël Vinot]
3940
+ - Version bump. [Raphaël Vinot]
3941
+ - Bump misp-objects. [Raphaël Vinot]
3942
+ - Bump describeTypes (add mime) [Raphaël Vinot]
3943
+ - Bump misp-objects. [Raphaël Vinot]
3944
+ - Bump describeType. [Raphaël Vinot]
3945
+ - Bump describeType. [Raphaël Vinot]
4218
3946
 
4219
3947
  Fix
4220
3948
  ~~~
@@ -4225,6 +3953,7 @@ Fix
4225
3953
  Fix #192
4226
3954
  - Typo. [chrisr3d]
4227
3955
  - Update reference test cases. [Raphaël Vinot]
3956
+ - Encode string in _encode_file_to_upload. [Raphaël Vinot]
4228
3957
 
4229
3958
  Other
4230
3959
  ~~~~~
@@ -4274,36 +4003,6 @@ Other
4274
4003
  The return will be a sighting list of event 42 with a filter for organisation 2.
4275
4004
  - Add attributes within objects as well, for tagging via value/id/uuid.
4276
4005
  [Tobias Mainka]
4277
-
4278
-
4279
- v2.4.87.1 (2018-02-13)
4280
- ----------------------
4281
-
4282
- New
4283
- ~~~
4284
- - APIs to manage sharing groups. [Raphaël Vinot]
4285
-
4286
- Fix #185
4287
- - ReturnMetaAttributes flag for freeTextImport API. [Raphaël Vinot]
4288
-
4289
- Fix #188
4290
-
4291
- Changes
4292
- ~~~~~~~
4293
- - Bump Changelog. [Raphaël Vinot]
4294
- - Version bump. [Raphaël Vinot]
4295
- - Bump misp-objects. [Raphaël Vinot]
4296
- - Bump describeTypes (add mime) [Raphaël Vinot]
4297
- - Bump misp-objects. [Raphaël Vinot]
4298
- - Bump describeType. [Raphaël Vinot]
4299
- - Bump describeType. [Raphaël Vinot]
4300
-
4301
- Fix
4302
- ~~~
4303
- - Encode string in _encode_file_to_upload. [Raphaël Vinot]
4304
-
4305
- Other
4306
- ~~~~~
4307
4006
  - Prevent unpublished events to be included in feed. [Koen Van Impe]
4308
4007
 
4309
4008
  Change default proposed config
@@ -4334,55 +4033,6 @@ Changes
4334
4033
  - Allow to pass a directory with custom object templates. [Raphaël
4335
4034
  Vinot]
4336
4035
  - Remove old warning. [Raphaël Vinot]
4337
-
4338
- Fix
4339
- ~~~
4340
- - Only skip test for 3.0->3.5. [Raphaël Vinot]
4341
- - Sys.api_version -> sys.version_info. [Raphaël Vinot]
4342
- - Allow to pass value, UUID, or ID to a sighting. [Raphaël Vinot]
4343
- - Do not use basicConfig in __init__ [Raphaël Vinot]
4344
-
4345
- Fix #170
4346
- - Add_hashes was broken. [Raphaël Vinot]
4347
-
4348
- Fix #174
4349
- - Make python2 happy. [Raphaël Vinot]
4350
- - Download old samples was broken. [Raphaël Vinot]
4351
-
4352
- Other
4353
- ~~~~~
4354
- - Revert "chg: Re-enable python3.4 on travis..." [Raphaël Vinot]
4355
-
4356
- Lief doesn't support python 3.4
4357
-
4358
- This reverts commit 35a8d92acecd7a313bedcf197539eaa82176bcc7.
4359
- - Add: Allow to fetch warninglists. [Raphaël Vinot]
4360
-
4361
- Fix #180
4362
- - Add tag test. [Louis LCE]
4363
- - Add a simple test for uploading samples. [Louis LCE]
4364
- - Add warning when failing to import dependencies. [Louis LCE]
4365
- - Improve and refactor attributes tests. [Louis LCE]
4366
- - Sb-signature library. [garanews]
4367
-
4368
- Created sb-signature library with relative example for testing.
4369
- Thanks @dadokkio
4370
- - Linting. [Kory Kyzar]
4371
- - Bug fix. [Kory Kyzar]
4372
- - Change in add_attachment. Allow explicit attachment naming. [Kory
4373
- Kyzar]
4374
- - Change in new_tag function. Added attributie 'hide_tag' [Armīns Palms]
4375
- - Change the comment of attribute. [Armīns Palms]
4376
- - Fix add_hashes test function parameters. [Louis LCE]
4377
- - Added misp object templates path argument. [Tobias Mainka]
4378
- - Update settings.default.py. [Andras Iklody]
4379
-
4380
-
4381
- v2.4.85.1 (2018-01-10)
4382
- ----------------------
4383
-
4384
- Changes
4385
- ~~~~~~~
4386
4036
  - Bump Changelog. [Raphaël Vinot]
4387
4037
  - Bump version. [Raphaël Vinot]
4388
4038
  - Bump misp-objects. [Raphaël Vinot]
@@ -4408,6 +4058,17 @@ Changes
4408
4058
 
4409
4059
  Fix
4410
4060
  ~~~
4061
+ - Only skip test for 3.0->3.5. [Raphaël Vinot]
4062
+ - Sys.api_version -> sys.version_info. [Raphaël Vinot]
4063
+ - Allow to pass value, UUID, or ID to a sighting. [Raphaël Vinot]
4064
+ - Do not use basicConfig in __init__ [Raphaël Vinot]
4065
+
4066
+ Fix #170
4067
+ - Add_hashes was broken. [Raphaël Vinot]
4068
+
4069
+ Fix #174
4070
+ - Make python2 happy. [Raphaël Vinot]
4071
+ - Download old samples was broken. [Raphaël Vinot]
4411
4072
  - Edited method works as expected, add tests. [Raphaël Vinot]
4412
4073
  - Forgotten test files in last commit... [Raphaël Vinot]
4413
4074
  - Disable_correlation from template not properly used. [Raphaël Vinot]
@@ -4425,6 +4086,31 @@ Fix
4425
4086
 
4426
4087
  Other
4427
4088
  ~~~~~
4089
+ - Revert "chg: Re-enable python3.4 on travis..." [Raphaël Vinot]
4090
+
4091
+ Lief doesn't support python 3.4
4092
+
4093
+ This reverts commit 35a8d92acecd7a313bedcf197539eaa82176bcc7.
4094
+ - Add: Allow to fetch warninglists. [Raphaël Vinot]
4095
+
4096
+ Fix #180
4097
+ - Add tag test. [Louis LCE]
4098
+ - Add a simple test for uploading samples. [Louis LCE]
4099
+ - Add warning when failing to import dependencies. [Louis LCE]
4100
+ - Improve and refactor attributes tests. [Louis LCE]
4101
+ - Sb-signature library. [garanews]
4102
+
4103
+ Created sb-signature library with relative example for testing.
4104
+ Thanks @dadokkio
4105
+ - Linting. [Kory Kyzar]
4106
+ - Bug fix. [Kory Kyzar]
4107
+ - Change in add_attachment. Allow explicit attachment naming. [Kory
4108
+ Kyzar]
4109
+ - Change in new_tag function. Added attributie 'hide_tag' [Armīns Palms]
4110
+ - Change the comment of attribute. [Armīns Palms]
4111
+ - Fix add_hashes test function parameters. [Louis LCE]
4112
+ - Added misp object templates path argument. [Tobias Mainka]
4113
+ - Update settings.default.py. [Andras Iklody]
4428
4114
  - Set_sightings. [AninaAntonie]
4429
4115
 
4430
4116
  Maybe I didn't use it correctly but the method set_sightings didn't work for me. It's working now but I'm not sure whether sending a request for every sighting in the list is the best solution.
@@ -4621,6 +4307,17 @@ Changes
4621
4307
  - Remove warning if PyMISP is too new. [Raphaël Vinot]
4622
4308
  - Add simple asciidoc generator for MISP event. [Raphaël Vinot]
4623
4309
  - Update changelog. [Raphaël Vinot]
4310
+ - Version bump. [Raphaël Vinot]
4311
+ - Update changelog. [Raphaël Vinot]
4312
+ - Bump version. [Raphaël Vinot]
4313
+ - Do not raise an exception when the object template is unknown.
4314
+ [Raphaël Vinot]
4315
+
4316
+ + bump misp-object
4317
+ - Bump misp-objects. [Raphaël Vinot]
4318
+ - Allow to hard delete an attribute by ID. [Raphaël Vinot]
4319
+ - Update comments. [Raphaël Vinot]
4320
+ - Bump misp-objects and describeTypes. [Raphaël Vinot]
4624
4321
 
4625
4322
  Fix
4626
4323
  ~~~
@@ -4642,6 +4339,17 @@ Fix
4642
4339
  fix #120
4643
4340
  - Properly pop the distribution key. [Raphaël Vinot]
4644
4341
  - Update dependencies for VT generator. [Raphaël Vinot]
4342
+ - Properly bundle object templates. [Raphaël Vinot]
4343
+ - Properly bundle object templates. [Raphaël Vinot]
4344
+ - Fix typos and logic mistakes in mispevent. [Raphaël Vinot]
4345
+ - Fix travis build. [Raphaël Vinot]
4346
+ - Min required version of setuptools. [Raphaël Vinot]
4347
+ - Improve dependencies listing. [Raphaël Vinot]
4348
+
4349
+ Partial fix for #110
4350
+ - Missing default category. [Raphaël Vinot]
4351
+
4352
+ Fix #119
4645
4353
 
4646
4354
  Other
4647
4355
  ~~~~~
@@ -4663,51 +4371,6 @@ Other
4663
4371
  python3 add_generic_object.py -e 1683 -t email -d '{"subject":"The Pink Letter", "to":"jon@snow.org"}'
4664
4372
  python3 add_generic_object.py -e 2343 -t person -d '{"first-name":"Daenerys", "last-name":"Targaryen", "place-of-birth":"Dragonstone"}'
4665
4373
  python3 add_generic_object.py -e 3596 -t "domain|ip" -d '{"domain":"stormborn.org", "ip":"50.63.202.33"}'
4666
-
4667
-
4668
- v2.4.81.2 (2017-10-24)
4669
- ----------------------
4670
-
4671
- Changes
4672
- ~~~~~~~
4673
- - Version bump. [Raphaël Vinot]
4674
- - Update changelog. [Raphaël Vinot]
4675
-
4676
- Fix
4677
- ~~~
4678
- - Properly bundle object templates. [Raphaël Vinot]
4679
-
4680
-
4681
- v2.4.81.1 (2017-10-24)
4682
- ----------------------
4683
-
4684
- Changes
4685
- ~~~~~~~
4686
- - Bump version. [Raphaël Vinot]
4687
- - Do not raise an exception when the object template is unknown.
4688
- [Raphaël Vinot]
4689
-
4690
- + bump misp-object
4691
- - Bump misp-objects. [Raphaël Vinot]
4692
- - Allow to hard delete an attribute by ID. [Raphaël Vinot]
4693
- - Update comments. [Raphaël Vinot]
4694
- - Bump misp-objects and describeTypes. [Raphaël Vinot]
4695
-
4696
- Fix
4697
- ~~~
4698
- - Properly bundle object templates. [Raphaël Vinot]
4699
- - Fix typos and logic mistakes in mispevent. [Raphaël Vinot]
4700
- - Fix travis build. [Raphaël Vinot]
4701
- - Min required version of setuptools. [Raphaël Vinot]
4702
- - Improve dependencies listing. [Raphaël Vinot]
4703
-
4704
- Partial fix for #110
4705
- - Missing default category. [Raphaël Vinot]
4706
-
4707
- Fix #119
4708
-
4709
- Other
4710
- ~~~~~
4711
4374
  - Update openioc.py. [Andras Iklody]
4712
4375
  - Added **kwargs to add_named_attribute call in add_attachment.
4713
4376
  [tssbo82]
@@ -4718,25 +4381,13 @@ Other
4718
4381
  v2.4.81 (2017-10-09)
4719
4382
  --------------------
4720
4383
 
4721
- Fix
4722
- ~~~
4723
- - Changelog config + update. [Raphaël Vinot]
4724
-
4725
- Other
4726
- ~~~~~
4727
- - Up: bump version. [Raphaël Vinot]
4728
- - Up: Bump misp-objects. [Raphaël Vinot]
4729
-
4730
-
4731
- v2.4.80.1 (2017-10-04)
4732
- ----------------------
4733
-
4734
4384
  Changes
4735
4385
  ~~~~~~~
4736
4386
  - Update changelog. [Raphaël Vinot]
4737
4387
 
4738
4388
  Fix
4739
4389
  ~~~
4390
+ - Changelog config + update. [Raphaël Vinot]
4740
4391
  - Change readme. [Raphaël Vinot]
4741
4392
  - Create file object. [Raphaël Vinot]
4742
4393
 
@@ -4747,6 +4398,8 @@ Fix
4747
4398
 
4748
4399
  Other
4749
4400
  ~~~~~
4401
+ - Up: bump version. [Raphaël Vinot]
4402
+ - Up: Bump misp-objects. [Raphaël Vinot]
4750
4403
  - Up: Version bump. [Raphaël Vinot]
4751
4404
  - Up: Bump misp-objects & describeTypes. [Raphaël Vinot]
4752
4405
  - Update readme. [Raphaël Vinot]
@@ -5107,14 +4760,6 @@ Other
5107
4760
 
5108
4761
  v2.4.63 (2017-01-31)
5109
4762
  --------------------
5110
- - Version bump. [Raphaël Vinot]
5111
- - Fix regression. [Raphaël Vinot]
5112
-
5113
- Fix #46
5114
-
5115
-
5116
- v2.4.62.1 (2017-01-27)
5117
- ----------------------
5118
4763
 
5119
4764
  Changes
5120
4765
  ~~~~~~~
@@ -5123,6 +4768,10 @@ Changes
5123
4768
  Other
5124
4769
  ~~~~~
5125
4770
  - Version bump. [Raphaël Vinot]
4771
+ - Fix regression. [Raphaël Vinot]
4772
+
4773
+ Fix #46
4774
+ - Version bump. [Raphaël Vinot]
5126
4775
  - Fix testing. [Raphaël Vinot]
5127
4776
  - Bug fixes. [Raphaël Vinot]
5128
4777
 
@@ -5300,10 +4949,6 @@ v2.4.53 (2016-10-21)
5300
4949
  - First batch of changes, will be squashed. [Raphaël Vinot]
5301
4950
  - Fixed search_index. [Hannah Ward]
5302
4951
  - Toggle flag instead of value. [Alexandre Dulaunoy]
5303
-
5304
-
5305
- v2.4.51.1 (2016-09-12)
5306
- ----------------------
5307
4952
  - Version bump. [Raphaël Vinot]
5308
4953
  - Fix examples after removal of MISP XML support. [Raphaël Vinot]
5309
4954
  - Add some examples. [Déborah Servili]
@@ -5404,16 +5049,12 @@ v2.4.49 (2016-08-02)
5404
5049
  examples/treemap/treemap.py. [Deborah Servili]
5405
5050
  - Move files from examples/treemap to examples/situational-awareness/
5406
5051
  [Déborah Servili]
5407
- - Rename examples/treemap/treemap.py to
5408
- examples/statistics/attribute_treemap.py. [Deborah Servili]
5409
-
5410
-
5411
- v2.4.48.2 (2016-07-11)
5412
- ----------------------
5413
5052
  - Version bump. [Raphaël Vinot]
5414
5053
  - Add remove tag method. [Raphaël Vinot]
5415
5054
  - Use same variable names as testing environment. [Raphaël Vinot]
5416
5055
  - Make scripts executable. [Raphaël Vinot]
5056
+ - Rename examples/treemap/treemap.py to
5057
+ examples/statistics/attribute_treemap.py. [Deborah Servili]
5417
5058
  - Random names for dummy files. [Déborah Servili]
5418
5059
  - Add examples "create_dummy_event" and "create_massive_dummy_events"
5419
5060
  [Déborah Servili]
@@ -5425,10 +5066,6 @@ v2.4.48.2 (2016-07-11)
5425
5066
  - Fix python3 compat. Make Pep8 happy. [Raphaël Vinot]
5426
5067
  - Make pep8 happy. [Raphaël Vinot]
5427
5068
  - Comment removed. [Alexandre Dulaunoy]
5428
-
5429
-
5430
- v2.4.48.1 (2016-06-15)
5431
- ----------------------
5432
5069
  - Fix check MISP latest version. [Raphaël Vinot]
5433
5070
  - Add tag script. [Raphaël Vinot]
5434
5071
  - Make pep8 happy. [Raphaël Vinot]
@@ -5536,18 +5173,6 @@ v2.4.36 (2016-04-15)
5536
5173
  - Fixed a typo causing the tests to fail. [iglocska]
5537
5174
  - README updated including keys.py usage. [Alexandre Dulaunoy]
5538
5175
  - Authentication parameters updated. [Alexandre Dulaunoy]
5539
- - Auth parameters updated. [Alexandre Dulaunoy]
5540
- - Updated auth parameters. [Alexandre Dulaunoy]
5541
- - Normalized auth parameters. [Alexandre Dulaunoy]
5542
- - Normalized auth parameters. [Alexandre Dulaunoy]
5543
- - Sample keys file added. [Alexandre Dulaunoy]
5544
- - Normalized auth parameters. [Alexandre Dulaunoy]
5545
- - Normalized auth parameters. [Alexandre Dulaunoy]
5546
- - Auth parameters normalized. [Alexandre Dulaunoy]
5547
-
5548
-
5549
- v2.1.1 (2015-11-05)
5550
- -------------------
5551
5176
  - Add add_ipsrc. [Raphaël Vinot]
5552
5177
  - Add basic support for the proposal API. [Raphaël Vinot]
5553
5178
  - Whitespace cleaned. [grolinet]
@@ -5556,11 +5181,15 @@ v2.1.1 (2015-11-05)
5556
5181
  - Missing types added. [unknown]
5557
5182
  - Missing types added. [unknown]
5558
5183
  - [UnitTest] Add some functions, testing. [Raphaël Vinot]
5184
+ - Auth parameters updated. [Alexandre Dulaunoy]
5185
+ - Updated auth parameters. [Alexandre Dulaunoy]
5186
+ - Normalized auth parameters. [Alexandre Dulaunoy]
5187
+ - Normalized auth parameters. [Alexandre Dulaunoy]
5188
+ - Sample keys file added. [Alexandre Dulaunoy]
5189
+ - Normalized auth parameters. [Alexandre Dulaunoy]
5190
+ - Normalized auth parameters. [Alexandre Dulaunoy]
5191
+ - Auth parameters normalized. [Alexandre Dulaunoy]
5559
5192
  - Improve error handling. [Raphaël Vinot]
5560
-
5561
-
5562
- v2.0.1 (2015-09-22)
5563
- -------------------
5564
5193
  - Add test cases (initial) [Raphaël Vinot]
5565
5194
  - Fix typo in categories names. [Raphaël Vinot]
5566
5195
  - Check the MISP instance to query is valid. [Raphaël Vinot]
@@ -5573,15 +5202,7 @@ v2.0.1 (2015-09-22)
5573
5202
  - Add methods to query the version of MISP (master and local) [Raphaël
5574
5203
  Vinot]
5575
5204
  - Add publish method. [Raphaël Vinot]
5576
-
5577
-
5578
- v1.8.2 (2015-09-12)
5579
- -------------------
5580
5205
  - Try to convert event ID to integer if not None. [Raphaël Vinot]
5581
-
5582
-
5583
- v1.8.1 (2015-09-12)
5584
- -------------------
5585
5206
  - Fix bug in download sample function. [Raphaël Vinot]
5586
5207
 
5587
5208
  Thanks to @kevthehermit
@@ -5613,10 +5234,6 @@ v1.8.1 (2015-09-12)
5613
5234
  - Fix last commit. [Raphaël Vinot]
5614
5235
  - Initial changes to increase flexibility for Viper module. [Raphaël
5615
5236
  Vinot]
5616
-
5617
-
5618
- v1.1.2 (2015-08-05)
5619
- -------------------
5620
5237
  - Fix PyPi package. [Raphaël Vinot]
5621
5238
  - Add netflow filter output. [Koen Van Impe]
5622
5239