pymisp 2.5.2.dev2__tar.gz → 2.5.4__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.
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/CHANGELOG.txt +444 -768
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/PKG-INFO +4 -4
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator/generate.py +29 -5
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator/settings.default.py +3 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/api.py +8 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/README.md +1 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/android-app/definition.json +8 -2
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/opentide/definition.json +24 -7
- pymisp-2.5.4/pymisp/data/misp-objects/objects/spambee-report/definition.json +54 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/vulnerability/definition.json +5 -4
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/relationships/definition.json +17 -1
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/mispevent.py +123 -25
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pyproject.toml +6 -6
- pymisp-2.5.4/tests/test_analyst_data.py +123 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/testlive_comprehensive.py +1 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/LICENSE +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/Makefile +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/PDF-export/ExportPDF.png +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/PDF-export/Internationalization_parameters.png +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/PDF-export/Internationalization_path.png +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/PDF-export/Parameters.png +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/PDF-export/README.MD +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/source/conf.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/source/index.rst +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/source/modules.rst +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/source/tools.rst +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/FullOverview.ipynb +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/Search-FullOverview.ipynb +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/a.7-rest-api-extensive-restsearch.ipynb +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/install_notebook.sh +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/old/PyMISP_tutorial.ipynb +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/old/Search.ipynb +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/docs/tutorial/old/Usage-NG.ipynb +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/__init__.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_attributes_from_csv.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_email_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_fail2ban_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_feed.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_file_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_filetype_object_from_csv.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_generic_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_github_user.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_gitlab_user.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_named_attribute.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_organisations.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_ssh_authorized_keys.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_user.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/add_vehicle_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/addtag2.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/admin/setup_sync.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/asciidoc_generator.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/cache_all.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/climate/scrippsco2.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/copyTagsFromAttributesToEvent.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/copy_list.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/covid19/import_csse_covid19_daily.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/covid19/import_dxy_covid19_live.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/create_events.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/cytomic_orion.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/del.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/delete_user.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/edit_organisation.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/edit_user.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/events/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/events/create_dummy_event.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/events/create_massive_dummy_events.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/events/dummy +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/events/tools.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/falsepositive_disabletoids.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator/output/empty +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/MISPItemToRedis.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/ObjectConstructor/CowrieMISPObject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/fromredis.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/generator.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/install.sh +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/server.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/feed-generator-from-redis/settings.default.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/fetch_events_feed.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/fetch_warninglist_hits.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/freetext.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/freetext.txt +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/generate_file_objects.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/generate_meta_feed.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/get.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/get_csv.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/get_network_activity.event_id +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/get_network_activity.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/graphdb/make_neo4j.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/ioc_2_misp/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/ioc_2_misp/ioc2misp.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/ioc_2_misp/keys.py.sample +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/ioc_2_misp/taxonomy.csv +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/keys.py.sample +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/last.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/load_csv.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/lookup.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/misp2cef.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/misp2clamav.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/openioc_to_misp.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/profiles/__init__.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/profiles/daily_report.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/profiles/weekly_report.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/proofpoint_tap.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/proofpoint_vap.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/search.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/search_attributes_yara.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/search_sighting.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/server_sync_check_conn.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/sharing_groups.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/show_sightings.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/sighting.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/__init__.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/attribute_treemap.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/bokeh_tools.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/date_tools.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/pygal_tools.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/style.css +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/style2.css +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/tag_scatter.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/tag_search.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/tags_count.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/tags_to_graphs.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/test_attribute_treemap.html +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/situational_awareness/tools.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/stats_report.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/suricata_search/README.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/sync_sighting.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/tags.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/test_sign.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/trustar.conf +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/trustar_misp.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/up.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/upload.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/user_sample.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/users_list.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/vmray_automation.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/vt_to_misp.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/warninglists.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/yara.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/examples/yara_dump.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/__init__.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/abstract.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/describeTypes.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/.git +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/.gitchangelog.rc +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/.github/workflows/codeql.yml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/.github/workflows/nosetests.yml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/.travis.yml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/LICENSE-software-only.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/LICENSE.md +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/docs/time-related-objects.ods +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/docs/time-related-objects.pdf +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/jq_all_the_things.sh +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ADS/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/abuseipdb/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ai-chat-prompt/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ail-leak/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ais/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ais-info/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/android-permission/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/annotation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/anonymisation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/apivoid-email-verification/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/artifact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/asn/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/attack-pattern/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/attack-step/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/attacker-infra/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/authentication-failure-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/authenticode-signerinfo/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/av-signature/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/availability-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/bank-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/bgp-hijack/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/bgp-ranking/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/blog/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/boleto/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/btc-transaction/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/btc-wallet/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/c2-list/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cap-alert/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cap-info/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cap-resource/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cert-pl-phishing/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cloth/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/coin-address/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/command/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/command-line/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/concordia-mtmf-intrusion-set/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/confidentiality-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cookie/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cortex/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cortex-taxonomy/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/course-of-action/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/covid19-csse-daily-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/covid19-dxy-live-city/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/covid19-dxy-live-province/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cowrie/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cpe-asset/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/credential/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/credit-card/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/crowdsec-ip-context/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/crowdstrike-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/crypto-material/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cryptocurrency-transaction/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cs-beacon-config/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ctf-challenge/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cytomic-orion-file/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/cytomic-orion-machine/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/dark-pattern-item/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ddos/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ddos-claim/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ddos-config/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/device/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/diameter-attack/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/diamond/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/directory/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/dkim/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/dns-record/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/dom-hash/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/domain-crawled/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/domain-ip/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/edr-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/elf/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/elf-section/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/email/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/employee/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/error-message/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/event/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/exploit/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/exploit-poc/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/external-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/facebook-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/facebook-group/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/facebook-page/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/facebook-post/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/facebook-reaction/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/facial-composite/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/fail2ban/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/favicon/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/file/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/flowintel-cm-case/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/flowintel-cm-task/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/flowintel-cm-task-note/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/forensic-case/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/forensic-evidence/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/forged-document/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Airplane/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Assessment/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Asset/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Associate/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Audio/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-BankAccount/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Call/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Company/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Contract/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-ContractAward/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-CourtCase/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-CourtCaseParty/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Debt/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Directorship/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Document/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Documentation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-EconomicActivity/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Email/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Event/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Family/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Folder/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-HyperText/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Image/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Land/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-LegalEntity/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-License/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Membership/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Message/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Organization/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Ownership/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Package/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Page/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Pages/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Passport/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Payment/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Person/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-PlainText/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-PublicBody/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-RealEstate/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Representation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Row/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Sanction/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Succession/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Table/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-TaxRoll/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-UnknownLink/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-UserAccount/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Vehicle/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Vessel/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Video/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ftm-Workbook/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/game-cheat/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/generalizing-persuasion-framework/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/geolocation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/git-vuln-finder/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/github-user/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/gitlab-user/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/google-safe-browsing/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/google-threat-intelligence-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/greynoise-ip/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/gtp-attack/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/hashlookup/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/hhhash/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/http-request/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/identity/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ilr-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ilr-notification-incident/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/image/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/impersonation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/imsi-catcher/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/incident/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/infrastructure/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/instant-message/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/instant-message-group/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/integrity-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/intel471-vulnerability-intelligence/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/intelmq_event/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/intelmq_report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/internal-reference/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/interpol-notice/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/intrusion-set/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/iot-device/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/iot-firmware/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ip-api-address/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ip-port/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/irc/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ja3/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ja3s/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ja4-plus/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/jarm/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/keybase-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/language-content/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/leaked-document/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/legal-entity/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/lnk/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/macho/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/macho-section/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/mactime-timeline-analysis/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/malware/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/malware-analysis/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/malware-config/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/meme-image/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/microblog/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/monetary-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/mutex/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/narrative/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/netflow/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/network-connection/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/network-profile/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/network-socket/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/network-traffic/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/news-agency/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/news-media/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/open-data-security/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/organization/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/original-imported-file/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/paloalto-threat-event/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/parler-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/parler-comment/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/parler-post/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/passive-dns/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/passive-dns-dnsdbflex/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/passive-ssh/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/paste/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/pcap-metadata/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/pe/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/pe-optional-header/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/pe-section/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/persnona/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/person/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/personification/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/pgp-meta/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/phishing/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/phishing-kit/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/phone/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/phone-number/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/physical-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/postal-address/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/probabilistic-data-structure/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/process/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/publication/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/python-etvx-event-log/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/query/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/r2graphity/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ransom-negotiation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ransomware-group-post/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/reddit-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/reddit-comment/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/reddit-post/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/reddit-subreddit/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regexp/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/registry-key/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/registry-key-value/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-NTUser/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-sam-hive-single-user/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-sam-hive-user-group/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-BHO/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-appInit-DLLS/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-application-paths/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-applications-installed/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-command-shell/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-software-run/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-userprofile-winlogon/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-software-hive-windows-general-info/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-system-hive-firewall-configuration/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-system-hive-general-configuration/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-system-hive-network-information/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/regripper-system-hive-services-drivers/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/research-scanner/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/risk-assessment-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/rogue-dns/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/rtir/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/sandbox-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/sb-signature/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scan-result/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scheduled-event/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scheduled-task/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scrippsco2-c13-daily/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scrippsco2-c13-monthly/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scrippsco2-co2-daily/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scrippsco2-co2-monthly/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scrippsco2-o18-daily/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/scrippsco2-o18-monthly/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/script/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/security-playbook/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/shadowserver-malware-url-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/shadowserver-scan-http-proxy/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/shell-commands/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/shodan-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/short-message-service/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/shortened-link/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/sigma/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/sigmf-archive/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/sigmf-expanded-recording/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/sigmf-recording/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/social-media-group/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/software/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/spearphishing-attachment/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/spearphishing-link/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/splunk/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ss7-attack/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/ssh-authorized-keys/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/stairwell/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/stix2-pattern/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/stock/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/submarine/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/suricata/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/target-system/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/task/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tattoo/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/telegram-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/telegram-bot/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/temporal-event/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/thaicert-group-cards/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/threatgrid-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/timecode/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/timesketch-timeline/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/timesketch_message/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/timestamp/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tor-hiddenservice/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tor-node/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/traceability-impact/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tracking-id/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/transaction/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/translation/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/transport-ticket/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/trustar_report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tsk-chats/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tsk-web-bookmark/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tsk-web-cookie/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tsk-web-downloads/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tsk-web-history/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/tsk-web-search-query/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/twitter-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/twitter-list/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/twitter-post/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/typosquatting-finder/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/typosquatting-finder-result/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/url/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/user-account/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/user-action/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/vehicle/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/victim/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/virustotal-graph/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/virustotal-report/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/virustotal-submission/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/weakness/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/whois/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/windows-service/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/x-header/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/x509/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/yabin/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/yara/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/youtube-channel/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/youtube-comment/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/youtube-playlist/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/objects/youtube-video/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/schema_objects.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/schema_relationships.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/tools/adoc_objects.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/tools/alfred_links_to_relarelationships.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/tools/list_of_objects.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/tools/updated.sh +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/tools/validate_opposites.sh +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/unique_uuid.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/misp-objects/validate_all.sh +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/schema-lax.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/data/schema.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/exceptions.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/py.typed +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/__init__.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/_psl_faup.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/abstractgenerator.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/asnobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/create_misp_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/csvloader.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/domainipobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/elfobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/emailobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/ext_lookups.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/fail2banobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/feed.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/fileobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/genericgenerator.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/geolocationobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/git_vuln_finder_object.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/load_warninglists.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/machoobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/microblogobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/neo4j.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/openioc.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/peobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/reportlab_generator.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/sbsignatureobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/sshauthkeyobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/update_objects.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/urlobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/vehicleobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/pymisp/tools/vtreportobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/57c4445b-c548-4654-af0b-4be3950d210f.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/__init__.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/csv_testfiles/invalid_fieldnames.csv +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/csv_testfiles/valid_fieldnames.csv +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_1.eml.zip +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_1.msg +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_1_bom.eml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_1_headers_only.eml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_2.eml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_3.eml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_3.msg +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_4.msg +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_5.msg +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/mail_multiple_to.eml +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/email_testfiles/source +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/git-vuln-finder-quagga.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/misp_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/attribute.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/attribute_del.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/def_param.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/event_obj_attr_tag.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/event_obj_def_param.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/event_obj_tag.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/event_tags.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/existing_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/existing_event_edited.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/galaxy.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/malware.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/malware_exist.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/misp_custom_obj.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/overwrite_file/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/proposals.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/shadow.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/sighting.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/simple.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/mispevent_testfiles/test_object_template/definition.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/new_misp_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/HTML_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/galaxy_1.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/image_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/japanese_test.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/japanese_test_heavy.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/long_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/mainly_objects_1.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/mainly_objects_2.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/sighting_1.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/sighting_2.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/to_delete1.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/to_delete2.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/to_delete3.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testfiles/very_long_event.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testoutputs/to_delete1.json.pdf +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testoutputs/to_delete2.json.pdf +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/reportlab_testoutputs/to_delete3.json.pdf +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/search_index_result.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/sharing_groups.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/stix1.xml-utf8 +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/stix2.json +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/test_emailobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/test_fileobject.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/test_mispevent.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/test_reportlab.py +0 -0
- {pymisp-2.5.2.dev2 → pymisp-2.5.4}/tests/testlive_sync.py +0 -0
|
@@ -2,6 +2,139 @@ Changelog
|
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
v2.5.4 (2024-12-20)
|
|
6
|
+
-------------------
|
|
7
|
+
|
|
8
|
+
Changes
|
|
9
|
+
~~~~~~~
|
|
10
|
+
- Update objects templates. [Raphaël Vinot]
|
|
11
|
+
- Make python 3.9 happy. [Raphaël Vinot]
|
|
12
|
+
- Bump deps. [Raphaël Vinot]
|
|
13
|
+
- [AnalystData] Flattening analyst data based on the recent changes on
|
|
14
|
+
MISP standard format. [Christian Studer]
|
|
15
|
+
|
|
16
|
+
- Adding a note or an opinion will always add the
|
|
17
|
+
new analyst data object to the list of notes or
|
|
18
|
+
opinions at the parent data layer level
|
|
19
|
+
- `from_dict` on a JSON blob is also able to parse
|
|
20
|
+
properly analyst data and generate flat lists
|
|
21
|
+
regardless of whether the given data described
|
|
22
|
+
in the new flat or previously nested format
|
|
23
|
+
- Bump deps. [Raphaël Vinot]
|
|
24
|
+
- Bump deps. [Raphaël Vinot]
|
|
25
|
+
|
|
26
|
+
Fix
|
|
27
|
+
~~~
|
|
28
|
+
- [tests] Removed typing. [Christian Studer]
|
|
29
|
+
- [MISPAnalystData] Added missing typing. [Christian Studer]
|
|
30
|
+
- [MISPAnalystData] Reverted the declaration of Analyst data objects
|
|
31
|
+
lists back to the mixin parent class. [Christian Studer]
|
|
32
|
+
- [MISPAnalystData] Better handling of the different use cases.
|
|
33
|
+
[Christian Studer]
|
|
34
|
+
|
|
35
|
+
- Additional checks for parent to support both
|
|
36
|
+
the standalone and attached analyst data objects
|
|
37
|
+
- Standalone Analyst data objects with nested
|
|
38
|
+
notes or opinions are defined with the nesting
|
|
39
|
+
as they have no parent. When they are added to
|
|
40
|
+
a parent data layer, the nested objects are then
|
|
41
|
+
flattened
|
|
42
|
+
- [AnalystData] Typo... [Christian Studer]
|
|
43
|
+
- [AnalystData] Avoiding issues with analyst data objects. [Christian
|
|
44
|
+
Studer]
|
|
45
|
+
|
|
46
|
+
Other
|
|
47
|
+
~~~~~
|
|
48
|
+
- Chg; Bump version. [Raphaël Vinot]
|
|
49
|
+
- Revert "fix: [tests] Removed typing" [Christian Studer]
|
|
50
|
+
|
|
51
|
+
This reverts commit a7cf9dc3f03ffda5ee6c1b614792455fe43d8704.
|
|
52
|
+
- Add: [tests] Testing Analyst Data in different scenarios. [Christian
|
|
53
|
+
Studer]
|
|
54
|
+
|
|
55
|
+
- Testing different ways to attach analyst data
|
|
56
|
+
- Testing that no matter what object type the
|
|
57
|
+
analyst data is attached to, the `object_type`
|
|
58
|
+
& `object_uuid` are correct, and the parent
|
|
59
|
+
container does contain every analyst data object
|
|
60
|
+
in flat lists with no nesting
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
v2.5.3 (2024-12-16)
|
|
64
|
+
-------------------
|
|
65
|
+
|
|
66
|
+
New
|
|
67
|
+
~~~
|
|
68
|
+
- Create a sign_blob method to sign events. [Raphaël Vinot]
|
|
69
|
+
- [support for signing] added. [iglocska]
|
|
70
|
+
|
|
71
|
+
- added new class CryptographicKeys
|
|
72
|
+
- added functions to to_feed calls to include crypto keys
|
|
73
|
+
- added protected boolean field to misp event
|
|
74
|
+
|
|
75
|
+
- updated feed generator to support signing
|
|
76
|
+
- if the new setting is set to True signing will be attempted for protected events
|
|
77
|
+
- protected events are now passed to the /cryptographic_keys/serverSign endpoint of misp for signing
|
|
78
|
+
- signatures are included as a .asc file in the output directory
|
|
79
|
+
|
|
80
|
+
- TODO:
|
|
81
|
+
- currently the JSON dumping is moved from a streamed dumping to an in memory dump before saving to disk
|
|
82
|
+
- add a check for protected events and revert to streamed dumping for non protected events
|
|
83
|
+
- alternatively use the already saved files to request signing from MISP
|
|
84
|
+
|
|
85
|
+
Changes
|
|
86
|
+
~~~~~~~
|
|
87
|
+
- Bump changelog. [Raphaël Vinot]
|
|
88
|
+
- Bump release. [Raphaël Vinot]
|
|
89
|
+
- Bump deps. [Raphaël Vinot]
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
v2.4.199 (2024-11-26)
|
|
93
|
+
---------------------
|
|
94
|
+
|
|
95
|
+
New
|
|
96
|
+
~~~
|
|
97
|
+
- Publish to PyPi on release. [Raphaël Vinot]
|
|
98
|
+
|
|
99
|
+
Changes
|
|
100
|
+
~~~~~~~
|
|
101
|
+
- Bump changelog. [Raphaël Vinot]
|
|
102
|
+
- Skip PyMISP version check. [Raphaël Vinot]
|
|
103
|
+
- Bump deps, version. [Raphaël Vinot]
|
|
104
|
+
- Bump deps, version. [Raphaël Vinot]
|
|
105
|
+
- Bump version, deps, templates. [Raphaël Vinot]
|
|
106
|
+
- Bump version, test for GH action release. [Raphaël Vinot]
|
|
107
|
+
- Drop python 3.8, add python 3.13. [Raphaël Vinot]
|
|
108
|
+
- Bump templates. [Raphaël Vinot]
|
|
109
|
+
- Bump deps. [Raphaël Vinot]
|
|
110
|
+
- Remove fonts from submodules, on-demand download if needed. [Raphaël
|
|
111
|
+
Vinot]
|
|
112
|
+
|
|
113
|
+
Fix
|
|
114
|
+
~~~
|
|
115
|
+
- Avoid exception on dev releases. [Raphaël Vinot]
|
|
116
|
+
- Template versions in tests. [Raphaël Vinot]
|
|
117
|
+
- [AnalystData] A quick and simple typing fix. [Christian Studer]
|
|
118
|
+
|
|
119
|
+
Other
|
|
120
|
+
~~~~~
|
|
121
|
+
- Build(deps): bump codecov/codecov-action from 4 to 5.
|
|
122
|
+
[dependabot[bot]]
|
|
123
|
+
|
|
124
|
+
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
|
|
125
|
+
- [Release notes](https://github.com/codecov/codecov-action/releases)
|
|
126
|
+
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
|
|
127
|
+
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
updated-dependencies:
|
|
131
|
+
- dependency-name: codecov/codecov-action
|
|
132
|
+
dependency-type: direct:production
|
|
133
|
+
update-type: version-update:semver-major
|
|
134
|
+
...
|
|
135
|
+
- Update pytest.yml for python 3.13. [Raphaël Vinot]
|
|
136
|
+
|
|
137
|
+
|
|
5
138
|
v2.5.1 (2024-10-17)
|
|
6
139
|
-------------------
|
|
7
140
|
|
|
@@ -11,6 +144,7 @@ New
|
|
|
11
144
|
|
|
12
145
|
Changes
|
|
13
146
|
~~~~~~~
|
|
147
|
+
- Re-bump changelog. [Raphaël Vinot]
|
|
14
148
|
- Bump changelog. [Raphaël Vinot]
|
|
15
149
|
- Bump objects. [Raphaël Vinot]
|
|
16
150
|
- Bump version. [Raphaël Vinot]
|
|
@@ -353,21 +487,18 @@ Changes
|
|
|
353
487
|
~~~~~~~
|
|
354
488
|
- Bump changelog. [Raphaël Vinot]
|
|
355
489
|
- Bump deps, version. [Raphaël Vinot]
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
v2.4.184.3 (2024-02-12)
|
|
359
|
-
-----------------------
|
|
360
|
-
|
|
361
|
-
Changes
|
|
362
|
-
~~~~~~~
|
|
363
490
|
- Bump changelog. [Raphaël Vinot]
|
|
364
491
|
- Bump version. [Raphaël Vinot]
|
|
365
492
|
- Bump deps. [Raphaël Vinot]
|
|
493
|
+
- Add changelog. [Raphaël Vinot]
|
|
494
|
+
- Bump changelog. [Raphaël Vinot]
|
|
495
|
+
- Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot]
|
|
366
496
|
|
|
367
497
|
Fix
|
|
368
498
|
~~~
|
|
369
499
|
- Properly get body from message, without headers. [Raphaël Vinot]
|
|
370
500
|
- Remove from __all__ entries that shouldn't be there. [Raphaël Vinot]
|
|
501
|
+
- Do not throw a warning every time one import pymisp... [Raphaël Vinot]
|
|
371
502
|
|
|
372
503
|
Other
|
|
373
504
|
~~~~~
|
|
@@ -384,23 +515,6 @@ Other
|
|
|
384
515
|
- dependency-name: jupyter-lsp
|
|
385
516
|
dependency-type: indirect
|
|
386
517
|
...
|
|
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
518
|
- Build(deps): bump codecov/codecov-action from 3 to 4.
|
|
405
519
|
[dependabot[bot]]
|
|
406
520
|
|
|
@@ -417,15 +531,6 @@ Other
|
|
|
417
531
|
...
|
|
418
532
|
|
|
419
533
|
|
|
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
534
|
v2.4.184 (2024-02-02)
|
|
430
535
|
---------------------
|
|
431
536
|
|
|
@@ -797,11 +902,19 @@ Changes
|
|
|
797
902
|
- Bump changelog. [Raphaël Vinot]
|
|
798
903
|
- Bump version. [Raphaël Vinot]
|
|
799
904
|
- Remove old setup files, bump deps. [Raphaël Vinot]
|
|
905
|
+
- Bump changelog. [Raphaël Vinot]
|
|
906
|
+
- Bump version. [Raphaël Vinot]
|
|
907
|
+
- Bump deps. [Raphaël Vinot]
|
|
908
|
+
- Bump deps. [Raphaël Vinot]
|
|
909
|
+
- Disable fail fast in GHA. [Raphaël Vinot]
|
|
910
|
+
- Bump version. [Raphaël Vinot]
|
|
911
|
+
- Bump deps. [Raphaël Vinot]
|
|
800
912
|
|
|
801
913
|
Fix
|
|
802
914
|
~~~
|
|
803
915
|
- Extra print breaking the CI on MISP side. [Raphaël Vinot]
|
|
804
916
|
- Properly use lief on a file. [Raphaël Vinot]
|
|
917
|
+
- Update lief code to v0.13. [Raphaël Vinot]
|
|
805
918
|
|
|
806
919
|
Other
|
|
807
920
|
~~~~~
|
|
@@ -820,31 +933,6 @@ Other
|
|
|
820
933
|
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
|
|
821
934
|
|
|
822
935
|
|
|
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
936
|
v2.4.170 (2023-04-12)
|
|
849
937
|
---------------------
|
|
850
938
|
|
|
@@ -853,85 +941,40 @@ Changes
|
|
|
853
941
|
- Bump changelog. [Raphaël Vinot]
|
|
854
942
|
- Bump version. [Raphaël Vinot]
|
|
855
943
|
- 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
944
|
- Bump changelog. [Raphaël Vinot]
|
|
870
945
|
- Bump deps, version. [Raphaël Vinot]
|
|
871
946
|
- 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
947
|
- Bump changelog. [Raphaël Vinot]
|
|
884
948
|
- Bump version. [Raphaël Vinot]
|
|
885
949
|
- Include event reports by default in feed. [Raphaël Vinot]
|
|
886
950
|
- Bump deps. [Raphaël Vinot]
|
|
951
|
+
- Bump changelog. [Raphaël Vinot]
|
|
952
|
+
- Bump version. [Raphaël Vinot]
|
|
953
|
+
- Add greynoise-ip object. [Raphaël Vinot]
|
|
954
|
+
|
|
955
|
+
Fix #951
|
|
887
956
|
|
|
888
957
|
Fix
|
|
889
958
|
~~~
|
|
959
|
+
- Invalid check if taxo is enabled. [Raphaël Vinot]
|
|
890
960
|
- Use proper parameter to trigger the request in search_galaxy_clusters.
|
|
891
961
|
[Raphaël Vinot]
|
|
892
962
|
- Use POST in search galaxy cluster. [Raphaël Vinot]
|
|
893
963
|
|
|
894
964
|
Other
|
|
895
965
|
~~~~~
|
|
966
|
+
- Add: support breakOnDuplicate option for attributes:add() [Luciano
|
|
967
|
+
Righetti]
|
|
968
|
+
- Update reportlab_generator.py. [CarlosLoureiro]
|
|
896
969
|
- Rename include_event_reports kwarg to with_event_reports, in-line with
|
|
897
970
|
other kwarg naming. [UFOSmuggler]
|
|
898
971
|
- Add kwarg to allow the inclusion of event reports into to_feed(),
|
|
899
972
|
honour with_distribution and valid_distributions kwargs. [UFOSmuggler]
|
|
900
973
|
|
|
901
974
|
|
|
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
975
|
v2.4.169 (2023-03-10)
|
|
915
976
|
---------------------
|
|
916
977
|
|
|
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
978
|
New
|
|
936
979
|
~~~
|
|
937
980
|
- [doc] added the Jupyter notebook used in a.7-rest-api-extensive-
|
|
@@ -939,6 +982,10 @@ New
|
|
|
939
982
|
|
|
940
983
|
Changes
|
|
941
984
|
~~~~~~~
|
|
985
|
+
- Bump changelog. [Raphaël Vinot]
|
|
986
|
+
- Bump version. [Raphaël Vinot]
|
|
987
|
+
- Bump templates. [Raphaël Vinot]
|
|
988
|
+
- Bump deps. [Raphaël Vinot]
|
|
942
989
|
- Bump changelog, version. [Raphaël Vinot]
|
|
943
990
|
- Bump templates, again. [Raphaël Vinot]
|
|
944
991
|
- Bump templates. [Raphaël Vinot]
|
|
@@ -952,6 +999,10 @@ Changes
|
|
|
952
999
|
|
|
953
1000
|
Fix
|
|
954
1001
|
~~~
|
|
1002
|
+
- Add local key in MISPTag. [Raphaël Vinot]
|
|
1003
|
+
|
|
1004
|
+
Related #947
|
|
1005
|
+
- Use pytest for the tests. [Raphaël Vinot]
|
|
955
1006
|
- Properly handle missing parameter in CSV importer. [Raphaël Vinot]
|
|
956
1007
|
|
|
957
1008
|
Fix #931
|
|
@@ -964,39 +1015,18 @@ Fix
|
|
|
964
1015
|
v2.4.168 (2023-01-23)
|
|
965
1016
|
---------------------
|
|
966
1017
|
|
|
1018
|
+
New
|
|
1019
|
+
~~~
|
|
1020
|
+
- Add relationship_type in Tag entries for feeds. [Raphaël Vinot]
|
|
1021
|
+
|
|
967
1022
|
Changes
|
|
968
1023
|
~~~~~~~
|
|
969
1024
|
- Bump changelog. [Raphaël Vinot]
|
|
970
1025
|
- Bump version. [Raphaël Vinot]
|
|
971
1026
|
- Bump deps. [Raphaël Vinot]
|
|
972
1027
|
- Bump deps. [Raphaël Vinot]
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
v2.4.167.2 (2023-01-17)
|
|
976
|
-
-----------------------
|
|
977
|
-
|
|
978
|
-
Changes
|
|
979
|
-
~~~~~~~
|
|
980
1028
|
- Bump changelog. [Raphaël Vinot]
|
|
981
1029
|
- 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
1030
|
- Bump changelog. [Raphaël Vinot]
|
|
1001
1031
|
- Bump version. [Raphaël Vinot]
|
|
1002
1032
|
- Bump deps. [Raphaël Vinot]
|
|
@@ -1011,6 +1041,10 @@ Changes
|
|
|
1011
1041
|
|
|
1012
1042
|
Fix
|
|
1013
1043
|
~~~
|
|
1044
|
+
- Set relationship_type default in MISPTag to empty string. [Raphaël
|
|
1045
|
+
Vinot]
|
|
1046
|
+
- Another typo in readme. [Raphaël Vinot]
|
|
1047
|
+
- Typo in readme. [Raphaël Vinot]
|
|
1014
1048
|
- Update whl files. [Raphaël Vinot]
|
|
1015
1049
|
- Nvm, readthedocs requires python 3.8 at most. [Raphaël Vinot]
|
|
1016
1050
|
|
|
@@ -1067,23 +1101,13 @@ Changes
|
|
|
1067
1101
|
- Bump deps. [Raphaël Vinot]
|
|
1068
1102
|
- Bump deps. [Raphaël Vinot]
|
|
1069
1103
|
- 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
1104
|
- Bump changelog. [Raphaël Vinot]
|
|
1083
1105
|
- Bump deps. [Raphaël Vinot]
|
|
1084
1106
|
|
|
1085
1107
|
Fix
|
|
1086
1108
|
~~~
|
|
1109
|
+
- [describetypes] updated with the latest output from MISP. [iglocska]
|
|
1110
|
+
- [types] added missing type value. [iglocska]
|
|
1087
1111
|
- Properly bump version. [Raphaël Vinot]
|
|
1088
1112
|
|
|
1089
1113
|
Other
|
|
@@ -1099,21 +1123,6 @@ Other
|
|
|
1099
1123
|
v2.4.165 (2022-11-09)
|
|
1100
1124
|
---------------------
|
|
1101
1125
|
|
|
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
1126
|
New
|
|
1118
1127
|
~~~
|
|
1119
1128
|
- Add in ability to set a taxonomies required status. [Tom King]
|
|
@@ -1121,6 +1130,10 @@ New
|
|
|
1121
1130
|
Changes
|
|
1122
1131
|
~~~~~~~
|
|
1123
1132
|
- Bump changelog. [Raphaël Vinot]
|
|
1133
|
+
- Bump mypy. [Raphaël Vinot]
|
|
1134
|
+
- Add links to doc. [Raphaël Vinot]
|
|
1135
|
+
- Bump deps. [Raphaël Vinot]
|
|
1136
|
+
- Bump changelog. [Raphaël Vinot]
|
|
1124
1137
|
- Bump lief (CVEs), version. [Raphaël Vinot]
|
|
1125
1138
|
- Bump deps. [Raphaël Vinot]
|
|
1126
1139
|
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
|
@@ -1128,6 +1141,16 @@ Changes
|
|
|
1128
1141
|
[Alexandre Dulaunoy]
|
|
1129
1142
|
- Bump deps. [Raphaël Vinot]
|
|
1130
1143
|
- Add dependabot. [Raphaël Vinot]
|
|
1144
|
+
- Bump changelog. [Raphaël Vinot]
|
|
1145
|
+
- Bump deps and version. [Raphaël Vinot]
|
|
1146
|
+
|
|
1147
|
+
Fix LIEF vuln.
|
|
1148
|
+
- Bump deps, objects. [Raphaël Vinot]
|
|
1149
|
+
|
|
1150
|
+
Fix
|
|
1151
|
+
~~~
|
|
1152
|
+
- Issue with EMailObject. [Raphaël Vinot]
|
|
1153
|
+
- Change DNS warning list test. [Raphaël Vinot]
|
|
1131
1154
|
|
|
1132
1155
|
Other
|
|
1133
1156
|
~~~~~
|
|
@@ -1177,22 +1200,6 @@ Other
|
|
|
1177
1200
|
- Create codeql-analysis.yml. [Raphaël Vinot]
|
|
1178
1201
|
|
|
1179
1202
|
|
|
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
1203
|
v2.4.162 (2022-09-09)
|
|
1197
1204
|
---------------------
|
|
1198
1205
|
|
|
@@ -1210,22 +1217,12 @@ Changes
|
|
|
1210
1217
|
- Add in sort/desc for sorting results and limit/page for pagination.
|
|
1211
1218
|
[Tom King]
|
|
1212
1219
|
- 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
1220
|
- Bump changelog. [Raphaël Vinot]
|
|
1225
1221
|
- Bump deps. [Raphaël Vinot]
|
|
1226
1222
|
|
|
1227
1223
|
Fix
|
|
1228
1224
|
~~~
|
|
1225
|
+
- Missing place to update version. [Raphaël Vinot]
|
|
1229
1226
|
- Make keepalive configuration linux only. [Raphaël Vinot]
|
|
1230
1227
|
|
|
1231
1228
|
Bump deps
|
|
@@ -1317,24 +1314,14 @@ Changes
|
|
|
1317
1314
|
- [tests] reverted. [Alexandre Dulaunoy]
|
|
1318
1315
|
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
|
1319
1316
|
- [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
1317
|
- Bump changelog. [Raphaël Vinot]
|
|
1333
1318
|
- Bump required python version for doc. [Raphaël Vinot]
|
|
1334
1319
|
- Remove python 3.6 from metadata. [Raphaël Vinot]
|
|
1335
1320
|
|
|
1336
1321
|
Fix
|
|
1337
1322
|
~~~
|
|
1323
|
+
- [tests] check if the version is a substring as PyMISP might contain
|
|
1324
|
+
sub version. [Alexandre Dulaunoy]
|
|
1338
1325
|
- Incorrect call when requesting a new API key. [Raphaël Vinot]
|
|
1339
1326
|
|
|
1340
1327
|
|
|
@@ -1420,6 +1407,10 @@ v2.4.151 (2021-11-19)
|
|
|
1420
1407
|
New
|
|
1421
1408
|
~~~
|
|
1422
1409
|
- Add Blind Carbon Copy (bcc) headers. [Sami Tainio]
|
|
1410
|
+
- Add few keys to email object creator. [Raphaël Vinot]
|
|
1411
|
+
|
|
1412
|
+
Fix #787
|
|
1413
|
+
- Test cases for edit objects and upload stix. [Raphaël Vinot]
|
|
1423
1414
|
|
|
1424
1415
|
Changes
|
|
1425
1416
|
~~~~~~~
|
|
@@ -1452,9 +1443,28 @@ Changes
|
|
|
1452
1443
|
or organisation (users) [Tom King]
|
|
1453
1444
|
- [test] Check if all category types exists. [Jakub Onderka]
|
|
1454
1445
|
- Bump changelog. [Raphaël Vinot]
|
|
1446
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
1447
|
+
- Bump version. [Raphaël Vinot]
|
|
1448
|
+
- Bump deps. [Raphaël Vinot]
|
|
1455
1449
|
- [py] Typo. [Steve Clement]
|
|
1456
1450
|
- [describeTypes] updated to include ssh-fingerprint. [Alexandre
|
|
1457
1451
|
Dulaunoy]
|
|
1452
|
+
- [doc] Minor fixes, note and typo. [Steve Clement]
|
|
1453
|
+
- Bump deps. [Raphaël Vinot]
|
|
1454
|
+
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
|
1455
|
+
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
|
1456
|
+
- Update tutorial for custom objects. [Raphaël Vinot]
|
|
1457
|
+
- Bump deps. [Raphaël Vinot]
|
|
1458
|
+
- Bump live tests. [Raphaël Vinot]
|
|
1459
|
+
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
|
1460
|
+
- [types] updated types/categories mapping. [Christophe Vandeplas]
|
|
1461
|
+
- Remove test files. [Raphaël Vinot]
|
|
1462
|
+
- Automatically pull the malwares repo when running
|
|
1463
|
+
tests/testlive_comprehensive.py. [Raphaël Vinot]
|
|
1464
|
+
- Remove submodules with malware. [Raphaël Vinot]
|
|
1465
|
+
- Add test for updating a objects from a custom template. [Raphaël
|
|
1466
|
+
Vinot]
|
|
1467
|
+
- Re-bump changelog. [Raphaël Vinot]
|
|
1458
1468
|
|
|
1459
1469
|
Fix
|
|
1460
1470
|
~~~
|
|
@@ -1475,47 +1485,6 @@ Fix
|
|
|
1475
1485
|
Fix #796
|
|
1476
1486
|
- [tests] Fixed stix test. [chrisr3d]
|
|
1477
1487
|
- [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
1488
|
- Message_from_bytes really dislikes newline at the beginning of a mail.
|
|
1520
1489
|
[Raphaël Vinot]
|
|
1521
1490
|
- Skip IPs in Received header. [Raphaël Vinot]
|
|
@@ -1534,6 +1503,7 @@ Fix
|
|
|
1534
1503
|
|
|
1535
1504
|
Other
|
|
1536
1505
|
~~~~~
|
|
1506
|
+
- Update README.md. [Raphaël Vinot]
|
|
1537
1507
|
- Remove unicode to ascii parts. [Sami Tainio]
|
|
1538
1508
|
- Fix #787 and add Unicode to ASCII function. [Sami Tainio]
|
|
1539
1509
|
|
|
@@ -1711,6 +1681,9 @@ Changes
|
|
|
1711
1681
|
- Bump deps. [Raphaël Vinot]
|
|
1712
1682
|
- Bump deps. [Raphaël Vinot]
|
|
1713
1683
|
- Add comment for controller attribute in search. [Raphaël Vinot]
|
|
1684
|
+
- Bump changelog. [Raphaël Vinot]
|
|
1685
|
+
- Re-bump changelog. [Raphaël Vinot]
|
|
1686
|
+
- Bump version. [Raphaël Vinot]
|
|
1714
1687
|
|
|
1715
1688
|
Fix
|
|
1716
1689
|
~~~
|
|
@@ -1718,16 +1691,6 @@ Fix
|
|
|
1718
1691
|
- Mistake in mypy config. [Raphaël Vinot]
|
|
1719
1692
|
- Exclude data from mypy. [Raphaël Vinot]
|
|
1720
1693
|
|
|
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
1694
|
Other
|
|
1732
1695
|
~~~~~
|
|
1733
1696
|
- Fix bump version, deps, templates. [Raphaël Vinot]
|
|
@@ -1886,55 +1849,35 @@ Other
|
|
|
1886
1849
|
v2.4.138 (2021-02-08)
|
|
1887
1850
|
---------------------
|
|
1888
1851
|
|
|
1852
|
+
New
|
|
1853
|
+
~~~
|
|
1854
|
+
- Add in ability to create/update/delete MISP Event Reports. [Tom King]
|
|
1855
|
+
- Hard delete flag for objects. [Raphaël Vinot]
|
|
1856
|
+
- Fail if a duplicate object is added to an event. [Raphaël Vinot]
|
|
1857
|
+
- Support brotli compression. [Jakub Onderka]
|
|
1858
|
+
- Hard delete flag for objects. [Raphaël Vinot]
|
|
1859
|
+
- Fail if a duplicate object is added to an event. [Raphaël Vinot]
|
|
1860
|
+
- Add in ability to create/update/delete MISP Event Reports. [Tom King]
|
|
1861
|
+
- Add in ability to create/update/delete MISP Event Reports. [Tom King]
|
|
1862
|
+
- Hard delete flag for objects. [Raphaël Vinot]
|
|
1863
|
+
- Fail if a duplicate object is added to an event. [Raphaël Vinot]
|
|
1864
|
+
|
|
1889
1865
|
Changes
|
|
1890
1866
|
~~~~~~~
|
|
1891
1867
|
- Bump changelog. [Raphaël Vinot]
|
|
1892
1868
|
- Bump version. [Raphaël Vinot]
|
|
1893
1869
|
- Bump deps. [Raphaël Vinot]
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
v2.4.137.4 (2021-02-04)
|
|
1897
|
-
-----------------------
|
|
1898
|
-
|
|
1899
|
-
Changes
|
|
1900
|
-
~~~~~~~
|
|
1901
1870
|
- Bump changelog. [Raphaël Vinot]
|
|
1902
1871
|
- Bump version. [Raphaël Vinot]
|
|
1903
1872
|
- Bump objects. [Raphaël Vinot]
|
|
1904
1873
|
- Add kw_params to tags. [Raphaël Vinot]
|
|
1905
1874
|
- Bump objects. [Raphaël Vinot]
|
|
1906
1875
|
- 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
1876
|
- Bump version. [Raphaël Vinot]
|
|
1915
1877
|
- Bump changelog. [Raphaël Vinot]
|
|
1916
1878
|
- Bump objects. [Raphaël Vinot]
|
|
1917
1879
|
- Fix and improve optional dependencies. [Raphaël Vinot]
|
|
1918
1880
|
- 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
1881
|
- Bump changelog. [Raphaël Vinot]
|
|
1939
1882
|
- Bump version. [Raphaël Vinot]
|
|
1940
1883
|
- Add brotli support in the dependencies. [Raphaël Vinot]
|
|
@@ -2021,6 +1964,14 @@ Changes
|
|
|
2021
1964
|
- Add test case fir add_attribute and enforceWarninglist=True. [Raphaël
|
|
2022
1965
|
Vinot]
|
|
2023
1966
|
- Add testcase with breakOnDuplicate in a MISPObject. [Raphaël Vinot]
|
|
1967
|
+
- Bump changelog. [Raphaël Vinot]
|
|
1968
|
+
- Bump version. [Raphaël Vinot]
|
|
1969
|
+
- Add test case for page/limit in logs search. [Raphaël Vinot]
|
|
1970
|
+
- Bump deps. [Raphaël Vinot]
|
|
1971
|
+
- Improve docstring for get_event. [Raphaël Vinot]
|
|
1972
|
+
|
|
1973
|
+
fix #686
|
|
1974
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2024
1975
|
|
|
2025
1976
|
Fix
|
|
2026
1977
|
~~~
|
|
@@ -2042,28 +1993,6 @@ Fix
|
|
|
2042
1993
|
- Add python 3.9 in GH Actions. [Raphaël Vinot]
|
|
2043
1994
|
- Call the AbstractMISP.from_dict at the end of the function to ensure
|
|
2044
1995
|
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
1996
|
- Better warning if lief is outdated. [Raphaël Vinot]
|
|
2068
1997
|
- Update minimal dependency for lief in setup.py. [Raphaël Vinot]
|
|
2069
1998
|
|
|
@@ -2077,6 +2006,7 @@ New
|
|
|
2077
2006
|
Vinot]
|
|
2078
2007
|
|
|
2079
2008
|
MISPObject part of #6670
|
|
2009
|
+
- Add Github workflow. [Raphaël Vinot]
|
|
2080
2010
|
|
|
2081
2011
|
Changes
|
|
2082
2012
|
~~~~~~~
|
|
@@ -2103,6 +2033,21 @@ Changes
|
|
|
2103
2033
|
- On-demand decryption of malware-binary, speeds up pythonify. [Raphaël
|
|
2104
2034
|
Vinot]
|
|
2105
2035
|
- Force a few packages versions. [Raphaël Vinot]
|
|
2036
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2037
|
+
- Bump version. [Raphaël Vinot]
|
|
2038
|
+
- Improve typing. [Raphaël Vinot]
|
|
2039
|
+
- Improve add_attribute with a list. [Raphaël Vinot]
|
|
2040
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2041
|
+
- Bump version. [Raphaël Vinot]
|
|
2042
|
+
- Improve error message if a type in missing. [Raphaël Vinot]
|
|
2043
|
+
- [type] process-state added. [Alexandre Dulaunoy]
|
|
2044
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
2045
|
+
- [misp-objects] updated. [Alexandre Dulaunoy]
|
|
2046
|
+
- Add path to CSV sample files. [Raphaël Vinot]
|
|
2047
|
+
- [types] jarm-fingerprint added. [Alexandre Dulaunoy]
|
|
2048
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2049
|
+
- Bump version, travis install. [Raphaël Vinot]
|
|
2050
|
+
- Make mail-parser an optional dependency. [Raphaël Vinot]
|
|
2106
2051
|
|
|
2107
2052
|
Fix
|
|
2108
2053
|
~~~
|
|
@@ -2118,6 +2063,11 @@ Fix
|
|
|
2118
2063
|
- Typing on recent mypy. [Raphaël Vinot]
|
|
2119
2064
|
- Typing edge case. [Raphaël Vinot]
|
|
2120
2065
|
- Add attribute dict as proposal. [Raphaël Vinot]
|
|
2066
|
+
- Do not fail on PyMISP import when mail-parser is not present. [Raphaël
|
|
2067
|
+
Vinot]
|
|
2068
|
+
- Remove python 3.9 from action (lief not supported yet) [Raphaël Vinot]
|
|
2069
|
+
- Initialize submodules in gh action. [Raphaël Vinot]
|
|
2070
|
+
- Make mail-parser really optional. [Raphaël Vinot]
|
|
2121
2071
|
|
|
2122
2072
|
Other
|
|
2123
2073
|
~~~~~
|
|
@@ -2135,57 +2085,6 @@ Other
|
|
|
2135
2085
|
- Update mispevent.py. [Raphaël Vinot]
|
|
2136
2086
|
|
|
2137
2087
|
|
|
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
2088
|
v2.4.135 (2020-11-23)
|
|
2190
2089
|
---------------------
|
|
2191
2090
|
|
|
@@ -2503,17 +2402,6 @@ Other
|
|
|
2503
2402
|
v2.4.128 (2020-06-22)
|
|
2504
2403
|
---------------------
|
|
2505
2404
|
|
|
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
2405
|
New
|
|
2518
2406
|
~~~
|
|
2519
2407
|
- Optionally include deleted attributes/objects in feed. [Raphaël Vinot]
|
|
@@ -2522,6 +2410,10 @@ Changes
|
|
|
2522
2410
|
~~~~~~~
|
|
2523
2411
|
- Bump changelog. [Raphaël Vinot]
|
|
2524
2412
|
- Bump version. [Raphaël Vinot]
|
|
2413
|
+
- Add a few test cases. [Raphaël Vinot]
|
|
2414
|
+
- Bump objects. [Raphaël Vinot]
|
|
2415
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2416
|
+
- Bump version. [Raphaël Vinot]
|
|
2525
2417
|
- Bump misp-objects. [Raphaël Vinot]
|
|
2526
2418
|
- Add test case for get event deleted. [Raphaël Vinot]
|
|
2527
2419
|
- Add test case for search deleted. [Raphaël Vinot]
|
|
@@ -2768,24 +2660,6 @@ Changes
|
|
|
2768
2660
|
- Fix typo in readme. [Raphaël Vinot]
|
|
2769
2661
|
- Use bionic on travis. [Raphaël Vinot]
|
|
2770
2662
|
- 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
2663
|
- Bump changelog. [Raphaël Vinot]
|
|
2790
2664
|
- Bump objects. [Raphaël Vinot]
|
|
2791
2665
|
- Bump changelog. [Raphaël Vinot]
|
|
@@ -2793,10 +2667,18 @@ Changes
|
|
|
2793
2667
|
|
|
2794
2668
|
Fix
|
|
2795
2669
|
~~~
|
|
2670
|
+
- Test cases & template version. [Raphaël Vinot]
|
|
2671
|
+
- Mypy, more typing. [Raphaël Vinot]
|
|
2672
|
+
- Do not skip data in add_attribute methods. [Raphaël Vinot]
|
|
2673
|
+
- Remove references to the old API. [Raphaël Vinot]
|
|
2796
2674
|
- Make lief optional again. [Raphaël Vinot]
|
|
2797
2675
|
|
|
2798
2676
|
fix #538
|
|
2799
2677
|
|
|
2678
|
+
Other
|
|
2679
|
+
~~~~~
|
|
2680
|
+
- Use poetry everywhere, fix readme. [Raphaël Vinot]
|
|
2681
|
+
|
|
2800
2682
|
|
|
2801
2683
|
v2.4.121 (2020-02-06)
|
|
2802
2684
|
---------------------
|
|
@@ -2870,6 +2752,7 @@ New
|
|
|
2870
2752
|
to search large dataset. It's used in Windows Defender ATP Hunting-Queries
|
|
2871
2753
|
and also Azure Sentinel (Cloud-native SIEM).
|
|
2872
2754
|
- Remove python < 3.6 support. [Raphaël Vinot]
|
|
2755
|
+
- URLObject (requires pyfaup) [Raphaël Vinot]
|
|
2873
2756
|
|
|
2874
2757
|
Changes
|
|
2875
2758
|
~~~~~~~
|
|
@@ -2889,6 +2772,18 @@ Changes
|
|
|
2889
2772
|
- Bump misp-objects. [Raphaël Vinot]
|
|
2890
2773
|
- Bump Dependencies. [Raphaël Vinot]
|
|
2891
2774
|
- Bump misp-objects. [Raphaël Vinot]
|
|
2775
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2776
|
+
- Version bump. [Raphaël Vinot]
|
|
2777
|
+
- Bump test files. [Raphaël Vinot]
|
|
2778
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
2779
|
+
- Debug travis error message. [Raphaël Vinot]
|
|
2780
|
+
- [types] eppn type added. [Alexandre Dulaunoy]
|
|
2781
|
+
- Fix typo. [Raphaël Vinot]
|
|
2782
|
+
- Move scrippsco2 feed generator to a sub directory. [Raphaël Vinot]
|
|
2783
|
+
- Update documentation. [Raphaël Vinot]
|
|
2784
|
+
|
|
2785
|
+
Fix #396
|
|
2786
|
+
- Bump objects. [Raphaël Vinot]
|
|
2892
2787
|
|
|
2893
2788
|
Fix
|
|
2894
2789
|
~~~
|
|
@@ -2901,6 +2796,12 @@ Fix
|
|
|
2901
2796
|
- Event without hashable attribute. [Raphaël Vinot]
|
|
2902
2797
|
|
|
2903
2798
|
Related #506
|
|
2799
|
+
- Properly test custom objects. [Raphaël Vinot]
|
|
2800
|
+
- Adding a sighting takes a little bit of time. [Raphaël Vinot]
|
|
2801
|
+
- Test case on reference. [Raphaël Vinot]
|
|
2802
|
+
- Add missing fields to event & attribute for the feed output. [Raphaël
|
|
2803
|
+
Vinot]
|
|
2804
|
+
- Make sure the publish timestamp is bumped on update. [Raphaël Vinot]
|
|
2904
2805
|
|
|
2905
2806
|
Other
|
|
2906
2807
|
~~~~~
|
|
@@ -2926,59 +2827,9 @@ Other
|
|
|
2926
2827
|
- Update README.md. [Raphaël Vinot]
|
|
2927
2828
|
|
|
2928
2829
|
|
|
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
2830
|
v2.4.119 (2019-12-02)
|
|
2962
2831
|
---------------------
|
|
2963
2832
|
|
|
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
2833
|
New
|
|
2983
2834
|
~~~
|
|
2984
2835
|
- Script to generate the metadata of a feed out of a directory. [Raphaël
|
|
@@ -2993,12 +2844,16 @@ New
|
|
|
2993
2844
|
- Get Database Schema Diagnostic. [Raphaël Vinot]
|
|
2994
2845
|
|
|
2995
2846
|
Fix #492
|
|
2847
|
+
- Add support for UserSettings. [Raphaël Vinot]
|
|
2996
2848
|
|
|
2997
2849
|
Changes
|
|
2998
2850
|
~~~~~~~
|
|
2999
2851
|
- Bump changelog. [Raphaël Vinot]
|
|
3000
2852
|
- Bump version. [Raphaël Vinot]
|
|
3001
2853
|
- Bump dependencies. [Raphaël Vinot]
|
|
2854
|
+
- Bump changelog. [Raphaël Vinot]
|
|
2855
|
+
- Bump version. [Raphaël Vinot]
|
|
2856
|
+
- Bump dependencies. [Raphaël Vinot]
|
|
3002
2857
|
- Require stable version of lief again. [Raphaël Vinot]
|
|
3003
2858
|
- Few more improvements on the feed export. [Raphaël Vinot]
|
|
3004
2859
|
- Bump misp-objects. [Raphaël Vinot]
|
|
@@ -3010,43 +2865,7 @@ Changes
|
|
|
3010
2865
|
- Bump dependencies. [Raphaël Vinot]
|
|
3011
2866
|
- [test] feed test updated as botvrij is now TLS by default. [Alexandre
|
|
3012
2867
|
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
2868
|
- 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
2869
|
- Bump changelog. [Raphaël Vinot]
|
|
3051
2870
|
- Bump version. [Raphaël Vinot]
|
|
3052
2871
|
- Bump misp-objects. [Raphaël Vinot]
|
|
@@ -3057,6 +2876,19 @@ Changes
|
|
|
3057
2876
|
|
|
3058
2877
|
Fix
|
|
3059
2878
|
~~~
|
|
2879
|
+
- Bump lief to 0.10.1. [Raphaël Vinot]
|
|
2880
|
+
- Update tests. [Raphaël Vinot]
|
|
2881
|
+
- Raise PyMISPError instead of Exception. [Raphaël Vinot]
|
|
2882
|
+
- Rename feed_meta_generator so it clearly fails with python<3.6.
|
|
2883
|
+
[Raphaël Vinot]
|
|
2884
|
+
- Improve stability of feed output. [Raphaël Vinot]
|
|
2885
|
+
- Do not unitialize the uuid in MISPEvent. [Raphaël Vinot]
|
|
2886
|
+
- Bump url template version in test cases. [Raphaël Vinot]
|
|
2887
|
+
- Python 2.7 tests. [Raphaël Vinot]
|
|
2888
|
+
- Print the full json blob in debug mode. [Raphaël Vinot]
|
|
2889
|
+
|
|
2890
|
+
Related https://github.com/MISP/PyMISP/issues/462
|
|
2891
|
+
- Avoid exception on legacy MISP. [Raphaël Vinot]
|
|
3060
2892
|
- [examples] typo uuid. [Jean-Louis Huynen]
|
|
3061
2893
|
|
|
3062
2894
|
give me a hoodie.
|
|
@@ -3070,6 +2902,7 @@ Fix
|
|
|
3070
2902
|
|
|
3071
2903
|
Other
|
|
3072
2904
|
~~~~~
|
|
2905
|
+
- Cch: Bump misp-objects. [Raphaël Vinot]
|
|
3073
2906
|
- Added example for checking sync servers. [wotschel]
|
|
3074
2907
|
- Corrected docstring. [Shortfinga]
|
|
3075
2908
|
- Include to_ids and replace newlines in title. [Koen Van Impe]
|
|
@@ -3297,6 +3130,12 @@ New
|
|
|
3297
3130
|
- Get_objects_by_name in MISPEvent. [Raphaël Vinot]
|
|
3298
3131
|
|
|
3299
3132
|
new: Convert datetime objects to python datetime.
|
|
3133
|
+
- [Sightings] Delete method. [Raphaël Vinot]
|
|
3134
|
+
|
|
3135
|
+
Fix #230
|
|
3136
|
+
- [tests] non-exportable tags. [Raphaël Vinot]
|
|
3137
|
+
- Add option to locally expand malware samples with LIEF. [Raphaël
|
|
3138
|
+
Vinot]
|
|
3300
3139
|
|
|
3301
3140
|
Changes
|
|
3302
3141
|
~~~~~~~
|
|
@@ -3311,6 +3150,23 @@ Changes
|
|
|
3311
3150
|
- [examples] pythonify properly when needed. [Raphaël Vinot]
|
|
3312
3151
|
- [tests] Toggle pythonify in create_massive_dummy_events. [Raphaël
|
|
3313
3152
|
Vinot]
|
|
3153
|
+
- Bump Changelog. [Raphaël Vinot]
|
|
3154
|
+
- Bump verison. [Raphaël Vinot]
|
|
3155
|
+
- Make pythonify=False default everywhere. [Raphaël Vinot]
|
|
3156
|
+
|
|
3157
|
+
Add a method to toggle pythonify globally
|
|
3158
|
+
- [tests] Update stats. [Raphaël Vinot]
|
|
3159
|
+
- [tests] Remove travis exceptions. [Raphaël Vinot]
|
|
3160
|
+
- Bump Changelog. [Raphaël Vinot]
|
|
3161
|
+
- Bump version. [Raphaël Vinot]
|
|
3162
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
3163
|
+
- Remove legacy tests. [Raphaël Vinot]
|
|
3164
|
+
- Improve deprecation message on PyMISP. [Raphaël Vinot]
|
|
3165
|
+
- [describeTypes] updated to add community-id. [Alexandre Dulaunoy]
|
|
3166
|
+
- Bump examples to python3. [Raphaël Vinot]
|
|
3167
|
+
- Reorganise ExpandedPyMISP methods, normalise the parameters. [Raphaël
|
|
3168
|
+
Vinot]
|
|
3169
|
+
- Deprecate everything in PyMISP. [Raphaël Vinot]
|
|
3314
3170
|
|
|
3315
3171
|
Fix
|
|
3316
3172
|
~~~
|
|
@@ -3323,38 +3179,6 @@ Fix
|
|
|
3323
3179
|
Also, deprecated method was broken.
|
|
3324
3180
|
|
|
3325
3181
|
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
3182
|
- [tests] Path to test file. [Raphaël Vinot]
|
|
3359
3183
|
|
|
3360
3184
|
Fix #423
|
|
@@ -3365,39 +3189,16 @@ Fix
|
|
|
3365
3189
|
- Properly handle fallbacks add/update/delete attributes. [Raphaël
|
|
3366
3190
|
Vinot]
|
|
3367
3191
|
- [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
3192
|
- Python < 3.6 support. [Raphaël Vinot]
|
|
3398
3193
|
|
|
3399
3194
|
Other
|
|
3400
3195
|
~~~~~
|
|
3196
|
+
- Add: New attribute type weakness. [chrisr3d]
|
|
3197
|
+
- Fix missing f in f-string. [Paal Braathen]
|
|
3198
|
+
- Wrong variable. [Georges Toth]
|
|
3199
|
+
- Remove unused line. [kovacsbalu]
|
|
3200
|
+
- Fix tag help text Minor pycodestyle. [kovacsbalu]
|
|
3201
|
+
- Fix for issue 420. [github-pba]
|
|
3401
3202
|
- Create statistical reports for MISP. [Koen Van Impe]
|
|
3402
3203
|
|
|
3403
3204
|
PyMISP script to run every x-days to get an overview of new
|
|
@@ -3918,6 +3719,7 @@ Changes
|
|
|
3918
3719
|
- Update order parameters & doc. [Raphaël Vinot]
|
|
3919
3720
|
- Add an extra IP from the warninglists. [Raphaël Vinot]
|
|
3920
3721
|
- Test for event UUID in attribute. [Raphaël Vinot]
|
|
3722
|
+
- Bump changelog. [Raphaël Vinot]
|
|
3921
3723
|
|
|
3922
3724
|
Fix
|
|
3923
3725
|
~~~
|
|
@@ -3953,14 +3755,6 @@ Other
|
|
|
3953
3755
|
Toth]
|
|
3954
3756
|
|
|
3955
3757
|
|
|
3956
|
-
v2.4.95.1 (2018-09-06)
|
|
3957
|
-
----------------------
|
|
3958
|
-
|
|
3959
|
-
Changes
|
|
3960
|
-
~~~~~~~
|
|
3961
|
-
- Bump changelog. [Raphaël Vinot]
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
3758
|
v2.4.95 (2018-09-06)
|
|
3965
3759
|
--------------------
|
|
3966
3760
|
|
|
@@ -4060,6 +3854,12 @@ Changes
|
|
|
4060
3854
|
- Fix sample retrieval from new-style zips. [Xavier Mehrenberger]
|
|
4061
3855
|
- Bump misp-objects. [Raphaël Vinot]
|
|
4062
3856
|
- Raise an exception if the response is not in JSON. [Raphaël Vinot]
|
|
3857
|
+
- Bump version. [Raphaël Vinot]
|
|
3858
|
+
- Bump changelog. [Raphaël Vinot]
|
|
3859
|
+
|
|
3860
|
+
Fix
|
|
3861
|
+
~~~
|
|
3862
|
+
- Index out of range in add_object. [Raphaël Vinot]
|
|
4063
3863
|
|
|
4064
3864
|
Other
|
|
4065
3865
|
~~~~~
|
|
@@ -4070,25 +3870,13 @@ Other
|
|
|
4070
3870
|
added: download_samples(..., unzip=True)
|
|
4071
3871
|
|
|
4072
3872
|
|
|
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
3873
|
v2.4.92 (2018-06-05)
|
|
4087
3874
|
--------------------
|
|
4088
3875
|
|
|
4089
3876
|
New
|
|
4090
3877
|
~~~
|
|
4091
3878
|
- Add edit_object, simplify add_object. [Raphaël Vinot]
|
|
3879
|
+
- Properly implement the Email object creator. [Raphaël Vinot]
|
|
4092
3880
|
|
|
4093
3881
|
Changes
|
|
4094
3882
|
~~~~~~~
|
|
@@ -4096,30 +3884,6 @@ Changes
|
|
|
4096
3884
|
- Bump misp-objects. [Raphaël Vinot]
|
|
4097
3885
|
- Bump version. [Raphaël Vinot]
|
|
4098
3886
|
- 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
3887
|
- Bump changelog. [Raphaël Vinot]
|
|
4124
3888
|
- Version bump. [Raphaël Vinot]
|
|
4125
3889
|
- Bump misp-objects. [Raphaël Vinot]
|
|
@@ -4128,13 +3892,23 @@ Changes
|
|
|
4128
3892
|
|
|
4129
3893
|
Fix
|
|
4130
3894
|
~~~
|
|
3895
|
+
- Correct docstring of search method. [iso]
|
|
3896
|
+
- Response data type mismatch in _send_attributes() [Raphaël Vinot]
|
|
3897
|
+
|
|
3898
|
+
Fix #206
|
|
4131
3899
|
- Wrong version. [Raphaël Vinot]
|
|
3900
|
+
- Decoding issue. [Raphaël Vinot]
|
|
4132
3901
|
- Properly get and decode the body of the email. [Raphaël Vinot]
|
|
4133
3902
|
- Provide the extension of the EML file to attach. [Raphaël Vinot]
|
|
4134
3903
|
- Properly handle attachments. [Raphaël Vinot]
|
|
4135
3904
|
- Test cases & attributes automatically getting an UUID. [Raphaël Vinot]
|
|
4136
3905
|
- Typo in the *feed methods. [Raphaël Vinot]
|
|
4137
3906
|
|
|
3907
|
+
Other
|
|
3908
|
+
~~~~~
|
|
3909
|
+
- Fix issue when adding multiple attributes and the instance is too
|
|
3910
|
+
slow. [Raphaël Vinot]
|
|
3911
|
+
|
|
4138
3912
|
|
|
4139
3913
|
v2.4.90 (2018-04-25)
|
|
4140
3914
|
--------------------
|
|
@@ -4208,6 +3982,12 @@ New
|
|
|
4208
3982
|
~~~
|
|
4209
3983
|
- Add email object generator. [Raphaël Vinot]
|
|
4210
3984
|
- Method to return an object by uuid. [chrisr3d]
|
|
3985
|
+
- APIs to manage sharing groups. [Raphaël Vinot]
|
|
3986
|
+
|
|
3987
|
+
Fix #185
|
|
3988
|
+
- ReturnMetaAttributes flag for freeTextImport API. [Raphaël Vinot]
|
|
3989
|
+
|
|
3990
|
+
Fix #188
|
|
4211
3991
|
|
|
4212
3992
|
Changes
|
|
4213
3993
|
~~~~~~~
|
|
@@ -4215,6 +3995,13 @@ Changes
|
|
|
4215
3995
|
- Bump version. [Raphaël Vinot]
|
|
4216
3996
|
- Bump Changelog. [Raphaël Vinot]
|
|
4217
3997
|
- Bump misp-objects. [Raphaël Vinot]
|
|
3998
|
+
- Bump Changelog. [Raphaël Vinot]
|
|
3999
|
+
- Version bump. [Raphaël Vinot]
|
|
4000
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
4001
|
+
- Bump describeTypes (add mime) [Raphaël Vinot]
|
|
4002
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
4003
|
+
- Bump describeType. [Raphaël Vinot]
|
|
4004
|
+
- Bump describeType. [Raphaël Vinot]
|
|
4218
4005
|
|
|
4219
4006
|
Fix
|
|
4220
4007
|
~~~
|
|
@@ -4225,6 +4012,7 @@ Fix
|
|
|
4225
4012
|
Fix #192
|
|
4226
4013
|
- Typo. [chrisr3d]
|
|
4227
4014
|
- Update reference test cases. [Raphaël Vinot]
|
|
4015
|
+
- Encode string in _encode_file_to_upload. [Raphaël Vinot]
|
|
4228
4016
|
|
|
4229
4017
|
Other
|
|
4230
4018
|
~~~~~
|
|
@@ -4274,36 +4062,6 @@ Other
|
|
|
4274
4062
|
The return will be a sighting list of event 42 with a filter for organisation 2.
|
|
4275
4063
|
- Add attributes within objects as well, for tagging via value/id/uuid.
|
|
4276
4064
|
[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
4065
|
- Prevent unpublished events to be included in feed. [Koen Van Impe]
|
|
4308
4066
|
|
|
4309
4067
|
Change default proposed config
|
|
@@ -4334,55 +4092,6 @@ Changes
|
|
|
4334
4092
|
- Allow to pass a directory with custom object templates. [Raphaël
|
|
4335
4093
|
Vinot]
|
|
4336
4094
|
- 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
4095
|
- Bump Changelog. [Raphaël Vinot]
|
|
4387
4096
|
- Bump version. [Raphaël Vinot]
|
|
4388
4097
|
- Bump misp-objects. [Raphaël Vinot]
|
|
@@ -4408,6 +4117,17 @@ Changes
|
|
|
4408
4117
|
|
|
4409
4118
|
Fix
|
|
4410
4119
|
~~~
|
|
4120
|
+
- Only skip test for 3.0->3.5. [Raphaël Vinot]
|
|
4121
|
+
- Sys.api_version -> sys.version_info. [Raphaël Vinot]
|
|
4122
|
+
- Allow to pass value, UUID, or ID to a sighting. [Raphaël Vinot]
|
|
4123
|
+
- Do not use basicConfig in __init__ [Raphaël Vinot]
|
|
4124
|
+
|
|
4125
|
+
Fix #170
|
|
4126
|
+
- Add_hashes was broken. [Raphaël Vinot]
|
|
4127
|
+
|
|
4128
|
+
Fix #174
|
|
4129
|
+
- Make python2 happy. [Raphaël Vinot]
|
|
4130
|
+
- Download old samples was broken. [Raphaël Vinot]
|
|
4411
4131
|
- Edited method works as expected, add tests. [Raphaël Vinot]
|
|
4412
4132
|
- Forgotten test files in last commit... [Raphaël Vinot]
|
|
4413
4133
|
- Disable_correlation from template not properly used. [Raphaël Vinot]
|
|
@@ -4425,6 +4145,31 @@ Fix
|
|
|
4425
4145
|
|
|
4426
4146
|
Other
|
|
4427
4147
|
~~~~~
|
|
4148
|
+
- Revert "chg: Re-enable python3.4 on travis..." [Raphaël Vinot]
|
|
4149
|
+
|
|
4150
|
+
Lief doesn't support python 3.4
|
|
4151
|
+
|
|
4152
|
+
This reverts commit 35a8d92acecd7a313bedcf197539eaa82176bcc7.
|
|
4153
|
+
- Add: Allow to fetch warninglists. [Raphaël Vinot]
|
|
4154
|
+
|
|
4155
|
+
Fix #180
|
|
4156
|
+
- Add tag test. [Louis LCE]
|
|
4157
|
+
- Add a simple test for uploading samples. [Louis LCE]
|
|
4158
|
+
- Add warning when failing to import dependencies. [Louis LCE]
|
|
4159
|
+
- Improve and refactor attributes tests. [Louis LCE]
|
|
4160
|
+
- Sb-signature library. [garanews]
|
|
4161
|
+
|
|
4162
|
+
Created sb-signature library with relative example for testing.
|
|
4163
|
+
Thanks @dadokkio
|
|
4164
|
+
- Linting. [Kory Kyzar]
|
|
4165
|
+
- Bug fix. [Kory Kyzar]
|
|
4166
|
+
- Change in add_attachment. Allow explicit attachment naming. [Kory
|
|
4167
|
+
Kyzar]
|
|
4168
|
+
- Change in new_tag function. Added attributie 'hide_tag' [Armīns Palms]
|
|
4169
|
+
- Change the comment of attribute. [Armīns Palms]
|
|
4170
|
+
- Fix add_hashes test function parameters. [Louis LCE]
|
|
4171
|
+
- Added misp object templates path argument. [Tobias Mainka]
|
|
4172
|
+
- Update settings.default.py. [Andras Iklody]
|
|
4428
4173
|
- Set_sightings. [AninaAntonie]
|
|
4429
4174
|
|
|
4430
4175
|
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 +4366,17 @@ Changes
|
|
|
4621
4366
|
- Remove warning if PyMISP is too new. [Raphaël Vinot]
|
|
4622
4367
|
- Add simple asciidoc generator for MISP event. [Raphaël Vinot]
|
|
4623
4368
|
- Update changelog. [Raphaël Vinot]
|
|
4369
|
+
- Version bump. [Raphaël Vinot]
|
|
4370
|
+
- Update changelog. [Raphaël Vinot]
|
|
4371
|
+
- Bump version. [Raphaël Vinot]
|
|
4372
|
+
- Do not raise an exception when the object template is unknown.
|
|
4373
|
+
[Raphaël Vinot]
|
|
4374
|
+
|
|
4375
|
+
+ bump misp-object
|
|
4376
|
+
- Bump misp-objects. [Raphaël Vinot]
|
|
4377
|
+
- Allow to hard delete an attribute by ID. [Raphaël Vinot]
|
|
4378
|
+
- Update comments. [Raphaël Vinot]
|
|
4379
|
+
- Bump misp-objects and describeTypes. [Raphaël Vinot]
|
|
4624
4380
|
|
|
4625
4381
|
Fix
|
|
4626
4382
|
~~~
|
|
@@ -4642,6 +4398,17 @@ Fix
|
|
|
4642
4398
|
fix #120
|
|
4643
4399
|
- Properly pop the distribution key. [Raphaël Vinot]
|
|
4644
4400
|
- Update dependencies for VT generator. [Raphaël Vinot]
|
|
4401
|
+
- Properly bundle object templates. [Raphaël Vinot]
|
|
4402
|
+
- Properly bundle object templates. [Raphaël Vinot]
|
|
4403
|
+
- Fix typos and logic mistakes in mispevent. [Raphaël Vinot]
|
|
4404
|
+
- Fix travis build. [Raphaël Vinot]
|
|
4405
|
+
- Min required version of setuptools. [Raphaël Vinot]
|
|
4406
|
+
- Improve dependencies listing. [Raphaël Vinot]
|
|
4407
|
+
|
|
4408
|
+
Partial fix for #110
|
|
4409
|
+
- Missing default category. [Raphaël Vinot]
|
|
4410
|
+
|
|
4411
|
+
Fix #119
|
|
4645
4412
|
|
|
4646
4413
|
Other
|
|
4647
4414
|
~~~~~
|
|
@@ -4663,51 +4430,6 @@ Other
|
|
|
4663
4430
|
python3 add_generic_object.py -e 1683 -t email -d '{"subject":"The Pink Letter", "to":"jon@snow.org"}'
|
|
4664
4431
|
python3 add_generic_object.py -e 2343 -t person -d '{"first-name":"Daenerys", "last-name":"Targaryen", "place-of-birth":"Dragonstone"}'
|
|
4665
4432
|
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
4433
|
- Update openioc.py. [Andras Iklody]
|
|
4712
4434
|
- Added **kwargs to add_named_attribute call in add_attachment.
|
|
4713
4435
|
[tssbo82]
|
|
@@ -4718,25 +4440,13 @@ Other
|
|
|
4718
4440
|
v2.4.81 (2017-10-09)
|
|
4719
4441
|
--------------------
|
|
4720
4442
|
|
|
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
4443
|
Changes
|
|
4735
4444
|
~~~~~~~
|
|
4736
4445
|
- Update changelog. [Raphaël Vinot]
|
|
4737
4446
|
|
|
4738
4447
|
Fix
|
|
4739
4448
|
~~~
|
|
4449
|
+
- Changelog config + update. [Raphaël Vinot]
|
|
4740
4450
|
- Change readme. [Raphaël Vinot]
|
|
4741
4451
|
- Create file object. [Raphaël Vinot]
|
|
4742
4452
|
|
|
@@ -4747,6 +4457,8 @@ Fix
|
|
|
4747
4457
|
|
|
4748
4458
|
Other
|
|
4749
4459
|
~~~~~
|
|
4460
|
+
- Up: bump version. [Raphaël Vinot]
|
|
4461
|
+
- Up: Bump misp-objects. [Raphaël Vinot]
|
|
4750
4462
|
- Up: Version bump. [Raphaël Vinot]
|
|
4751
4463
|
- Up: Bump misp-objects & describeTypes. [Raphaël Vinot]
|
|
4752
4464
|
- Update readme. [Raphaël Vinot]
|
|
@@ -5107,14 +4819,6 @@ Other
|
|
|
5107
4819
|
|
|
5108
4820
|
v2.4.63 (2017-01-31)
|
|
5109
4821
|
--------------------
|
|
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
4822
|
|
|
5119
4823
|
Changes
|
|
5120
4824
|
~~~~~~~
|
|
@@ -5123,6 +4827,10 @@ Changes
|
|
|
5123
4827
|
Other
|
|
5124
4828
|
~~~~~
|
|
5125
4829
|
- Version bump. [Raphaël Vinot]
|
|
4830
|
+
- Fix regression. [Raphaël Vinot]
|
|
4831
|
+
|
|
4832
|
+
Fix #46
|
|
4833
|
+
- Version bump. [Raphaël Vinot]
|
|
5126
4834
|
- Fix testing. [Raphaël Vinot]
|
|
5127
4835
|
- Bug fixes. [Raphaël Vinot]
|
|
5128
4836
|
|
|
@@ -5300,10 +5008,6 @@ v2.4.53 (2016-10-21)
|
|
|
5300
5008
|
- First batch of changes, will be squashed. [Raphaël Vinot]
|
|
5301
5009
|
- Fixed search_index. [Hannah Ward]
|
|
5302
5010
|
- Toggle flag instead of value. [Alexandre Dulaunoy]
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
v2.4.51.1 (2016-09-12)
|
|
5306
|
-
----------------------
|
|
5307
5011
|
- Version bump. [Raphaël Vinot]
|
|
5308
5012
|
- Fix examples after removal of MISP XML support. [Raphaël Vinot]
|
|
5309
5013
|
- Add some examples. [Déborah Servili]
|
|
@@ -5404,16 +5108,12 @@ v2.4.49 (2016-08-02)
|
|
|
5404
5108
|
examples/treemap/treemap.py. [Deborah Servili]
|
|
5405
5109
|
- Move files from examples/treemap to examples/situational-awareness/
|
|
5406
5110
|
[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
5111
|
- Version bump. [Raphaël Vinot]
|
|
5414
5112
|
- Add remove tag method. [Raphaël Vinot]
|
|
5415
5113
|
- Use same variable names as testing environment. [Raphaël Vinot]
|
|
5416
5114
|
- Make scripts executable. [Raphaël Vinot]
|
|
5115
|
+
- Rename examples/treemap/treemap.py to
|
|
5116
|
+
examples/statistics/attribute_treemap.py. [Deborah Servili]
|
|
5417
5117
|
- Random names for dummy files. [Déborah Servili]
|
|
5418
5118
|
- Add examples "create_dummy_event" and "create_massive_dummy_events"
|
|
5419
5119
|
[Déborah Servili]
|
|
@@ -5425,10 +5125,6 @@ v2.4.48.2 (2016-07-11)
|
|
|
5425
5125
|
- Fix python3 compat. Make Pep8 happy. [Raphaël Vinot]
|
|
5426
5126
|
- Make pep8 happy. [Raphaël Vinot]
|
|
5427
5127
|
- Comment removed. [Alexandre Dulaunoy]
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
v2.4.48.1 (2016-06-15)
|
|
5431
|
-
----------------------
|
|
5432
5128
|
- Fix check MISP latest version. [Raphaël Vinot]
|
|
5433
5129
|
- Add tag script. [Raphaël Vinot]
|
|
5434
5130
|
- Make pep8 happy. [Raphaël Vinot]
|
|
@@ -5536,18 +5232,6 @@ v2.4.36 (2016-04-15)
|
|
|
5536
5232
|
- Fixed a typo causing the tests to fail. [iglocska]
|
|
5537
5233
|
- README updated including keys.py usage. [Alexandre Dulaunoy]
|
|
5538
5234
|
- 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
5235
|
- Add add_ipsrc. [Raphaël Vinot]
|
|
5552
5236
|
- Add basic support for the proposal API. [Raphaël Vinot]
|
|
5553
5237
|
- Whitespace cleaned. [grolinet]
|
|
@@ -5556,11 +5240,15 @@ v2.1.1 (2015-11-05)
|
|
|
5556
5240
|
- Missing types added. [unknown]
|
|
5557
5241
|
- Missing types added. [unknown]
|
|
5558
5242
|
- [UnitTest] Add some functions, testing. [Raphaël Vinot]
|
|
5243
|
+
- Auth parameters updated. [Alexandre Dulaunoy]
|
|
5244
|
+
- Updated auth parameters. [Alexandre Dulaunoy]
|
|
5245
|
+
- Normalized auth parameters. [Alexandre Dulaunoy]
|
|
5246
|
+
- Normalized auth parameters. [Alexandre Dulaunoy]
|
|
5247
|
+
- Sample keys file added. [Alexandre Dulaunoy]
|
|
5248
|
+
- Normalized auth parameters. [Alexandre Dulaunoy]
|
|
5249
|
+
- Normalized auth parameters. [Alexandre Dulaunoy]
|
|
5250
|
+
- Auth parameters normalized. [Alexandre Dulaunoy]
|
|
5559
5251
|
- Improve error handling. [Raphaël Vinot]
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
v2.0.1 (2015-09-22)
|
|
5563
|
-
-------------------
|
|
5564
5252
|
- Add test cases (initial) [Raphaël Vinot]
|
|
5565
5253
|
- Fix typo in categories names. [Raphaël Vinot]
|
|
5566
5254
|
- Check the MISP instance to query is valid. [Raphaël Vinot]
|
|
@@ -5573,15 +5261,7 @@ v2.0.1 (2015-09-22)
|
|
|
5573
5261
|
- Add methods to query the version of MISP (master and local) [Raphaël
|
|
5574
5262
|
Vinot]
|
|
5575
5263
|
- Add publish method. [Raphaël Vinot]
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
v1.8.2 (2015-09-12)
|
|
5579
|
-
-------------------
|
|
5580
5264
|
- Try to convert event ID to integer if not None. [Raphaël Vinot]
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
v1.8.1 (2015-09-12)
|
|
5584
|
-
-------------------
|
|
5585
5265
|
- Fix bug in download sample function. [Raphaël Vinot]
|
|
5586
5266
|
|
|
5587
5267
|
Thanks to @kevthehermit
|
|
@@ -5613,10 +5293,6 @@ v1.8.1 (2015-09-12)
|
|
|
5613
5293
|
- Fix last commit. [Raphaël Vinot]
|
|
5614
5294
|
- Initial changes to increase flexibility for Viper module. [Raphaël
|
|
5615
5295
|
Vinot]
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
v1.1.2 (2015-08-05)
|
|
5619
|
-
-------------------
|
|
5620
5296
|
- Fix PyPi package. [Raphaël Vinot]
|
|
5621
5297
|
- Add netflow filter output. [Koen Van Impe]
|
|
5622
5298
|
|