Commit Graph

2554 Commits (6d297424590e951673611123f815ac3ef5b73b4c)

Author SHA1 Message Date
Christian Studer 6d29742459
fix: [vulnerability_lookup] Quick fix on a typing and an indentation
- Typing was correct but failing for some old python versions
2024-12-18 09:28:16 +01:00
Christian Studer f829c755ce
add: [vulnerability_lookup, variot] Parsing CVSS v2 too 2024-12-16 17:17:51 +01:00
Christian Studer 71e1e11581
add: [vulnerability_lookup] Parsing Tailscale descriptions 2024-12-16 17:15:40 +01:00
Christian Studer 97f6afc604
fix: [vulnerability_lookup] Better reference between vulnerability and weakness objects 2024-12-16 16:43:50 +01:00
Christian Studer 157ac8ca99
add: [vulnerability_lookup] Parsing JVNDB descriptions 2024-12-16 16:42:53 +01:00
Christian Studer 4ff402e117
add: [vulnerability_lookup] Enhanced CSAF format parsing
- Supporting NCSC-NL CSAF format & the CISA CSAF
    format prefixed with `va`
- Extracting cpe information from `product_tree`
    for all the CSAF formats
2024-12-16 16:41:01 +01:00
Christian Studer 8b3da50c57
add: [vulnerability_lookup] Handling weakness (CWE) information while parsing OpenSSF vulnerability descriptions 2024-12-16 16:39:46 +01:00
Christian Studer 8acd890605
fix: [vulnerability_lookup] Fixed potentially missing fields in the GSD description of a vulnerability 2024-12-16 13:23:07 +01:00
Christian Studer cd8a2881d4
add: [vulnerability_lookup] Handling weakness (CWE) information while parsing github vulnerabilities 2024-12-16 13:13:21 +01:00
Christian Studer 5488396938
add: [vulnerability_lookup] Added cpe information from CVE lookups 2024-12-16 11:54:57 +01:00
Christian Studer 63cffa2b2f
fix: [vulnerability_lookup] Updated API url 2024-12-16 10:25:21 +01:00
Christian Studer 6033d7f3cc
Merge branch 'main' of github.com:MISP/misp-modules 2024-12-14 22:33:22 +01:00
Alexandre Dulaunoy 3033525c93
fix: [yara_query] description fixed 2024-12-13 08:29:18 +01:00
Christian Studer 328a85ca2f
Merge branch 'main' of github.com:MISP/misp-modules 2024-11-26 10:23:05 +01:00
Stefano Ortolani 03165ad2cd Release 2.4.199 and remove py38 leftovers 2024-11-24 13:33:46 +00:00
Alexandre Dulaunoy a204497cf6
Merge pull request #702 from MISP/dependabot/pip/aiohttp-3.10.11
build(deps): bump aiohttp from 3.10.10 to 3.10.11
2024-11-18 22:27:58 +01:00
dependabot[bot] a2a49134b0
build(deps): bump aiohttp from 3.10.10 to 3.10.11
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.10...v3.10.11)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 21:09:04 +00:00
Sami Mokaddem d45dec6273
Merge remote-tracking branch 'origin/main' 2024-11-18 09:57:41 +01:00
Sami Mokaddem e8537592d7
chg: [expansion:convert_markdown_to_pdf] Better support of margins and added installation notes
- Add to introduce hacky code  as wkhtmltopdf could not correctly parse margins
and other options such as --disable-smart-shrinking when passed by pandoc
2024-11-18 09:54:12 +01:00
Alexandre Dulaunoy 5e31eee588
Merge pull request #701 from cudeso/main
Update urlscan.py
2024-11-13 06:37:39 +01:00
Koen Van Impe c7c3f7f628
Update urlscan.py
Avoid stopping with "net::ERR_ABORTED", "net::ERR_FAILED", "net::ERR_QUIC_PROTOCOL_ERROR"
Add PTR, TLSIssuer, Server, Page Title
Update comment field to include more detailed description of enrichment.
2024-11-12 20:21:15 -04:00
Koen Van Impe 27751e9dcd
Update urlscan.py
Avoid exiting after 'net::ERR_ABORTED' and 'net::ERR_FAILED'; still return the results.
2024-11-12 22:07:50 +01:00
Sami Mokaddem e17aad3aeb
Merge remote-tracking branch 'origin/main' 2024-11-08 09:54:50 +01:00
Sami Mokaddem aa6f4c4bc8
chg: [expansion:convert_markdown_to_pdf] Added support of `margin` configuration 2024-11-08 09:54:34 +01:00
Alexandre Dulaunoy 9c43ec51d2
Merge branch 'cudeso-main' 2024-10-29 06:25:48 +01:00
Alexandre Dulaunoy 68d4ad1d34
fix: [mmdb_lookup] moduleinfo new format updated 2024-10-29 06:25:23 +01:00
Alexandre Dulaunoy 1a2c7f0f82
Merge branch 'main' of https://github.com/cudeso/misp-modules into cudeso-main 2024-10-29 06:22:35 +01:00
Alexandre Dulaunoy 171f395b1d
Merge pull request #700 from MISP/dependabot/pip/website/werkzeug-3.0.6
build(deps): bump werkzeug from 3.0.3 to 3.0.6 in /website
2024-10-26 10:45:05 +02:00
dependabot[bot] 86cd103026
build(deps): bump werkzeug from 3.0.3 to 3.0.6 in /website
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 00:10:11 +00:00
Koen Van Impe fe2f2acd42 Be more consistent with max_country_qt / max_country_info_qt 2024-10-18 22:04:38 +02:00
Koen Van Impe 4c6a215802 Extend MMDB with max_country_qt
When querying MMDB there are sometimes multiple country_info objects returned, mostly due to the different db_source. Sometimes customers are not interested in the db_source, and only the geo-info.
This change adds max_country_qt. When
- Set to None or 0, has no effect
- Set to a value higher than 0, the number of country_info entries is limited to max_country_qt
2024-10-18 22:00:46 +02:00
David Cruciani 6a3557bae7
fix: [launch] check conf file 2024-10-15 14:18:45 +02:00
Alexandre Dulaunoy 58cce0b81a
chg: [workflow] Python 3.8 is now officially EoL 2024-10-15 13:56:26 +02:00
Sami Mokaddem 74eee490a6
chg: [poetry.lock] Bumped 2024-10-15 13:52:26 +02:00
Sami Mokaddem 05745151cc
fix: [pyproject] Added missing pandoc requirement 2024-10-15 13:48:18 +02:00
Sami Mokaddem 73e6ae2f58
fix: [expansion:init] Added new module `convert_markdown_to_pdf` for loading 2024-10-15 13:45:13 +02:00
Sami Mokaddem edad5580dd
Merge remote-tracking branch 'origin/main' 2024-10-15 12:00:11 +02:00
Sami Mokaddem eb55006f15
new: [expansion:convert_markdown_to_pdf] Added module to render a markdown (under GFM) into PDF 2024-10-15 11:58:42 +02:00
Stefano Ortolani 7e2297aa71
Merge pull request #696 from MISP/fix-poetry
add fix as reported here https://github.com/MISP/misp-docker/issues/167
2024-10-08 18:57:17 +01:00
Stefano Ortolani a6fe1267fd add fix as reported here https://github.com/MISP/misp-docker/issues/167 2024-10-08 18:53:25 +01:00
Alexandre Dulaunoy e74c01f751
Merge pull request #693 from cudeso/main
Update dns.py
2024-10-07 22:25:18 +02:00
Sami Mokaddem 4ea30ae3a8
new: [expansion] Added skeleton module for the misp_standard format 2024-10-02 12:14:07 +02:00
Koen Van Impe 7ee975e57b
Update dns.py
Get rid of 'jj' in DNS module description field
2024-10-02 11:31:39 +02:00
Christian Studer 59c994678d
chg: [circl_passivedns] Using `time_first` & `time_last` as `first_seen` and `last_seen` fields on the `passive-dns` objects
- Should fix #692
2024-09-26 11:08:22 +02:00
Christian Studer d2e322bae9
Merge branch 'main' of github.com:MISP/misp-modules 2024-09-25 15:45:06 +02:00
David Cruciani 7623b3c615
chg: [website] launch and migrate python script 2024-09-04 09:38:01 +02:00
David Cruciani d5b9676479
fix: [website.migrations] try-except 2024-09-04 09:37:32 +02:00
Sami Mokaddem 75576f0016 Merge remote-tracking branch 'origin/main' 2024-09-03 11:14:54 +02:00
Sami Mokaddem 28390ac9ae fix: [expansion:virus_total] Capture `ForbiddenError` from vr.APIError correctly 2024-09-03 11:13:41 +02:00
Alexandre Dulaunoy 93cec5921f
chg: [version] release v2.4.197 2024-09-02 11:35:30 +02:00