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
Daniel Pascual
d720c38b0f
WIP
2024-08-08 16:58:17 +02:00
Daniel Pascual
f6305f4041
WIP
2024-08-08 14:13:07 +02:00
Daniel Pascual
3b69446185
WIP
2024-08-07 17:10:28 +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
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
Alexandre Dulaunoy
a225047e8c
chg: [misp-modules] doc updated
2024-06-06 07:40:57 +02:00
Andras Iklody
8046b5b0a6
Merge pull request #666 from davidonzo/main
...
Update REQUIREMENTS
2024-05-28 21:31:31 +02:00
Davide Baglieri
614ba86c85
Update REQUIREMENTS
...
apiosintDS updated in order to solve the following (minor) issue https://github.com/davidonzo/apiosintDS/issues/3 opened by @ostefano.
2024-05-28 19:35:03 +02:00
David Cruciani
1895afab05
remove: [js] useless file
2024-05-28 15:14:17 +02:00
David Cruciani
7b3e6cc73f
new: [functionality] checkbox configure module
2024-05-28 15:13:44 +02:00
David Cruciani
18d4347f51
chg: [launch] misp-modules
2024-05-21 10:20:08 +02:00
David Cruciani
62ce883a71
Merge pull request #659 from MISP/dependabot/pip/website/werkzeug-3.0.3
...
build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /website
2024-05-21 09:35:57 +02:00
David Cruciani
1457575dda
new: [functionality] flowintel + multiple entry
2024-05-16 14:32:49 +02:00
Alexandre Dulaunoy
b5c459c71d
Merge pull request #664 from VirusTotal/feat/gti-doc
...
[Google Threat Intelligence] Add web doc and fix logo for the module
2024-05-14 16:25:49 +02:00
Daniel Pascual
a9dda347bb
Add web doc and fix logo for the Google Threat Intelligence module
2024-05-14 12:47:20 +02:00
Alexandre Dulaunoy
8e3deb85a9
Merge pull request #663 from VirusTotal/feat/google-threat-intel
...
feat: Google Threat Intelligence expansion module
2024-05-14 06:39:37 +02:00
Daniel Pascual
636dc3cdfa
merge
2024-05-13 20:28:41 +02:00
Daniel Pascual
6b7260229b
fix hedight
2024-05-13 20:24:13 +02:00
Daniel Pascual
bd9316b313
doc
2024-05-13 20:15:39 +02:00
Daniel Pascual
3af14a7f6e
Logo and desc
2024-05-13 20:00:14 +02:00