зеркало из https://github.com/mozilla/MozDef.git
Add ip list conf and sh files
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Родитель
f87c94a088
Коммит
c2168ebdae
|
@ -0,0 +1,4 @@
|
|||
[options]
|
||||
remote_s3_bucket=<add s3 bucket here>
|
||||
remote_ip_list_filename=address_space.txt
|
||||
local_ip_list_path=/opt/mozdef/envs/mozdef/static/ip_address_space.txt
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
# Copyright (c) 2017 Mozilla Corporation
|
||||
#
|
||||
# Contributors:
|
||||
# Brandon Myers bmyers@mozilla.com
|
||||
|
||||
source /opt/mozdef/envs/mozdef/bin/activate
|
||||
/opt/mozdef/envs/mozdef/cron/update_ip_list.py -c /opt/mozdef/envs/mozdef/cron/update_ip_list.conf
|
Загрузка…
Ссылка в новой задаче