From 2c415b673b53920748d3c1b28dcbfd4959c69f3d Mon Sep 17 00:00:00 2001 From: Phrozyn Date: Fri, 25 Aug 2017 11:58:31 -0500 Subject: [PATCH] updated dots to underscores --- .gitignore | 1 + alerts/{alertWorker.conf => alert_worker.conf} | 0 alerts/{alertWorker.py => alert_worker.py} | 0 ...ugzillaauthbruteforce.conf => bugzilla_auth_bruteforce.conf} | 0 .../{bugzillaauthbruteforce.py => bugzilla_auth_bruteforce.py} | 0 alerts/{httpauthbruteforce.conf => http_auth_bruteforce.conf} | 0 alerts/{httpauthbruteforce.py => http_auth_bruteforce.py} | 0 alerts/{httperrors.conf => http_errors.conf} | 0 alerts/{httperrors.py => http_errors.py} | 0 alerts/{sshbruteforce_bro.conf => ssh_bruteforce_bro.conf} | 0 alerts/{sshbruteforce_bro.py => ssh_bruteforce_bro.py} | 0 alerts/{supervisord.alerts.ini => supervisord_alerts.ini} | 0 docs/source/installation.rst | 2 +- mq/{esworker.cloudtrail.conf => esworker_cloudtrail.conf} | 0 mq/{esworker.cloudtrail.py => esworker_cloudtrail.py} | 0 mq/{esworker.conf => esworker_eventtask.conf} | 0 mq/{esworker.py => esworker_eventtask.py} | 0 mq/{esworker.papertrail.conf => esworker_papertrail.conf} | 0 mq/{esworker.papertrail.py => esworker_papertrail.py} | 0 mq/{esworker.sqs.conf => esworker_sqs.conf} | 0 mq/{esworker.sqs.py => esworker_sqs.py} | 0 mq/{mqwSyslog.ini => eventtask.ini} | 0 .../{mozdefmqwsyslog.service => mworker-eventtask.service} | 0 23 files changed, 2 insertions(+), 1 deletion(-) rename alerts/{alertWorker.conf => alert_worker.conf} (100%) rename alerts/{alertWorker.py => alert_worker.py} (100%) rename alerts/{bugzillaauthbruteforce.conf => bugzilla_auth_bruteforce.conf} (100%) rename alerts/{bugzillaauthbruteforce.py => bugzilla_auth_bruteforce.py} (100%) rename alerts/{httpauthbruteforce.conf => http_auth_bruteforce.conf} (100%) rename alerts/{httpauthbruteforce.py => http_auth_bruteforce.py} (100%) rename alerts/{httperrors.conf => http_errors.conf} (100%) rename alerts/{httperrors.py => http_errors.py} (100%) rename alerts/{sshbruteforce_bro.conf => ssh_bruteforce_bro.conf} (100%) rename alerts/{sshbruteforce_bro.py => ssh_bruteforce_bro.py} (100%) rename alerts/{supervisord.alerts.ini => supervisord_alerts.ini} (100%) rename mq/{esworker.cloudtrail.conf => esworker_cloudtrail.conf} (100%) rename mq/{esworker.cloudtrail.py => esworker_cloudtrail.py} (100%) rename mq/{esworker.conf => esworker_eventtask.conf} (100%) rename mq/{esworker.py => esworker_eventtask.py} (100%) rename mq/{esworker.papertrail.conf => esworker_papertrail.conf} (100%) rename mq/{esworker.papertrail.py => esworker_papertrail.py} (100%) rename mq/{esworker.sqs.conf => esworker_sqs.conf} (100%) rename mq/{esworker.sqs.py => esworker_sqs.py} (100%) rename mq/{mqwSyslog.ini => eventtask.ini} (100%) rename systemdfiles/consumer/{mozdefmqwsyslog.service => mworker-eventtask.service} (100%) diff --git a/.gitignore b/.gitignore index 818c7ac5..bf0591e2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ cron/ipblocklist.txt alerts/generic_alerts /.project /data +.vscode diff --git a/alerts/alertWorker.conf b/alerts/alert_worker.conf similarity index 100% rename from alerts/alertWorker.conf rename to alerts/alert_worker.conf diff --git a/alerts/alertWorker.py b/alerts/alert_worker.py similarity index 100% rename from alerts/alertWorker.py rename to alerts/alert_worker.py diff --git a/alerts/bugzillaauthbruteforce.conf b/alerts/bugzilla_auth_bruteforce.conf similarity index 100% rename from alerts/bugzillaauthbruteforce.conf rename to alerts/bugzilla_auth_bruteforce.conf diff --git a/alerts/bugzillaauthbruteforce.py b/alerts/bugzilla_auth_bruteforce.py similarity index 100% rename from alerts/bugzillaauthbruteforce.py rename to alerts/bugzilla_auth_bruteforce.py diff --git a/alerts/httpauthbruteforce.conf b/alerts/http_auth_bruteforce.conf similarity index 100% rename from alerts/httpauthbruteforce.conf rename to alerts/http_auth_bruteforce.conf diff --git a/alerts/httpauthbruteforce.py b/alerts/http_auth_bruteforce.py similarity index 100% rename from alerts/httpauthbruteforce.py rename to alerts/http_auth_bruteforce.py diff --git a/alerts/httperrors.conf b/alerts/http_errors.conf similarity index 100% rename from alerts/httperrors.conf rename to alerts/http_errors.conf diff --git a/alerts/httperrors.py b/alerts/http_errors.py similarity index 100% rename from alerts/httperrors.py rename to alerts/http_errors.py diff --git a/alerts/sshbruteforce_bro.conf b/alerts/ssh_bruteforce_bro.conf similarity index 100% rename from alerts/sshbruteforce_bro.conf rename to alerts/ssh_bruteforce_bro.conf diff --git a/alerts/sshbruteforce_bro.py b/alerts/ssh_bruteforce_bro.py similarity index 100% rename from alerts/sshbruteforce_bro.py rename to alerts/ssh_bruteforce_bro.py diff --git a/alerts/supervisord.alerts.ini b/alerts/supervisord_alerts.ini similarity index 100% rename from alerts/supervisord.alerts.ini rename to alerts/supervisord_alerts.ini diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 503f7956..b0a1cee8 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -515,7 +515,7 @@ Manual Installation *Use sudo whereever required* -**(Currently only for apt-based systems)** +**(Currently only for apt-based systems using Docker)** 1. Cloning repository :: diff --git a/mq/esworker.cloudtrail.conf b/mq/esworker_cloudtrail.conf similarity index 100% rename from mq/esworker.cloudtrail.conf rename to mq/esworker_cloudtrail.conf diff --git a/mq/esworker.cloudtrail.py b/mq/esworker_cloudtrail.py similarity index 100% rename from mq/esworker.cloudtrail.py rename to mq/esworker_cloudtrail.py diff --git a/mq/esworker.conf b/mq/esworker_eventtask.conf similarity index 100% rename from mq/esworker.conf rename to mq/esworker_eventtask.conf diff --git a/mq/esworker.py b/mq/esworker_eventtask.py similarity index 100% rename from mq/esworker.py rename to mq/esworker_eventtask.py diff --git a/mq/esworker.papertrail.conf b/mq/esworker_papertrail.conf similarity index 100% rename from mq/esworker.papertrail.conf rename to mq/esworker_papertrail.conf diff --git a/mq/esworker.papertrail.py b/mq/esworker_papertrail.py similarity index 100% rename from mq/esworker.papertrail.py rename to mq/esworker_papertrail.py diff --git a/mq/esworker.sqs.conf b/mq/esworker_sqs.conf similarity index 100% rename from mq/esworker.sqs.conf rename to mq/esworker_sqs.conf diff --git a/mq/esworker.sqs.py b/mq/esworker_sqs.py similarity index 100% rename from mq/esworker.sqs.py rename to mq/esworker_sqs.py diff --git a/mq/mqwSyslog.ini b/mq/eventtask.ini similarity index 100% rename from mq/mqwSyslog.ini rename to mq/eventtask.ini diff --git a/systemdfiles/consumer/mozdefmqwsyslog.service b/systemdfiles/consumer/mworker-eventtask.service similarity index 100% rename from systemdfiles/consumer/mozdefmqwsyslog.service rename to systemdfiles/consumer/mworker-eventtask.service