This repository was archived by the owner on Nov 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ v3.1.2] - 2019-10-04
9+
10+ ### Added
11+ - Alerts can be turned on/off via web ui
12+ - GeoModel alert to compare locations and determine if travel is possible
13+ - New Query model (SubnetMatch) to match documents on ip and subnets
14+ - LDAP Bruteforce Alert
15+ - Make target (lint) for running pep8 checks against codebase
16+ - Uptycs alert event cron script
17+
18+ ### Fixed
19+ - Modified regex statements to be proper python3 statements
20+ - Auth0 script to consume new depnote events
21+
22+ ### Changed
23+ - Moved benchmark and examples directory into scripts directory with sample ingest scripts
24+
25+
826## [ v3.1.1] - 2019-07-25
927
1028### Added
@@ -184,7 +202,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
184202- Added checks on sending SQS messages to only accept intra-account messages
185203- Improved docker performance and disk space requirements
186204
187- [ Unreleased ] : https://github.com/mozilla/MozDef/compare/v3.1.1...HEAD
205+ [ Unreleased ] : https://github.com/mozilla/MozDef/compare/v3.1.2...HEAD
206+ [ v3.1.2 ] : https://github.com/mozilla/MozDef/compare/v3.1.1...v3.1.2
188207[ v3.1.1 ] : https://github.com/mozilla/MozDef/compare/v3.1.0...v3.1.1
189208[ v3.1.0 ] : https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
190209[ v3.0.0 ] : https://github.com/mozilla/MozDef/compare/v2.0.1...v3.0.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The Mozilla Enterprise Defense Platform (MozDef) seeks to automate the security
3636
3737MozDef is in production at Mozilla where we are using it to process over 300 million events per day.
3838
39- [ 1 ] : https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=mozdef-for-aws&templateURL=https://s3-us-west-2.amazonaws.com/public.us-west-2.infosec.mozilla.org/mozdef/cf/v3.1.1 /mozdef-parent.yml
39+ [ 1 ] : https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=mozdef-for-aws&templateURL=https://s3-us-west-2.amazonaws.com/public.us-west-2.infosec.mozilla.org/mozdef/cf/v3.1.2 /mozdef-parent.yml
4040
4141## Survey & Contacting us
4242
You can’t perform that action at this time.
0 commit comments