Commit Graph

2456 Commits (79442c2cd3783e12fe40c3974d005474e012a9b1)

Author SHA1 Message Date
Christophe Vandeplas 79442c2cd3
fix: [modules] many modules not loaded as python module 2024-08-10 08:06:14 +02:00
Christophe Vandeplas 9e95c0e81d
fix: [cisco_firesight_manager_ACL_rule_export] include in __init__ 2024-08-10 07:46:01 +02:00
Christophe Vandeplas 33824e04ad
fix: [yara_export] add new module to __init__ 2024-08-10 07:39:53 +02:00
Christophe Vandeplas 4a73c4a0d5
fix: [tests] fix yara issue in unit tests 2024-08-10 07:12:20 +02:00
Christophe Vandeplas dadce88f4a
chg: [pip] changed yara-python version and updated pipfile.lock 2024-08-09 16:33:12 +02:00
Christophe Vandeplas 01b07975a4
Merge branch 'main' of https://github.com/MISP/misp-modules 2024-08-09 15:54:10 +02:00
Christophe Vandeplas 20ec7c8a18
new: [yara_export] new export module 2024-08-09 15:53:27 +02:00
Alexandre Dulaunoy e0d44bd4ac
Merge pull request #678 from ByronLabs/main
Re-add Vysion
2024-08-09 13:33:01 +02:00
Germán Esteban 7a3ab8e413
Merge branch 'MISP:main' into main 2024-08-09 10:54:45 +02:00
Christophe Vandeplas dd3ac91afd
fix: [cve] fix CVE module to new vulnerability.circl.lu url 2024-08-09 09:53:14 +02:00
Germán Esteban 027820a792
Merge pull request #5 from ByronLabs/pr/vysion
Update vysion package
2024-08-09 09:47:01 +02:00
german-esteban a7a1149ae6 Update Vysion in pipfile 2024-08-09 09:20:28 +02:00
Germán Esteban 55e4b4a447
Update REQUIREMENTS 2024-08-09 08:33:36 +02:00
german-esteban 2f44391a2b Update vysion package 2024-08-09 08:23:37 +02:00
Germán Esteban 5daf7c6628
Merge branch 'MISP:main' into main 2024-08-09 07:54:35 +02:00
Alexandre Dulaunoy 291cbad875
Merge pull request #679 from VirusTotal/feat/more-gti-attributes
feat(Google Threat Intelligence): Add more attributes to the GTI enrichment
2024-08-08 19:53:32 +02:00
german-esteban 90098542a5 Added vysion ito Pipfile 2024-08-08 17:08:18 +02:00
Daniel Pascual d720c38b0f WIP 2024-08-08 16:58:17 +02:00
german-esteban 50b96c0524 Update expansion/vysion.py 2024-08-08 15:40:25 +02:00
Germán Esteban 2efbbba31e
Merge pull request #2 from ByronLabs/pr/vysion
Pr/vysion
2024-08-08 15:32:11 +02:00
german-esteban 96aaf8856c Update documentation 2024-08-08 15:28:45 +02:00
Daniel Pascual f6305f4041 WIP 2024-08-08 14:13:07 +02:00
german-esteban 04817c3332 Update requirements 2024-08-08 13:26:15 +02:00
Daniel Pascual 3b69446185 WIP 2024-08-07 17:10:28 +02:00
german-esteban 321879e165 Added cryptocurrencies types #2 2024-08-07 15:53:15 +02:00
german-esteban 572a97d1ee Added cryptocurrencies types 2024-08-07 15:45:55 +02:00
Germán Esteban f0ef4ee71d
Update REQUIREMENTS 2024-08-07 14:53:14 +02:00
Germán Esteban 38e46d6d1b
Merge branch 'MISP:main' into pr/vysion 2024-08-07 14:39:51 +02:00
Daniel Pascual 798f05a117 Add more attributes to the GTI enrichment 2024-08-07 11:16:57 +02:00
Alexandre Dulaunoy f2b11c89a4
Merge pull request #676 from VirusTotal/fix/vt-lib-event-loop-error
fix(VirusTotal): Update vt lib which fix an event loop error
2024-08-06 11:30:21 +02:00
german-esteban ba9798cf87 Update expansion module + Vysion client update version 2024-08-05 12:58:19 +02:00
Alexandre Dulaunoy f0c56ad5bc
Merge pull request #677 from cudeso/main
Fix 'Object' object has no attribute 'url' in virustotal
2024-08-02 18:26:13 +02:00
Koen Van Impe 672640083b Fix 'Object' object has no attribute 'url' in virustotal
Fix

File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/__init__.py", line 210, in run_request
    response = module.handler(q=json_payload)
  File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 248, in handler
    parser.query_api(attribute)
  File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 46, in query_api
    self.input_types_mapping[self.attribute.type](self.attribute.value)
  File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 143, in parse_hash
    related_file_object = self.create_misp_object(related_file)
  File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 83, in create_misp_object
    misp_object.add_attribute('Url', type='url', value=report.url)
  File "/var/www/MISP/venv/lib/python3.8/site-packages/vt/object.py", line 160, in __getattribute__
    value = super().__getattribute__(attr)
AttributeError: 'Object' object has no attribute 'url'
2024-08-02 11:24:26 +02:00
Daniel Pascual e446f16eea Update vt lib which fix an event loop error 2024-08-02 08:51:45 +02:00
Alexandre Dulaunoy bbabfea3e6
Merge pull request #675 from VirusTotal/fix/vt-logo
[VirusTotal] Update VT logo
2024-07-29 18:58:35 +02:00
Daniel Pascual ee68d0e090 reduce size 2024-07-29 11:37:38 +02:00
Daniel Pascual 76d7fe9dec Update VT logo 2024-07-29 11:15:58 +02:00
Alexandre Dulaunoy 6ad0d90e25
fix: [doc] url fixed 2024-07-23 15:49:45 +02:00
Alexandre Dulaunoy b5424fafdd
fix: [doc] regenerated
related to #673
2024-07-23 15:47:58 +02:00
Alexandre Dulaunoy 3f042f827e
fix: [doc] original JSON file type for GTI
related to #673
2024-07-23 15:38:08 +02:00
Alexandre Dulaunoy 4711dcb660
Merge pull request #672 from ostefano/pandas2
Update pandas and pandas_ods_reader and patch ods_enrich
2024-07-19 12:50:21 +02:00
Stefano Ortolani a52da45eff Update pandas and pandas_ods_reader and patch ods_enrich 2024-07-19 11:02:36 +01:00
Alexandre Dulaunoy 5b15b4ad20
Merge pull request #670 from ostefano/python312
Improve compatibility and upgrade python to 3.12
2024-07-13 07:07:22 +01:00
Stefano Ortolani 308c5fb3ce Improve compatibility and upgrade python to 3.12
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
2024-07-12 17:09:19 +01:00
Alexandre Dulaunoy d49d8ececf
Merge pull request #669 from VirusTotal/update_doc_references
chore: Update virustotal documentation references
2024-07-11 08:19:13 +01:00
silviacuenca 64b7ef1340 Update doc references 2024-07-10 17:04:48 +02:00
David Cruciani 5190d30997
chg: [query] query as same 2024-07-08 16:06:29 +02:00
Christian Studer 2423bc7ade
fix: [vulnerability_lookup] Avoiding issues with `Iterator` in python3.8 2024-07-08 11:52:26 +02:00
Christian Studer 7d7dc1e633
fix: [vulnerability_lookup] Avoiding KeyError exceptions on some fields 2024-07-02 11:09:26 +02:00
Christian Studer 42fb1bcf14
new: [vulnerability_lookup] New module to query Vulnerability Lookup
- Reusing the `variotdbs` code to parse the
  vulnerability description from VariotDB
2024-07-01 23:25:37 +02:00