From b33a05700c7be223b7c2e9ff9445b402e08312f8 Mon Sep 17 00:00:00 2001 From: Lou Stella Date: Tue, 14 Dec 2021 09:55:34 -0600 Subject: [PATCH 1/2] initial commit of playbook yamls --- playbooks/internal_host_splunk_investigate.yml | 0 playbooks/internal_host_ssh_investigate.yml | 0 playbooks/internal_host_ssh_log4j_investigate.yml | 0 playbooks/internal_host_winrm_investigate.yml | 0 playbooks/internal_host_winrm_log4j_investigate.yml | 0 playbooks/internal_host_winrm_log4j_respond.yml | 0 playbooks/log4j_investigate_and_respond.yml | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 playbooks/internal_host_splunk_investigate.yml create mode 100644 playbooks/internal_host_ssh_investigate.yml create mode 100644 playbooks/internal_host_ssh_log4j_investigate.yml create mode 100644 playbooks/internal_host_winrm_investigate.yml create mode 100644 playbooks/internal_host_winrm_log4j_investigate.yml create mode 100644 playbooks/internal_host_winrm_log4j_respond.yml create mode 100644 playbooks/log4j_investigate_and_respond.yml diff --git a/playbooks/internal_host_splunk_investigate.yml b/playbooks/internal_host_splunk_investigate.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/playbooks/internal_host_ssh_investigate.yml b/playbooks/internal_host_ssh_investigate.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/playbooks/internal_host_ssh_log4j_investigate.yml b/playbooks/internal_host_ssh_log4j_investigate.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/playbooks/internal_host_winrm_investigate.yml b/playbooks/internal_host_winrm_investigate.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/playbooks/internal_host_winrm_log4j_investigate.yml b/playbooks/internal_host_winrm_log4j_investigate.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/playbooks/internal_host_winrm_log4j_respond.yml b/playbooks/internal_host_winrm_log4j_respond.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/playbooks/log4j_investigate_and_respond.yml b/playbooks/log4j_investigate_and_respond.yml new file mode 100644 index 0000000000..e69de29bb2 From 50ef5d4193f0aa86df5db96a78c2f50be4d8f701 Mon Sep 17 00:00:00 2001 From: Lou Stella Date: Tue, 14 Dec 2021 09:58:17 -0600 Subject: [PATCH 2/2] Renamed splunk investigation playbook --- ...investigate.yml => internal_host_splunk_investigate_log4j.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename playbooks/{internal_host_splunk_investigate.yml => internal_host_splunk_investigate_log4j.yml} (100%) diff --git a/playbooks/internal_host_splunk_investigate.yml b/playbooks/internal_host_splunk_investigate_log4j.yml similarity index 100% rename from playbooks/internal_host_splunk_investigate.yml rename to playbooks/internal_host_splunk_investigate_log4j.yml