Phrozyn
|
ff20881548
|
Modifying some of the type references.
|
2019-04-09 11:09:49 -05:00 |
Phrozyn
|
4ea91f7ac0
|
Fixing flake8 erros
|
2019-03-28 11:21:23 -05:00 |
Phrozyn
|
9eafc93c01
|
Update to remove doc_type in favor of type, edited comments to reflect accuracy.
|
2019-03-25 13:15:49 -05:00 |
Phrozyn
|
6a9cdc3c9f
|
Minor tweaks to mq workers.
|
2019-03-25 13:14:42 -05:00 |
Phrozyn
|
dcc3f68623
|
Updating sns_sqs worker to remove doc_type and add type.
|
2019-03-25 13:14:36 -05:00 |
Phrozyn
|
884ebbc98d
|
Removing doc_type parameters from papertrail worker, this will be handled by elasticsearch client.
|
2019-03-25 13:14:30 -05:00 |
Phrozyn
|
fbe6b83f4c
|
Removing doc_type parameters from eventtask worker, this will be handled by elasticsearch client.
|
2019-03-25 13:14:25 -05:00 |
Phrozyn
|
af076675da
|
removing doc_type to be handled via elasticsearch client, adding new type to handle subcategory filters
|
2019-03-25 13:14:18 -05:00 |
Michal Purzynski
|
0d13b6243d
|
Merge pull request #1167 from mozilla/fix_plugins_directory
Fix plugins directory
|
2019-03-22 15:28:11 -07:00 |
Brandon Myers
|
4d35bbd608
|
Destroy plugin manager at end in plugin set
|
2019-03-22 17:13:40 -05:00 |
Brandon Myers
|
71dd920f45
|
Create alert plugins directory
|
2019-03-22 17:13:20 -05:00 |
Brandon Myers
|
b4a051bb60
|
Remove plugins module from sys modules if exists in tests
|
2019-03-22 17:13:11 -05:00 |
Brandon Myers
|
dadcbf49de
|
Call parent teardown function in alert test suite class
|
2019-03-22 17:11:19 -05:00 |
Brandon Myers
|
bc05b7ea90
|
Merge pull request #1161 from mozilla/fix_remaining_alertplugins_reference
Fixup remaining mozdefalertplugin references
|
2019-03-22 12:44:37 -05:00 |
Brandon Myers
|
40e22c3ffa
|
Fixup remaining mozdefalertplugin references
|
2019-03-22 12:23:40 -05:00 |
Michal Purzynski
|
3a56027084
|
Merge pull request #1159 from mozilla/update_syslog_alertactions
Update missing references to alertactions in syslog configs
|
2019-03-21 15:48:52 -07:00 |
Brandon Myers
|
1d987ae886
|
Update missing references to alertactions in syslog configs
|
2019-03-21 17:36:47 -05:00 |
Brandon Myers
|
e25d16ba21
|
Merge pull request #1132 from mozilla/fix_cloudtrail_parsing
updating cloudtrail plugin to add details.requestparameters.tagging.
|
2019-03-21 16:49:19 -05:00 |
Michal Purzynski
|
d1ebe2792c
|
Merge pull request #1137 from mozilla/rename_alert_plugins
Rename alert plugins to alert actions
|
2019-03-21 14:44:50 -07:00 |
Brandon Myers
|
2337e95505
|
Revert "Create alert plugins folder"
This reverts commit 4cb0a81b0b .
|
2019-03-21 14:54:47 -05:00 |
Brandon Myers
|
4cb0a81b0b
|
Create alert plugins folder
|
2019-03-21 14:41:18 -05:00 |
Brandon Myers
|
3aba690c5c
|
Update plugin references in cloudy mozdef docker env
|
2019-03-20 15:26:52 -05:00 |
Brandon Myers
|
f4c9d4ca04
|
Rename alert plugins to actions in docker env
|
2019-03-20 15:25:22 -05:00 |
A Smith
|
9c10b7c745
|
Merge pull request #1118 from mozilla/parse_sqs_sshd_events_properly
Resolving issues with sshd events not parsing correctly.
|
2019-03-20 14:14:27 -05:00 |
Brandon Myers
|
15ebc7be71
|
Merge pull request #1124 from mpurzynski/alert_plugins
Alert plugins
|
2019-03-20 13:41:16 -05:00 |
Brandon Myers
|
23b6723fcd
|
Merge pull request #1123 from mpurzynski/alert_actions
Alert actions
|
2019-03-20 13:40:50 -05:00 |
Tristan Weir
|
8ae6baec38
|
Merge pull request #1133 from tristanweir/add-changelog
Add initial CHANGELOG (captures changes in v1.37)
|
2019-03-20 10:16:30 -07:00 |
Tristan Weir
|
db87cb1234
|
Added CHANGELOG items for v1.37
|
2019-03-20 09:42:36 -07:00 |
Tristan Weir
|
fc3fadd87e
|
Stubbed out CHANGELOG structure
|
2019-03-20 09:20:59 -07:00 |
Tristan Weir
|
793486ee71
|
Initial add of CHANGELOG
|
2019-03-20 09:02:27 -07:00 |
Phrozyn
|
5149b8cbf7
|
updating cloudtrail plugin to add details.requestparameters.tagging.
|
2019-03-19 18:44:30 -05:00 |
Brandon Myers
|
f91dd1473b
|
Merge pull request #1121 from mozilla/fixup_pyyaml_warnings
Fix pyyaml warning messages to use safe loader
|
2019-03-18 11:47:28 -05:00 |
A Smith
|
14640807a6
|
Merge pull request #1102 from mozilla/update_rabbitmq_version
Update rabbitmq version to 3.7
|
2019-03-15 16:11:41 -05:00 |
Phrozyn
|
025f8440a4
|
Adding additional event formats to parse_sshd unittest.
|
2019-03-15 16:07:56 -05:00 |
Michal Purzynski
|
f80c7ca083
|
Resolve the plugin's dir in a nicer way
|
2019-03-14 16:17:49 -07:00 |
Michal Purzynski
|
8c6b70b3a3
|
Port the plugins code to the new alerttask
|
2019-03-14 16:16:41 -07:00 |
Michal Purzynski
|
3b0576c873
|
Port the alert plugins code to the new alerttask version
|
2019-03-14 15:53:57 -07:00 |
Michal Purzynski
|
61dd524112
|
Change the path to alert actions in unit tests
|
2019-03-14 14:41:33 -07:00 |
Michal Purzynski
|
c74fce5d49
|
Include changes in the alert_worker and rename it to alert_actions_worker
|
2019-03-14 13:56:27 -07:00 |
Brandon Myers
|
435553cf1f
|
Fix pyyaml warning messages to use safe loader
|
2019-03-14 14:51:01 -05:00 |
Brandon Myers
|
f56b227fda
|
Update rabbitmq version to 3.7
|
2019-03-14 14:38:48 -05:00 |
Michal Purzynski
|
ec5be706a3
|
Rename alert plugins to alert actions again
|
2019-03-12 15:53:17 -07:00 |
Michal Purzynski
|
6c2509bc40
|
Rename alert plugins to alert actions
|
2019-03-12 15:48:15 -07:00 |
Michal Purzynski
|
09e1a941df
|
Introduce alert actions
|
2019-03-12 15:34:45 -07:00 |
Brandon Myers
|
fe437efcab
|
Merge pull request #1115 from mozilla/syslog_container_bootorder
Syslog container wait 30 seconds to boot up
|
2019-03-06 10:48:03 -06:00 |
Brandon Myers
|
7c47052c72
|
Merge pull request #1120 from mozilla/update_mozdef_util
Bump mozdef_util version to 1.0.5
|
2019-03-06 10:32:35 -06:00 |
Brandon Myers
|
a4fa915f98
|
Bump mozdef_util version to 1.0.5
|
2019-03-06 10:14:52 -06:00 |
Phrozyn
|
5d47bf2f37
|
Resolving issues with sshd events not parsing correctly.
|
2019-03-05 15:21:27 -06:00 |
Brandon Myers
|
ad947dbd86
|
Merge pull request #1116 from mozilla/revert-1104-fix_node_tls_reject_warning
Revert "Re-enable node tls reject check in meteor"
|
2019-03-01 14:15:55 -06:00 |
Brandon Myers
|
7b3df01ae8
|
Revert "Reenable node tls reject check in meteor"
|
2019-03-01 13:55:35 -06:00 |