Skip to content

Commit

Permalink
Move credential section to _includes (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-br authored Mar 8, 2022
1 parent c291e80 commit 9a63747
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 450 deletions.
66 changes: 66 additions & 0 deletions _includes/sec_workshop_credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<div id="section_title">
<a data-toggle="collapse" href="#collapse2">
<h3>Workshop credentials</h3>
</a>
</div>
<div id="collapse2" class="panel-collapse collapse">
<table>
<thead>
<tr>
<th>Role</th>
<th>Inventory name</th>
<th>Hostname</th>
<th>Username</th>
<th>Password</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ansible Control Host</td>
<td>ansible</td>
<td>ansible-1</td>
<td>student&lt;X&gt;</td>
<td><em>Provided by Instructor</em></td>
</tr>
<tr>
<td>IBM QRadar</td>
<td>qradar</td>
<td>qradar</td>
<td>admin</td>
<td>Ansible1!</td>
</tr>
<tr>
<td>Snort</td>
<td>snort</td>
<td>snort</td>
<td>ec2-user</td>
<td><em>No password</em></td>
</tr>
<tr>
<td>Check Point Management Server</td>
<td>checkpoint</td>
<td>checkpoint_mgmt</td>
<td>admin</td>
<td>admin123</td>
</tr>
<tr>
<td>Windows Workstation</td>
<td>windows-ws</td>
<td>windows_ws</td>
<td>administrator</td>
<td><em>Provided by Instructor</em></td>
</tr>
</tbody>
</table>
<blockquote>
<p><strong>Note</strong></p>
<p>Your Ansible Control Node includes preconfigured SSH keys to log into Red Hat Enterprise Linux hosts.
Please replace <strong>student&lt;X&gt;</strong> with your assigned student username e.g. <strong>student1</strong>.</p>
</blockquote>
</div>
<style>
blockquote {
background: #E6F9E6;
border-top: 30px solid rgba(92, 184, 92, 0.8);
}
</style>
76 changes: 1 addition & 75 deletions exercises/ansible_security/1.2-checkpoint/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% include sec_workshop_credentials.md %}
# 1.2 Executing the first Check Point playbook

<!-- **Read this in other languages**: <br>
Expand All @@ -12,81 +13,6 @@
- [1.2.7 Turn on Logging for the new policy](#127-turn-on-logging-for-the-new-policy)
<br>

<div id="section_title">
<a data-toggle="collapse" href="#collapse2">
<h3>Workshop access</h3>
</a>
</div>
<div id="collapse2" class="panel-collapse collapse">
<table>
<thead>
<tr>
<th>Role</th>
<th>Inventory name</th>
<th>Hostname</th>
<th>Username</th>
<th>Password</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ansible Control Host</td>
<td>ansible</td>
<td>ansible-1</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>IBM QRadar</td>
<td>qradar</td>
<td>qradar</td>
<td>admin</td>
<td>Ansible1!</td>
</tr>
<tr>
<td>Attacker</td>
<td>attacker</td>
<td>attacker</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Snort</td>
<td>snort</td>
<td>snort</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Check Point Management Server</td>
<td>checkpoint</td>
<td>checkpoint_mgmt</td>
<td>admin</td>
<td>admin123</td>
</tr>
<tr>
<td>Check Point Gateway</td>
<td>-</td>
<td>checkpoint_gw</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Windows Workstation</td>
<td>windows-ws</td>
<td>windows_ws</td>
<td>administrator</td>
<td><em>Provided by Instructor</em></td>
</tr>
</tbody>
</table>
<blockquote>
<p><strong>Note</strong></p>
<p>
The workshop includes preconfigured SSH keys to log into Red Hat Enterprise Linux hosts and don't need a username and password to log in.</p>
</blockquote>
</div>

## 1.2.1 Check Point Next Generation Firewall

To showcase how to automate the firewall in a security environment, this lab contains a Check Point Next Generation Firewall (NGFW).
Expand Down
76 changes: 1 addition & 75 deletions exercises/ansible_security/1.3-snort/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% include sec_workshop_credentials.md %}
# 1.3 Executing the first Snort playbook

<!-- **Read this in other languages**: <br>
Expand All @@ -6,81 +7,6 @@
- TOC
{:toc}

<div id="section_title">
<a data-toggle="collapse" href="#collapse2">
<h3>Workshop access</h3>
</a>
</div>
<div id="collapse2" class="panel-collapse collapse">
<table>
<thead>
<tr>
<th>Role</th>
<th>Inventory name</th>
<th>Hostname</th>
<th>Username</th>
<th>Password</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ansible Control Host</td>
<td>ansible</td>
<td>ansible-1</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>IBM QRadar</td>
<td>qradar</td>
<td>qradar</td>
<td>admin</td>
<td>Ansible1!</td>
</tr>
<tr>
<td>Attacker</td>
<td>attacker</td>
<td>attacker</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Snort</td>
<td>snort</td>
<td>snort</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Check Point Management Server</td>
<td>checkpoint</td>
<td>checkpoint_mgmt</td>
<td>admin</td>
<td>admin123</td>
</tr>
<tr>
<td>Check Point Gateway</td>
<td>-</td>
<td>checkpoint_gw</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Windows Workstation</td>
<td>windows-ws</td>
<td>windows_ws</td>
<td>administrator</td>
<td><em>Provided by Instructor</em></td>
</tr>
</tbody>
</table>
<blockquote>
<p><strong>Note</strong></p>
<p>
The workshop includes preconfigured SSH keys to log into Red Hat Enterprise Linux hosts and don't need a username and password to log in.</p>
</blockquote>
</div>

## 1.3.1 Snort

To showcase how to automate a network intrusion detection and intrusion prevention system in a security environment, this lab will take you through managing a Snort IDS instance. Snort analyzes network traffic and compares it against some given rule set.
Expand Down
76 changes: 1 addition & 75 deletions exercises/ansible_security/1.4-qradar/README.md
Original file line number Diff line number Diff line change
@@ -1,85 +1,11 @@
{% include sec_workshop_credentials.md %}
# 1.4 Executing the first IBM QRadar

<!-- **Read this in other languages**: <br>
[![uk](../../../images/uk.png) English](README.md), [![japan](../../../images/japan.png) 日本語](README.ja.md), [![france](../../../images/fr.png) Français](README.fr.md).<br> -->
- TOC
{:toc}

<div id="section_title">
<a data-toggle="collapse" href="#collapse2">
<h3>Workshop access</h3>
</a>
</div>
<div id="collapse2" class="panel-collapse collapse">
<table>
<thead>
<tr>
<th>Role</th>
<th>Inventory name</th>
<th>Hostname</th>
<th>Username</th>
<th>Password</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ansible Control Host</td>
<td>ansible</td>
<td>ansible-1</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>IBM QRadar</td>
<td>qradar</td>
<td>qradar</td>
<td>admin</td>
<td>Ansible1!</td>
</tr>
<tr>
<td>Attacker</td>
<td>attacker</td>
<td>attacker</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Snort</td>
<td>snort</td>
<td>snort</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Check Point Management Server</td>
<td>checkpoint</td>
<td>checkpoint_mgmt</td>
<td>admin</td>
<td>admin123</td>
</tr>
<tr>
<td>Check Point Gateway</td>
<td>-</td>
<td>checkpoint_gw</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Windows Workstation</td>
<td>windows-ws</td>
<td>windows_ws</td>
<td>administrator</td>
<td><em>Provided by Instructor</em></td>
</tr>
</tbody>
</table>
<blockquote>
<p><strong>Note</strong></p>
<p>
The workshop includes preconfigured SSH keys to log into Red Hat Enterprise Linux hosts and don't need a username and password to log in.</p>
</blockquote>
</div>

## 1.4.1 IBM QRadar

To showcase how to automate a SIEM in a security environment, this lab contains a [IBM QRadar SIEM, community edition](https://developer.ibm.com/qradar/ce/).
Expand Down
Loading

0 comments on commit 9a63747

Please sign in to comment.