Releases: MISP/misp-modules
v2.4.198
v2.4.197
🐛 Bug Fixes
afe4a18
- do not use single quotes in systemd service unit execStart (commit by @Wachizungu)
v2.4.196
✨ New Features
57a1965
- crowdsec: Update module (v2.1.0) (commit by @julienloizelet)8c1d7b2
- crowdsec: Add missing moduleinfo fields (commit by @julienloizelet)4dc71af
- crowdsec: Use misp-objects template and check IP (commit by @julienloizelet)
🐛 Bug Fixes
3f042f8
- [doc] original JSON file type for GTI (commit by @adulau)b5424fa
- [doc] regenerated (commit by @adulau)6ad0d90
- [doc] url fixed (commit by @adulau)dd3ac91
- [cve] fix CVE module to new vulnerability.circl.lu url (commit by @cvandeplas)4a73c4a
- [tests] fix yara issue in unit tests (commit by @cvandeplas)33824e0
- [yara_export] add new module to init (commit by @cvandeplas)9e95c0e
- [cisco_firesight_manager_ACL_rule_export] include in init (commit by @cvandeplas)79442c2
- [modules] many modules not loaded as python module (commit by @cvandeplas)ea14fb4
- [doc] align static documentation pages (commit by @cvandeplas)1bdb24c
- fixes issues added in latest commit (commit by @cvandeplas)bd155b6
- [make] be sure the version of misp_modules installed are the one (commit by @adulau)d329f50
- [doc] fixes newline in description (commit by @cvandeplas)ede96be
- [doc] make linting happy (commit by @cvandeplas)feeeadd
- [expansion] whois module added back (commit by @adulau)208e1c9
- [website.query] download (commit by @DavidCruciani)
misp-modules v2.4.195 with bugs fixes on the standalone website, a new vulnerability-lookup expansion module and upgrade to Python 3.12
v2.4.195 (2024-07-19)
New
-
vulnerability_lookup: New module to query Vulnerability Lookup. [Christian Studer]
- Reusing the
variotdbs
code to parse the vulnerability description from VariotDB.
- Reusing the
-
feature: External tools configuration and usage. [David Cruciani]
Changes
- query: Query as same. [David Cruciani]
Fixes
- vulnerability_lookup: Avoiding issues with
Iterator
in python3.8. [Christian Studer] - vulnerability_lookup: Avoiding KeyError exceptions on some fields. [Christian Studer]
- login: Flash messages. [David Cruciani]
Other
-
Merge pull request #672 from ostefano/pandas2. [Alexandre Dulaunoy]
- Update pandas and pandas_ods_reader and patch ods_enrich.
-
Update pandas and pandas_ods_reader and patch ods_enrich. [Stefano Ortolani]
-
Merge pull request #670 from ostefano/python312. [Alexandre Dulaunoy]
- Improve compatibility and upgrade python to 3.12.
-
Improve compatibility and upgrade python to 3.12. [Stefano Ortolani]
- Changes:
- Remove vysion (not compatible with python 3.12 and no public repository).
- Remove stiximport (requires archaic version of pymisp).
- Update Python to 3.12.
- Pin Numpy to 1.X.
- Add missing dependencies.
- Commit lock file.
- Update requirements file.
- Changes:
-
Merge pull request #669 from VirusTotal/update_doc_references. [Alexandre Dulaunoy]
- Update VirusTotal documentation references.
-
Update doc references. [silviacuenca]
-
Merge branch 'main' of github.com:MISP/misp-modules. [Christian Studer]
v2.4.192
What's Changed
- add stairwell expansion module and update misp-objects to a193e03 by @goodlandsecurity in #660
- Slack action module by @goodlandsecurity in #661
- feat: Google Threat Intelligence expansion module by @danipv in #663
- [Google Threat Intelligence] Add web doc and fix logo for the module by @danipv in #664
- build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /website by @dependabot in #659
- Update REQUIREMENTS by @davidonzo in #666
New Contributors
- @goodlandsecurity made their first contribution in #660
Full Changelog: v2.4.188...v2.4.192
MISP modules v2.4.142 released including a new yeti expansion module.
v2.4.142 (2021-04-26)
New
-
[logo] yeti logo added. [Alexandre Dulaunoy]
-
[ChangeLog] added. [Alexandre Dulaunoy]
Changes
-
[doc] yeti logo added. [Alexandre Dulaunoy]
-
[doc] Makefile fixed. [Alexandre Dulaunoy]
-
[doc] README cleanup and historical stuff removed. [Alexandre Dulaunoy]
-
[doc] fix path of mkdocs output. [Alexandre Dulaunoy]
Fix
-
[tests] Back to the former ip address in the threatcrowd module test. [chrisr3d]
-
[doc] Travis button was on the old master branch. [Alexandre Dulaunoy]
fix: [doc] Travis button was on the old master branch
-
[doc] build script. [Alexandre Dulaunoy]
Other
-
Merge branch 'main' of github.com:MISP/misp-modules into main. [Alexandre Dulaunoy]
-
Merge pull request #488 from sebdraven/master. [Alexandre Dulaunoy]
Module Yeti
-
Add pyeti package. [Sebdraven]
-
Merge branch 'main' [Sebdraven]
-
Merge branch 'main' of github.com:MISP/misp-modules into main. [chrisr3d]
-
Fix typo. [Sebdraven]
-
Remove variable unused. [Sebdraven]
-
Remove import unused and add package in requirements. [Sebdraven]
-
Create yeti.json. [Sebdraven]
add doc
-
Update yeti.py. [Sebdraven]
pep 8 compliant
-
Update yeti.py. [Sebdraven]
remove tags and entity
-
Update yeti.py. [Sebdraven]
add input
-
Merge pull request #2 from MISP/master. [sebdraven]
Master
-
Update yeti.py. [Sebdraven]
add tests
-
Update yeti.py. [Sebdraven]
add ns record dst and src link
-
Update yeti.py. [Sebdraven]
add test to create result
-
Update yeti.py. [Sebdraven]
fix edges
-
Update yeti.py. [Sebdraven]
fix typo
-
Update yeti.py. [Sebdraven]
change params
-
Update yeti.py. [Sebdraven]
add ns_record object
-
Update yeti.py. [Sebdraven]
change loop
-
Update yeti.py. [Sebdraven]
fix bug
-
Update yeti.py. [Sebdraven]
remove tests
-
Update yeti.py. [Sebdraven]
filter by id
-
Update yeti.py. [Sebdraven]
add src
-
Update yeti.py. [Sebdraven]
fix keyerror
-
Update yeti.py. [Sebdraven]
fix bug about id
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add test of id
-
Update yeti.py. [Sebdraven]
add log
-
Update yeti.py. [Sebdraven]
add descripton
-
Update yeti.py. [Sebdraven]
add file to add in attribute
-
Update yeti.py. [Sebdraven]
add tags for attribute
-
Update yeti.py. [Sebdraven]
remove tag
-
Update yeti.py. [Sebdraven]
test tags
-
Update yeti.py. [Sebdraven]
change tags method
-
Update yeti.py. [Sebdraven]
add related observable and AS
-
Update yeti.py. [Sebdraven]
remove print debug
-
Update yeti.py. [Sebdraven]
fix bugs key error
-
Update yeti.py. [Sebdraven]
add param
-
Update yeti.py. [Sebdraven]
try typo
-
Update yeti.py. [Sebdraven]
remove print
-
Update yeti.py. [Sebdraven]
remove tests
-
Update yeti.py. [Sebdraven]
test
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
try test
-
Update yeti.py. [Sebdraven]
add check
-
Update yeti.py. [Sebdraven]
correct bug
-
Update yeti.py. [Sebdraven]
add log
-
Update yeti.py. [Sebdraven]
add log
-
Update yeti.py. [Sebdraven]
correct typo
-
Update yeti.py. [Sebdraven]
add relation
-
Update yeti.py. [Sebdraven]
refactoring and add Url neighboors
-
Update yeti.py. [Sebdraven]
add key results
-
Update yeti.py. [Sebdraven]
delete attr
-
Update yeti.py. [Sebdraven]
correction format strings
-
Update yeti.py. [Sebdraven]
change logs
-
Update yeti.py. [Sebdraven]
value attribute
-
Update yeti.py. [Sebdraven]
change logs
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add relation
-
Update yeti.py. [Sebdraven]
remove add
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
change relations
-
Update yeti.py. [Sebdraven]
change modification
-
Update yeti.py. [Sebdraven]
update relation
-
Update yeti.py. [Sebdraven]
change relation type
-
Update yeti.py. [Sebdraven]
add relationship
-
Update yeti.py. [Sebdraven]
add ref
-
Update yeti.py. [Sebdraven]
add test
-
Update yeti.py. [Sebdraven]
change attribute add
-
Update yeti.py. [Sebdraven]
change relationship
-
Update yeti.py. [Sebdraven]
log json
-
Update yeti.py. [Sebdraven]
log object
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
change type attr and relation
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
change relation type and misp event init
-
Update yeti.py. [Sebdraven]
add relation object
-
Update yeti.py. [Sebdraven]
add object
-
Update yeti.py. [Sebdraven]
refactoring
-
Update yeti.py. [Sebdraven]
using attribute
-
Update yeti.py. [Sebdraven]
use format misp
-
Update yeti.py. [Sebdraven]
modify acess dict
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add logs
-
Update yeti.py. [Sebdraven]
add neighboors iocs to add the event
-
Update yeti.py. [Sebdraven]
modify call yeti
-
Update yeti.py. [Sebdraven]
Correct bugs
-
Update yeti.py. [Sebdraven]
change inherit
-
Update yeti.py. [Sebdraven]
change path to access config settings
-
Update yeti.py. [Sebdraven]
add log
-
Update yeti.py. [Sebdraven]
add ip-dst to enrich
-
Update yeti.py. [Sebdraven]
add logs
-
Yeti pluggin. [Sebdraven]
get_entities and get_neighboors
-
Update yeti.py. [Sebdraven]
add introspection method
-
Update yeti.py. [Sebdraven]
add method version
-
Update yeti.py. [Sebdraven]
correct import
-
Update REQUIREMENTS. [Sebdraven]
correct conflic
-
Update yeti.py. [Sebdraven]
add config and struct
-
Add new module. [Sebdraven]
new module yeti
-
Update .gitignore. [Sebdraven]
update .gitignore to env pycharm
-
Merge pull request #1 from MISP/master. [sebdraven]
Master
-
Merge branch 'main' of github.com:MISP/misp-modules into main. [Alexandre Dulaunoy]
MISP modules v2.4.141 released with many improvements in farsight_passivedns and many updates in different modules.
MISP modules v2.4.141 released with many improvements in farsight_passivedns and many updates in different modules.
- farsight_passivedns module has been significantly improved to support first_seen/last_seen as input and output and the new dnsdb API
- ocr_enrich updated following API updates
- Google search bugs were fixed
Many other fixes in the MISP modules were done, for a full changelog