Commit Graph

1422 Commits (dea42d39297b237d7b16ccbbcd2182af5d1a7561)

Author SHA1 Message Date
Braden Laverick 5802575e44 Fixed string formatting 2019-10-29 16:29:36 +00:00
Braden Laverick 3142b0ab02 Fixed type error in JSON parsing 2019-10-29 16:08:58 +00:00
Braden Laverick c3ccc9c577 Attempting to import endgame module 2019-10-29 15:52:49 +00:00
Braden Laverick 8ac4b610b8 Added endgame export to __all__ 2019-10-29 15:11:31 +00:00
Braden Laverick 3e44181aed Added EQL export test module 2019-10-29 15:02:08 +00:00
chrisr3d dc7463a67e
fix: Avoid issues when some config fields are not set 2019-10-29 11:04:29 +01:00
Alexandre Dulaunoy 752fbde5ee
chg: [travis] skip E226 as it's more a question of style 2019-10-29 09:34:34 +01:00
Alexandre Dulaunoy dec2494a0a
chg: [apiosintds] make flake8 happy 2019-10-29 09:33:39 +01:00
Alexandre Dulaunoy 36d9873d8c
chg: [Pipfile] apiosintDS added as required by new module 2019-10-29 08:57:14 +01:00
Alexandre Dulaunoy fdbb0717e0
Merge pull request #344 from davidonzo/master
Added apiosintDS module to query OSINT.digitalside.it services
2019-10-29 08:56:29 +01:00
chrisr3d 3b58f80713
fix: Updated pipfile.lock with the correct geoip2 library info 2019-10-29 08:45:04 +01:00
chrisr3d 204e5a7de9
Merge branch 'master' of github.com:MISP/misp-modules 2019-10-28 16:45:50 +01:00
chrisr3d 4fe6b0ac9e
fix: Fixed requirements for pymisp and geoip python libraries 2019-10-28 16:40:26 +01:00
chrisr3d 7a56174c40
fix: Fixed Geoip with the supported python library + fixed Geolite db path management 2019-10-28 16:39:08 +01:00
chrisr3d f15ab8162f
add: cve_advanced module test + functions to test attributes and objects results 2019-10-27 21:19:43 +01:00
chrisr3d 93858e302a
fix: Removed unused self param turning the associated functions into static methods 2019-10-27 21:16:31 +01:00
Alexandre Dulaunoy 3af7d9b879
chg: [env] Pipfile updated 2019-10-27 07:58:12 +01:00
Alexandre Dulaunoy 1b1363f1cf
chg: [pipenv] updated 2019-10-27 07:45:32 +01:00
Alexandre Dulaunoy 1c85caf31d
Merge pull request #345 from 0xmilkmix/fix_geoip2
updated to geoip2 to support mmdb format
2019-10-26 22:53:25 +02:00
milkmix bdc5282e09 updated to geoip2 to support mmdb format 2019-10-25 18:09:44 +02:00
Davide 56e16dbaf5 Added apiosintDS module to query OSINT.digitalside.it services 2019-10-24 12:49:29 +02:00
chrisr3d e1602fdca9
fix: Updates following the latest CVE-search version
- Support of the new vulnerable configuration
  field for CPE version > 2.2
- Support of different 'unknown CWE' message
2019-10-23 11:55:36 +02:00
Christian Studer d2b92f8ad9
Merge pull request #342 from MISP/tests
More expansion tests
2019-10-18 11:41:45 +02:00
chrisr3d 63dba29c52
fix: Fixed module names with - to avoid errors with python paths 2019-10-18 11:09:10 +02:00
chrisr3d 259c3f285e Merge branch 'tests' of github.com:MISP/misp-modules into tests 2019-10-18 09:44:37 +02:00
chrisr3d 6df0072e60
fix: Using absolute path to open files instead of relative path 2019-10-18 09:43:53 +02:00
Christian Studer cf73151ebc
fix: Fixed tesseract python library issues
- Avoiding 'tesseract is not installed or it's not in your path' issues
2019-10-17 16:58:27 +02:00
chrisr3d 93bc178717
fix: Removed unused import\ 2019-10-17 16:36:56 +02:00
chrisr3d 7aa78636a5
add: Tests for all the office, libreoffice, pdf & OCR enrich modules 2019-10-17 16:32:26 +02:00
chrisr3d 60ef1901e2
fix: Handling issues when the otx api is queried too often in a short time 2019-10-17 12:46:29 +02:00
chrisr3d 0555cdaedf Merge branch 'master' of github.com:MISP/misp-modules into tests 2019-10-17 10:46:32 +02:00
chrisr3d d740abe74b
fix: Making pep8 happy 2019-10-17 10:45:51 +02:00
chrisr3d a228e2505d
fix: Avoiding empty values + Fixed empty types error + Fixed filename KeyError 2019-10-17 10:42:34 +02:00
chrisr3d 9f7f11107c
fix: Fixed ThreatMiner results parsing 2019-10-17 10:41:11 +02:00
chrisr3d dc8a27e2d8 Merge branch 'master' of github.com:MISP/misp-modules into tests 2019-10-17 09:55:21 +02:00
chrisr3d a7e523ab61
add: threatminer module test 2019-10-16 22:00:36 +02:00
StefanKelm 0e6d514198
Update test_expansions.py
Tiniest of typos
2019-10-16 12:40:22 +02:00
chrisr3d 5f7b127713
chg: Avoids returning empty values + easier results parsing 2019-10-15 23:30:39 +02:00
chrisr3d 1786b23b27
add: Tests for expansion modules with different input types 2019-10-15 16:04:03 +02:00
chrisr3d bc0c7c7d7d
fix: Catching wikidata errors properly + fixed errors parsing 2019-10-15 14:41:38 +02:00
chrisr3d 8aca19ba68
chg: Taking into consideration if a user agent is specified in the module configuration 2019-10-15 11:25:30 +02:00
chrisr3d 6d19549184
fix: Grouped two if conditions to avoid issues with variable unassigned if the second condition is not true 2019-10-13 20:23:02 +02:00
chrisr3d b1ae8deb6b
fix: Handling errors and exceptions for expansion modules tests that could fail due to a connection error 2019-10-08 15:50:15 +02:00
chrisr3d b560347d5d
fix: Considering the case of empty results 2019-10-08 15:49:09 +02:00
chrisr3d 8bcb630340
fix: Catching results exceptions properly 2019-10-08 15:48:26 +02:00
chrisr3d 2850d6f690
fix: Catching exceptions and results properly depending on the cases 2019-10-08 15:45:06 +02:00
chrisr3d 5d4a0bff98
fix: Handling cases where there is no result from the query 2019-10-08 13:28:23 +02:00
chrisr3d f27031d522 Merge branch 'master' of github.com:MISP/misp-modules 2019-10-08 13:27:27 +02:00
Christian Studer 9e49b3524f
Merge pull request #339 from MISP/tests
Expansion modules tests update
2019-10-08 11:13:37 +02:00
chrisr3d e1faf64296
add: Added tests for the rest of the easily testable expansion modules
- More tests for more complex modules to come soon
2019-10-07 17:14:27 +02:00