Commit Graph

20 Commits (9d4cdd7e16830e34b274387db8b53f7f05c78b8d)

Author SHA1 Message Date
Steve Clement 9d4cdd7e16
chg: [sort] isort on source files
fix: [typo] fix retreive to retrieve
2019-05-29 08:30:57 +09:00
mokaddem 8a90dffb65 fix: [dispatcher] EventTags were not processed correctly 2019-02-26 14:14:56 +01:00
Sami Mokaddem b76a9cd082 fix: [userLogin] Do not consider all login as login from the SYSTEM
ADMIN anymore

Due to the change in the misp-zmq, `misp_json_user` only contain the
information that a user has logged in, the user always being the same.

The code now records user logins from the audit channel `misp_json_audit`.
2018-10-01 13:28:27 +02:00
Sami Mokaddem bb2ea839f3 new: [live] support of few historical data to prefill the live dashboard + some bug fixes 2018-09-27 09:38:39 +02:00
Sami Mokaddem 069a6d13b3 fix: joinning list of int toghether
The String's join function expects a list of string, sometimes this list
can be a list of int.
2018-05-09 13:12:14 +02:00
Steve Clement b7be2afaa1 - Small typo, one _ missing on each side ;) 2018-03-31 19:36:17 +09:00
Steve Clement a6c4f2928d - Fixed the brokeness of: - echo export DASH_CONFIG=$(pwd)/config/ >> ./DASHENV/bin/activate
-- This is mostly wrong for people not running misp-dashboard interactively.
-- It also assumes people use DASHEN as their virtualenv name (One more issue along those lines remain, $DASH_HOME)
2018-03-31 19:21:52 +09:00
A. Cristallo 3a36928240
simply python3
With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3".

Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64)
2018-03-07 18:13:17 +01:00
Sami Mokaddem 8e59307ab4 fix: Attribute 'Tag' in misp_json.Attributes does not contain the field 'Tag' anymore 2018-02-22 09:45:33 +01:00
Sami Mokaddem 1f4b10ea7f fix: Added a return statement in case of exception, preventing the execution 2017-12-19 12:10:48 +01:00
Sami Mokaddem 968757f81b fix: now take correct config fields + Removed useless field in config 2017-12-05 11:04:26 +01:00
Sami Mokaddem 2034941d64 Append to log instead of replacing 2017-12-05 10:32:12 +01:00
Sami Mokaddem 9139ed7eef Added logger in config 2017-12-05 10:23:40 +01:00
Sami Mokaddem bdef0c21e9 Moved helper scripts in their folder + updated import path 2017-12-05 09:56:32 +01:00
Sami Mokaddem b59827591d update: changed some log levels 2017-12-05 09:02:49 +01:00
Sami Mokaddem 1386e58cf8 Started integration of Logging 2017-12-04 16:44:44 +01:00
Sami Mokaddem 7532074417 Refacto: removed useless args and vars 2017-12-04 11:14:25 +01:00
Sami Mokaddem 849d8cc8eb fix: Fixed tons of bugs related to migration of handle_contribution to
controbutor_helper
2017-12-01 15:39:17 +01:00
Sami Mokaddem 868ba9f80b fix: redis buffer seems to work 2017-11-30 16:04:03 +01:00
Sami Mokaddem 850b686e76 Added draft of redis buffer 2017-11-30 08:17:53 +01:00