Commit Graph

1224 Commits (717be2b8599dfa7ee8154498b1fd8dc7a51bd2eb)

Author SHA1 Message Date
Braden Laverick 717be2b859 Removed extraneous comments and unused imports 2019-10-30 15:44:47 +00:00
Braden Laverick dc4c09f751 Fixed python links 2019-10-30 13:47:43 +00:00
Braden Laverick 62d25b1f76 Changed file name to mass eql export 2019-10-30 13:46:52 +00:00
Braden Laverick 08fc938acd Fixed comments 2019-10-30 13:41:40 +00:00
Braden Laverick 2a4c7ff150 Added ors for compound queries 2019-10-29 20:22:41 +00:00
Braden Laverick c1ca936910 Fixed syntax error 2019-10-29 20:14:07 +00:00
Braden Laverick c06ceedfb8 Changed to single attribute EQL 2019-10-29 20:11:35 +00:00
Braden Laverick a426ad249d Added EQL enrichment module 2019-10-29 19:42:47 +00:00
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 b9b78d1606
fix: Travis tests should be happy now 2019-10-04 17:22:32 +02:00
chrisr3d 6bcd60871c
fix: copy paste syntax error 2019-10-04 17:01:22 +02:00
chrisr3d d48d884ef0
fix: Fixed greynoise test following the latest changes on the module 2019-10-04 16:48:59 +02:00
chrisr3d 6801289175
fix: Returning results in text format
- Makes the hover functionality display the full
  result instead of skipping the records list
2019-10-04 15:54:25 +02:00
Christian Studer 73302bef1e
Merge pull request #338 from MISP/features_csvimport
Fixed the CSV import module
2019-10-03 22:20:59 +02:00
chrisr3d fe1987101d
fix: Making pep8 happy 2019-10-03 17:10:47 +02:00
chrisr3d 22d786e0f7 chg: Updated csv import documentation 2019-10-03 17:06:11 +02:00
chrisr3d c5c5c16ff1
fix: Avoiding errors with uncommon lines
- Excluding first from data parsed all lines that
  are comments or empty
- Skipping lines with failing indexes
2019-10-03 16:03:30 +02:00
chrisr3d 3d7de2dc22
fix: Fixed unassigned variable name 2019-10-03 16:02:25 +02:00
chrisr3d ffe43acd89
fix: Removed no longer used variables 2019-09-20 09:22:20 +02:00
chrisr3d cfc6438c47
fix: csv import rework & improvement
- More efficient parsing
- Support of multiple csv formats
- Possibility to customise headers
- More improvement to come for external csv file
2019-09-19 23:19:57 +02:00
chrisr3d 09590ca451
fix: Making pep8 happy 2019-09-17 14:13:05 +02:00
Christian Studer 205342996a
Merge pull request #335 from FafnerKeyZee/patch-2
Travis should not be complaining with the tests after the latest update on "test_cve"
2019-09-17 14:11:03 +02:00
chrisr3d 00678c8934 Merge branch 'master' of github.com:MISP/misp-modules 2019-09-17 13:54:56 +02:00
chrisr3d 8995303878
fix: [tests] Fixed tests to avoid config issues with the cve module
- Config currently empty in the module, but being
  updated soon with a pending pull request
2019-09-17 13:50:33 +02:00
Alexandre Dulaunoy 8a0e658cba
Merge pull request #334 from FafnerKeyZee/patch-1
Cleaning the error message
2019-09-17 13:08:34 +02:00
Fafner [_KeyZee_] dc84c9f972
adding custom API
Adding the possibility to have our own API server.
2019-09-17 11:07:23 +02:00
Fafner [_KeyZee_] 5c09b66706
Cleaning the error message
The original message can be confusing is the user change to is own API.
2019-09-17 10:42:29 +02:00
chrisr3d 5ebd0bd4fc Merge branch 'master' of github.com:MISP/misp-modules 2019-09-16 14:31:01 +02:00
chrisr3d 8d33d6c18c
add: New parameter to specify a custom CVE API to query
- Any API specified here must return the same
  format as the CIRCL CVE search one in order to
  be supported by the parsing functions, and
  ideally provide response to the same kind of
  requests (so the CWE search works as well)
2019-09-16 14:19:20 +02:00
Alexandre Dulaunoy f28a642f11
Merge pull request #329 from 8ear/8ear-add-mkdocs-documentation
Update mkdocs documentation
2019-09-02 19:56:51 +02:00
Alexandre Dulaunoy a719e142d8
Merge pull request #328 from 8ear/8ear-add-docker-capabilitites
Add Docker Capabilitites
2019-09-02 19:55:58 +02:00
8ear 4f0237508e
Add .travis.yml command for docker build 2019-09-02 14:10:49 +02:00
8ear d55331fc1c
Merge github.com:MISP/misp-modules into 8ear-add-docker-capabilitites 2019-09-02 12:30:18 +02:00
8ear a9a4ec3851
Disable not required package virtualenv for final stage 2019-09-02 12:20:18 +02:00
8ear cdbe99824e
Fix entrypoint bug 2019-09-02 12:19:57 +02:00
8ear e82789cba8
Improve the Dockerfile 2019-09-02 12:12:31 +02:00
8ear d7bf9e4df8
Fixing Install.md 2019-09-02 11:56:04 +02:00
8ear 33f858fe97
Fix Install.md 2019-09-02 11:49:56 +02:00
8ear 241824870e
Add Dockerfile, Entrypoint and Healthcheck script 2019-09-02 11:45:26 +02:00
8ear 3eee1c88f3
Change Install documentation 2019-09-02 11:44:54 +02:00
8ear a5345c52c8
Update install doc 2019-09-02 10:21:37 +02:00
8ear ed1ebef7b3
Bugfixing for MISP-modules 2019-09-02 10:03:32 +02:00
Alexandre Dulaunoy 30d9567e8c
Merge pull request #327 from zaphodef/cuckooimport
fix: prevent symlink attacks
2019-08-22 11:33:59 +02:00
Pierre-Jean Grenier b2ab727f9b fix: prevent symlink attacks 2019-08-22 11:23:37 +02:00
Alexandre Dulaunoy 0f2c1ece38
Merge pull request #326 from zaphodef/cuckooimport
chg: [cuckooimport] Handle archives downloaded from both the WebUI and the API
2019-08-22 09:17:09 +02:00
Pierre-Jean Grenier 413cc2469f chg: [cuckooimport] Handle archives downloaded from both the WebUI and the API 2019-08-21 16:35:11 +02:00