Commit Graph

2446 Commits (027820a792f448585873c4274c2dd854ed90536a)

Author SHA1 Message Date
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
Christian Studer ea22f7bd9d
Merge branch 'main' of github.com:MISP/misp-modules 2024-06-29 08:29:59 +02:00
David Cruciani 616aeca469
fix: [login] flash messages 2024-06-28 11:32:55 +02:00
David Cruciani 35aa27ee51
new: [feature] external tools config and use 2024-06-28 11:32:21 +02:00
Alexandre Dulaunoy 555cfa807c
chg: [requirements] security issue with this library updated
Reported by Bogdan Manole
2024-06-21 10:27:16 +02:00
Alexandre Dulaunoy 3a376ebb31
Merge pull request #667 from ostefano/fix
remove index information from requirements file
2024-06-06 16:38:49 +02:00
Stefano Ortolani be6b7095a1 remove index information from requirements file 2024-06-06 15:31:56 +01:00
Alexandre Dulaunoy e9103c458c
fix: [REQUIREMENTS] validators no more required as mentioned by @ostefano 2024-06-06 10:38:30 +02:00
Alexandre Dulaunoy cd435c0565
fix: [ipasn] add support for `ip` type 2024-06-06 09:54:20 +02:00
Alexandre Dulaunoy 55d63f804a
chg: [doc] updated 2024-06-06 07:43:55 +02:00
Alexandre Dulaunoy f023c2ba5d
Merge branch 'main' of github.com:MISP/misp-modules 2024-06-06 07:41:20 +02:00