Commit Graph

405 Commits (19af2d8d825cc5e0224c5eed6ebee8da0c088717)

Author SHA1 Message Date
Luciano Righetti 19af2d8d82 fix: incorrect check for alertemail and publishSightings event commands 2021-09-24 16:04:10 +02:00
Luciano Righetti e3d0769f12 fix: incorrect check for publish event command 2021-09-24 14:08:31 +02:00
Matjaz Rihtar eaae8c3ca7
fix: [shells] Sync improved cmd line help to 9d7da310 2021-08-16 21:56:04 +02:00
Matjaz Rihtar 4d86ac4842 Merge branch '2.4' into cmdLineHelp
# Conflicts:
#	app/Console/Command/AdminShell.php
#	app/Console/Command/EventShell.php
#	app/Model/Server.php
2021-08-16 19:06:11 +02:00
Jakub Onderka 3bc4f90122 new: [test] Check schema diagnostics in CI 2021-08-03 14:38:50 +02:00
Jakub Onderka 5c56518aaf fix: [test] After CLI setSetting change 2021-07-26 12:37:17 +02:00
iglocska 567bcdc1ca
chg: [CLI] better error messages when a setting change fails
- explain why it failed
- explain how a user can override it
2021-07-26 10:23:57 +02:00
mokaddem 7a01c4a813
Merge remote-tracking branch 'origin/2.4' into develop 2021-07-16 15:15:11 +02:00
mokaddem e7fd73e50e
chg: [user:updateToAdvancedAuthKeys] Functionality accessible via the CLI 2021-07-16 15:13:55 +02:00
Jakub Onderka f747d98877
Merge pull request #6817 from JakubOnderka/upload-sightings
chg: [sync] New separate method for uploading sightings to remote server
2021-07-09 12:25:16 +02:00
Amaury Leroy 987473a7fe function pushAll -- push all servers 2021-05-19 14:59:23 +02:00
Amaury Leroy c34d320186 function cacheServerAll -- cache all server 2021-05-19 14:55:19 +02:00
Jakub Onderka a1212f2df6 new: [log] LogShell 2021-05-03 13:44:44 +02:00
Jakub Onderka ad1b373766 new: [log] Audit log 2021-05-03 13:44:44 +02:00
iglocska 0d348bfd01
new: [Correlations] Added cached toplist
- stored via zset in redis
- very fast, but needs to be generated
- generation background processed
2021-04-27 00:40:40 +02:00
iglocska 823a870ca0
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-04-25 17:54:53 +02:00
iglocska 5622546d5d
new: [correlations] added new background task for correlating individual values 2021-04-25 17:40:41 +02:00
Andras Iklody 6734e9d30e
Merge pull request #7366 from righel/allow-cake-cli-set-null-settings
fix: allow setting org_id=0 via cake console, add --force option
2021-04-23 15:08:34 +02:00
Luciano Righetti da0f9c4148 fix: allow setting org_id=0 via cake console, add --force option to force settings. 2021-04-23 12:01:07 +02:00
mokaddem 7675427170
new: [galaxyCluster:wipe_default] New endpoint to wipe out all default clusters 2021-04-21 12:53:05 +02:00
mokaddem eb0db3226e
new: [Console] New API shell to create API documentation from RestResponseComponent 2021-04-01 11:13:51 +02:00
Jeroen Pinoy 70a28372f3 new: [cli] enable all tags for a taxonomy 2021-03-24 20:36:51 +00:00
mokaddem d7de209623
fix: [command:admin] UpdateTaxonomies provides correct feedback
Fix #7132
2021-03-24 11:34:50 +01:00
Matjaz Rihtar d76a066ccb
fix: [shells] Additional command line help 2021-03-19 19:09:50 +01:00
Matjaz Rihtar 93b2355260
fix: [shells] Fixed/improved command line help 2021-03-18 23:45:20 +01:00
Jakub Onderka 683e52702d new: [sync] When saving sightings, push just new sightings 2021-03-14 09:28:15 +01:00
Jakub Onderka d989759211
Merge pull request #7191 from JakubOnderka/create-no-need
fix: [internal] Remove unnecessary create call
2021-03-11 12:14:16 +01:00
Jakub Onderka a748134551 fix: [internal] Remove unnecessary create call 2021-03-11 12:03:00 +01:00
Jakub Onderka 3f12e95571 new: [test] Alert email generating 2021-03-06 12:03:53 +01:00
Jakub Onderka 29040c4f1c new: [email] New setting `MISP.event_alert_metadata_only` 2021-03-06 10:39:16 +01:00
Jakub Onderka d523025b6d new: [email] Command for testing generated alert email 2021-03-06 10:39:16 +01:00
iglocska 78a48ddc87
new: [server shell] list servers, fixes #7115
- simple human readable listing
- kept the old weird JSON producing listServers intact
2021-03-03 00:30:35 +01:00
iglocska 64879b836e
new: [CLI] check if updates are done yet or not
usage:

- /var/www/MISP/app/Console/cake Admin updatesDone [blocking]
- returns True or False based on whether it is done
- When the blocking parameter is set, it will not return until all updates are done
2021-02-25 11:37:37 +01:00
iglocska df6c68ad88
new: [devshell] added a new shell for developer related tasks
- 1 task currently, cleanFeedDefault
  - runs some cleanup on the feed definition file to remove local IDs etc
2021-02-17 13:06:05 +01:00
Jakub Onderka a5ff4d40bf fix: [CLI] Check user existence 2021-02-08 08:26:49 +01:00
mokaddem e93526c19e
chg: [console:admin] Improved feedback when updating object templates. Fix #6715 2021-01-22 10:49:33 +01:00
iglocska b8823b86e2
new: [correlation] added system to exclude certain values from the correlation engine
- simply add values at /exclude_correlations
- new values coming in will not correlate if they trip over the values listed there
- to remove existing correlations run the cleaner tool on the above endpoint

- values can be 1:1 matches, or substring searches (denoted with a leading, ending, or both '%')
  - https://www.google.com/%  will match anything starting with https://www.google.com/
  - %google.com% will match anything that contains google.com
2021-01-07 09:31:38 +01:00
iglocska b9d69bc2e3
fix: [statistics] Local org flag fixed to show the correct count 2020-12-18 12:23:09 +01:00
iglocska bd303874ca
fix: [mistake in a comment fixed] 2020-12-18 12:22:31 +01:00
iglocska db2c92b591
new: [Statistics shell] Added new statistics shell
- (R)etrieval (o)f (m)etrics (m)atrix (e)xtended (f)or (s)tatistics

- run it via /var/www/MISP/app/Console/cake Statistics rommelfs
2020-12-18 12:15:57 +01:00
Jakub Onderka 4d0daf6981 new: [CLI] Import events with compressed file support
Useful for importing big files
2020-12-09 17:06:04 +01:00
mokaddem 150b4cb7d1
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-11-09 10:07:43 +01:00
iglocska 3c8b9c0fe4
chg: [statistics shell] yearly growth now takes a local only flag as parameter 2020-10-25 09:11:45 +01:00
iglocska ecda5c3f7b
new: [statistics shell] year over year org growth added 2020-10-25 09:06:24 +01:00
iglocska adea237af3
chg: [statistics shell] added org engagement function to get insights on first event creation 2020-10-25 08:36:28 +01:00
Jakub Onderka 49660255fe new: [av] Malware protection for uploaded files 2020-10-22 16:38:07 +02:00
Jakub Onderka 46ba51a32e new: [sync] Show client certificate info in connection test 2020-10-19 09:57:06 +02:00
iglocska 79394d0933
fix: [CLI] missing ; 2020-10-01 15:28:24 +02:00
Richard van den Berg bb8981353b chg: [Shell] Add MISP.osuser for updates. Fix #6368 2020-10-01 13:47:51 +02:00
mokaddem eb84b3344f
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-09-22 12:08:12 +02:00