Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Brandon Myers 2017-02-24 17:08:14 -06:00
Родитель f87c94a088
Коммит c2168ebdae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
2 изменённых файлов: 16 добавлений и 0 удалений

4
cron/update_ip_list.conf Normal file
Просмотреть файл

@ -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

12
cron/update_ip_list.sh Normal file
Просмотреть файл

@ -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