Commit Graph

83 Commits (7b6cdd6765d0277153f4937562326ce685d46f97)

Author SHA1 Message Date
Richard van den Berg 91f40e6641 Update misp_retention.py to new api, use local tags 2019-10-14 13:56:19 +02:00
Christophe Vandeplas 44f1b89848 chg: [tool] gen_misp_types_categories uses jq 2019-10-02 09:50:25 +02:00
Christophe Vandeplas e48b1b5dab fix: [tools] Fixes gen types categories script 2019-08-08 12:17:39 +02:00
tom564 d88369a7de
Allow SSL verification to be disabled with config
Allow SSL verification to be disabled with config. If I understand this right this will need to be scheduled with a cronjob if the expiration framework is wanted?
2019-07-16 10:09:18 +10:00
Steve Clement 5cb723b37c
chg: [tools] Added MISPvars from the installer. Added PATH_TO_MISP as a standard. 2019-06-14 23:11:38 +09:00
Trey Darley 1d52eb096d
enable misp-wipewhere MySQL datastore isn't on localhost
The misp-wipe script grabs the MYSQL host parameter from database.conf but it wasn't included in the call to mysqldump.
2019-06-04 17:33:51 +02:00
Trey Darley c854c87765
enable misp-backup where MySQL datastore isn't on localhost
The misp-backup script grabs the MYSQL host parameter from database.conf but it wasn't included in the call to mysqldump.
2019-06-03 15:21:22 +02:00
Alexandre Dulaunoy bc7fc5a490
chg: [tools] unused import module removed 2019-05-27 14:17:10 +02:00
Jop van der Lelie f3e8de52b7 Add script for expiring IP based IOC's 2019-05-21 10:41:33 +02:00
Koen Van Impe 341994dafb misp-wipe ; delete all non-default orgs & users 2019-05-17 17:54:12 +02:00
Richard van den Berg c2a8f0306f Wipe all tmp files, not just the logs 2019-05-14 17:24:47 +02:00
Steve Clement 61de0c1814 chg: [tools] Renamed the script, added a few more tweaks. 2019-04-17 11:25:17 +09:00
Richard van den Berg be3d76d8c1 Wipe new SQL tables in misp-wipe 2019-04-04 11:40:40 +02:00
tom564 bd652c5c60
Fix blank $PATH_TO_MISP
Move  PATH_TO_MISP=${PATH_TO_MISP:-$(locate MISP/app/webroot/index.php|sed 's/\/app\/webroot\/index\.php//')} outside of if statement checking if manual input is required otherwise is only executed if locate is unable to determine path.
2019-04-03 20:56:35 +01:00
Steve Clement 9eeb3cc881 fix: [tools] Fixed empty variable check function. 2019-03-21 14:05:57 +02:00
Steve Clement 28acfb4851 fix: [tools] misp-restore works a little better... still WiP 2019-03-08 09:25:56 +06:00
Steve Clement 96cd7ced47 chg: [tools] misp-restore updates. Still WIP. Not working ATM. 2019-03-04 23:39:08 +06:00
Steve Clement 6d11d6a3cb chg: [tools] Various changes to the misp-backup script to make it more stable. Still WIP. 2019-03-04 23:54:36 +09:00
Steve Clement 640c7f9ac9 chg: [tools] misp-workers.service need to be able to be installed on a stick MISP install (Ubuntu) other flavours want to be marked as such. (and in a seperate directory, ideally, etc/systemd/system)
chg: [tools] Backup script todo added
chg: [tools] worker start script todo and fix me added
2019-02-27 07:58:46 +05:30
Steve Clement ceacaf56d1 Merge branch '2.4' into tools 2019-02-27 07:27:51 +05:30
Steve Clement c6cb8d21fd fix: [doc] gitchangelo from pip now works un Python 3.7 as expected
chg: [doc] Tried to have a more or less clean new Changelog in docs
2019-02-14 16:46:17 +09:00
Christophe Vandeplas 8278c47c5c
fix: [tools] Fixes missing sort in the PyMISP describeTypes generation (#3966) 2018-12-20 13:31:53 +01:00
Chris Ford 774f3c761a fix: [tools] misp-restore.sh incorrectly validating 'BackupFile' from the command line 2018-11-15 11:15:37 -06:00
Steve Clement 153e71b604 fix: [doc] Included git repo of gitchangelog due to Python 3.7 bug fix not yet in release: https://github.com/vaab/gitchangelog/issues/107 2018-10-31 11:41:27 +09:00
Steve Clement 47339b8ba0 chg: [tools] Made it a little more universal 2018-10-29 16:04:51 +09:00
Steve Clement 84f239fee4 new: [tools] Experimental tool to upgrade MISP via GitHub 2018-10-29 13:30:21 +09:00
Steve Clement 9b6c0d31d9 chg: [doc] updated Changelog.md to be more markdown friendly
chg: [tools] Changed the way gen_misp_install_docs.sh parseses the changelog
new: [tools] Added simple tool for git log sanitizing.
2018-10-26 10:38:37 +09:00
Steve Clement 362f03ee00 chg: [tools] Updated gitchangelog.rc for latest version of toll, added to doc generator. 2018-10-25 12:57:13 +09:00
Steve Clement fe5735cc73 new: [docs] Added globalVariables files to be included by all Install Guides
chg: [tools] Updated dependencies on docs creator
chg: [docs] Some minor changes to Ubuntu Install guide and added VariableglobalVariables
chg: [docs] Updated mkdocs.yml with new dependencies
2018-10-24 18:48:24 +09:00
Steve Clement 1193cf8771 chg: [tools] Added sed to gen_misp_install_docs.sh to replace some formatting tildes which mkdocs does not really understand
chg: [docs] Minor touch-up to Changelog.md to correct for formatting issues.
chg: [config] Added correct paths to .gitignore for mkdocs
2018-10-22 10:32:58 +09:00
Steve Clement bb615b92bf new: [tools] Added tool to create MISP INSTALL Docs and push to gh-page, plus it fetche latest Changelog.txt 2018-10-22 09:52:55 +09:00
Steve Clement 5139a80aa2 chg: [tools] removed: #@IgnoreInspection BashAddShebang -- Added a better globbing opt: ./* 2018-10-16 15:07:06 +09:00
Steve Clement 363d00db7a chg: [tools] Updated misp-backup and misp-wipe to be a bit more late 2018 compliant 2018-10-16 13:34:25 +09:00
Steve Clement f67d4350de fix: [tools] small typo in she-bang line 2018-10-11 22:53:04 +09:00
Christophe Vandeplas 569231bcdc new: [tool] Generator for types/categories in all the places of MISP 2018-08-08 12:19:22 +02:00
Raphaël Vinot ecb58da93a fix: Set shebangs, cleanup 2018-06-30 14:39:46 +08:00
Richard van den Berg 2f54353c81 - wipe objects
- update taxonomies, warninglists, galaxies and objectTemplates after wipe
2018-02-01 20:21:06 +01:00
Jérôme Leonard e323fc0730
update: add information for misp-restore.sh script 2018-01-23 14:35:17 +01:00
Jérôme Leonard 25fcacb56e
new: add restore script 2018-01-23 14:34:40 +01:00
Jérôme Leonard ffb8375436
update: add Config php files to backup 2018-01-23 14:34:22 +01:00
iglocska 1d22679d2b fix: match the rate of the pulisher in the subscriber as default 2017-12-20 08:05:54 +01:00
Steffen Sauler 750696ea8e
Fix: shebang mixup
/!bin/sh to !/bin/sh
2017-11-15 16:54:24 +01:00
truckydev 5dff54db00
force int for --sleep
^^
2017-11-14 17:29:07 +01:00
truckydev a21486c328
update args.sleep on typeError
Convert string to int for time.sleep when sub.py use with -t
2017-11-14 17:02:16 +01:00
iglocska 2dc5bcacd6 fix: Updated sub.py 2017-10-27 11:28:09 +02:00
Kevin Allix 2b6ee46e9a Change (where needed) shebang to /usr/bin/env xxx for better portability 2017-06-24 13:37:42 +02:00
Andras Iklody 1eaa8a4f7f Merge pull request #2243 from SHSauler/patch-2
Fix: misp-backup explanation for meaning of variables
2017-06-16 09:39:01 +02:00
Alexandre Dulaunoy ce673df0d5 new: Export default feed list in Markdown format
Simple Python script to dump the default feed list in a Markdown list.
The script is to be used for the automatic generation of the
misp-website and documentation to keep an up-to-date list of feeds in
the various public places of the MISP project.
2017-06-05 10:42:51 +02:00
Steffen Sauler 8b56dc2607 Fix: explanation regarding meaning of variables
Default OutputDirName (current dir) led to error for me on Ubuntu 16.04, tar 1.28. Provided works and is neater.
2017-06-02 00:14:54 +02:00
Alexandre Dulaunoy 39d884788c fix: [misp-zmq] add a Poller for future multi-SUBscriber in ZMQ 2017-05-27 22:03:02 +02:00