Commit Graph

607 Commits (main)

Author SHA1 Message Date
Alexandre Dulaunoy 3c1125083a
Merge pull request #167 from Cloud-Target/main
Improvements to diagnostic.py
2023-04-26 21:28:55 +02:00
Alexandre Dulaunoy ac28784feb
Merge pull request #174 from Nicolas-Pellletier/main
Fix some bugs and minor improvements
2023-04-26 21:28:17 +02:00
nicolas pelletier a636f14ca1 Fix tag apparition in Chart log panel + Fix attribute category panel bug 2023-04-26 20:33:02 +02:00
nicolas pelletier 480e339ced start_all.sh: Run zmq tool if it's not running + remove launch start_zmq.sh under 'zmqs' user 2023-04-26 20:28:35 +02:00
nicolas pelletier b762733f95 Fix bug due to Leaflet old version 1.2.0 (replace by 1.9.3) 2023-04-26 20:17:25 +02:00
nicolas pelletier 213c3fd36f diagnostic: fix malformed print format string 2023-04-26 20:15:48 +02:00
Lucas Magalhães 06dc976160 MISP user and password are now easier to set in diagnostic.py 2022-08-24 11:07:50 -03:00
Lucas Magalhães 4c9bc87437 Using settings from config file in diagnostic.py
Also fixed a typo in a return from exception
2022-08-23 23:26:52 -03:00
Steve Clement a196e4a2fa
Merge pull request #161 from whoisroot/main
Fixing filters and redis GEOADD command
2021-12-31 11:44:34 +09:00
Lucas Magalhães 7f3a05ffc0 Fix filters - part 2
Org and Orgc are objects on events, and the match is to be applied to id, name or uuid for easier usage of the filters.

Also, I could not find occurences of Org or Orgc outside of Event, so I removed them from the list too.
2021-12-22 13:45:03 -03:00
Lucas Magalhães a722be21be Ignore redis database dump 2021-12-21 04:16:59 +00:00
Lucas Magalhães e852c477ad Fix filters
To compare for "not equal" values you should invert the match, not directly compare with the string prepended with "!".
2021-12-21 00:20:30 +00:00
Lucas Magalhães 100948b4df Fix redis GEOADD
Redis python interface only accepts two arguments, the keyname to store in redis and a value-list with the coordinates and content to which the coordinates refer, in groups of three.
2021-12-14 23:46:18 +00:00
Steve Clement c093363e99
chg: [doc] updated (c) 2021-03-31 10:40:54 +09:00
Steve Clement a46cffb0a5
Merge pull request #155 from SteveClement/master 2021-03-30 13:19:35 +09:00
Steve Clement 461c8af2d7
chg: [installer] Added centos, added note on slow MaxMind keygen 2021-03-30 13:18:18 +09:00
Steve Clement 67d7d06af2
Merge pull request #147 from SteveClement/maxmind
fix: [maxmind] catch 401 not authorized
2020-04-27 18:50:57 +09:00
Steve Clement fdcc13d9d7
fix: [maxmind] catch 401 not authorized 2020-04-27 18:49:51 +09:00
Alexandre Dulaunoy c201d9e3b8
Merge pull request #145 from automationator/master
Fixes MaxMind SHA256 installer bug
2020-03-24 07:23:58 +01:00
Matthew Wilson 109ffaa13d
Fixes MaxMind SHA256 installer bug
The command used to edit the sha256 MaxMind file caused it to be replaced with a null file. This properly edits the file in place.
2020-03-23 12:36:07 -04:00
Steve Clement f6e62aaf49
Merge pull request #144 from SteveClement/maxmind-fix
fix: [GeoIP] MaxMind now requires a free account
2020-02-20 15:02:55 +08:00
Steve Clement 1b585d8ff2
chg: [GeoIP] Properly clean all files 2020-02-20 14:48:26 +08:00
Steve Clement 8d28c5128d
fix: [GeoIP] Small refactor 2020-02-20 14:45:03 +08:00
Steve Clement 4de261ee62
fix: [GeoIP] MaxMind now requires a free account 2020-02-20 14:39:57 +08:00
mokaddem 6510e6dca1 chg: [diagnostic] Added new catches to better handle errors 2020-02-10 07:44:20 +01:00
Alexandre Dulaunoy d0b9e05fe8
Merge pull request #140 from VVX7/master
chg: [auth] conditionally send debug token
2019-12-20 21:54:58 +01:00
VVX7 ed7e5d03bf chg: [auth] only send debug token when MISP is running in debug mode. 2019-12-20 15:16:17 -05:00
VVX7 ad1e776906 chg: [misp_login] remove debug field 2019-11-20 15:49:32 -05:00
Alexandre Dulaunoy 28200e4862
Merge pull request #139 from cudeso/master
SSL for Flask server
2019-11-13 20:46:34 +01:00
Koen Van Impe c5644f52f0 SSL for Flask server 2019-11-13 19:05:54 +01:00
Sami Mokaddem 8a49904235
chg: [README] Added Authentication section 2019-10-30 15:06:25 +01:00
Sami Mokaddem 5967a9d34a
Merge pull request #135 from mokaddem/improvements-login-diagnostic
Improvements on login and diagnostic
2019-10-29 16:40:05 +01:00
mokaddem f1c5c76ec5 chg: [login/diagnostic] Added catch if a secure cookie can't be set 2019-10-29 15:42:58 +01:00
mokaddem ad041c5f77 fix: [login/diagnostic] Return data with the expected format 2019-10-29 15:12:43 +01:00
mokaddem ce4aa82c0a chg: [login/diagnostic] Improved login errors feedback and adjusted
diagnostic
2019-10-29 14:52:10 +01:00
Sami Mokaddem d390a169b5
Merge pull request #130 from MISP/authImprovements
Few authentication improvements
2019-10-11 09:59:27 +02:00
Sami Mokaddem 47c4c2e529
Merge pull request #129 from VVX7/master
new: [authentication] Flask-login authentication via MISP.
2019-10-11 09:51:52 +02:00
mokaddem 1b4df61591 chg: [auth] Simplified condition 2019-10-11 09:45:54 +02:00
mokaddem 8da3d509cd chg: [diagnostic] Fixed to support auth 2019-10-11 09:35:03 +02:00
mokaddem eaf3ad30d1 chg: [auth] Check if can access the dashboard 2019-10-11 08:57:55 +02:00
mokaddem 2ecc4a8fad chg: [login] Fixed web dependencies and added auth error message 2019-10-11 08:38:33 +02:00
mokaddem 21dedd37ed chg: [auth] Takes into account MISP baseurl for redirections 2019-10-11 08:37:46 +02:00
VVX7 4d5ee49357 chg: [Authentication] User authentication can be disabled in config. If disabled, users are automatically logged in with a randomly generated account name and redirected to /index. 2019-10-03 17:26:58 -04:00
VVX7 b313b7cc74 chg: [authentication] add logout endpoint to dashboard dropdown 2019-10-02 20:15:34 -04:00
VVX7 3b0ebe8c72 chg: [authentication] session_cookie_sametime is str 2019-10-02 19:35:58 -04:00
VVX7 07f68cb33f chg: [authentication] configure misp-dashboard cookie policy 2019-10-02 19:32:39 -04:00
VVX7 bd5984faad chg: [authentication] set session protection to kill session when session identifier does not match 2019-10-02 19:10:35 -04:00
VVX7 9c028e697f chg: [authentication] require authorization on hidden endpoints. 2019-10-02 18:20:11 -04:00
VVX7 88cc920bd3 chg: [authentication] add unauthorized_handler to redirect unauthorized user to login page. 2019-10-02 18:12:52 -04:00
VVX7 708addaa34 chg: [authentication] add required login to dashboard views 2019-10-02 18:01:27 -04:00