Skip to content

Commit

Permalink
Added documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iknowjason committed Nov 18, 2022
1 parent 77b42b3 commit 91a9186
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/conferences.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Conferences

PurpleCloud has been featured at the following Information Security events:

**SANS Pen Test Hackfest Berlin 2022**

[![PDF]()](https://github.com/iknowjason/conferences/blob/master/SANS-Hackfest-Berlin-2022.pdf "PDF")

**BSidesDFW 2022**

[![PDF]()](https://github.com/iknowjason/conferences/blob/master/BSidesDFW-2022-PurpleTeam_Cloud_Identity.pdf "PDF")

[![Slideshare]()]( https://www.slideshare.net/JasonOstrom1/bsidesdfw2022purpleteamcloudidentitypptx "Slideshare")

**SANS Pen Test HackFest 2022**

[![PDF]()](https://github.com/iknowjason/conferences/blob/master/SANS-Hackfest-US-2022-PurpleTeam_Cloud_Identity.pdf "PDF")

[![Slideshare]()](https://www.slideshare.net/JasonOstrom1/sanspentesthackfest2022purpleteamcloudidentitypptx "Slideshare")
4 changes: 4 additions & 0 deletions docs/cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ By default, both the Windows 10 Pro and Domain Controller are using a ```Standar

Reference the Azure "Windows Virtual Machine Pricing" for the most up to date pricing:

```
https://azure.microsoft.com/en-us/pricing/details/virtual-machines/windows/
```

Reference the Azure "Linux Virtual Machines Pricing" for the most up to date pricing on the Linux VM:

```
https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/
```

Here are the defaults I've researched for this range. Each Windows and Linux VM should approximately accrue the following with range defaults:
### Table: Azure Accrued Costs per VM with Windows License Included
Expand Down
13 changes: 12 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,22 @@
* **Global Administrator role**

## Important Security Information: Security Groups
Some people might be concerned about publicly exposing these cloud resources. The ```ad.py``` script will auto-detect your source IP address and white list only that IP address. The ```managed_identity.py``` script has a variable called src_ip which you can manually edit for your source IP address.
Some people might be concerned about publicly exposing these cloud resources. The following scripts are built to use terraform that will auto-detect your source IP address and white list only that IP address. If you change locations, you can simply run ```terraform apply``` and the Azure NSG firewall rules will change your allowed IP address using terraform. Here are the scripts supporting this and these are all of the scripts that create Azure VMs and expose RDP (only from the white listed IP): aadjoin.py, ad.py, adfs.py, managed_identity.py, sentinel.py.

### Step 1: Clone
Clone this repository

```
git clone https://github.com/iknowjason/PurpleCloud.git
```

**Important Note on Large File Support:** This repository has a ```shared``` directory that uses some larger files (i.e., Sysmon, Azure AD Connect, Velociraptor, Winlogbeat). If you wish to use the large files in this repository and download them with the git client, please make sure your git client supports **git-lfs** (large file support). If you don't want to install the git-lfs extension but you still want to download the large files, you can simply download the zip file with your browser. It will include the large files.

On Ubuntu linux, just run this to install git-lfs extension:
```
apt-get install git-lfs
```

### Step 2: Install python faker

Install the python faker using pip. This is a dependency of some python scripts to generate users. Faker is required for the following three scripts: azure_ad.py, ad.py, managed_identity.py.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nav:
- Cost: cost.md
- References : references.md
- Roadmap Ideas : future.md
- Conferences : conferences.md
- Credits : credits.md

theme:
Expand Down

0 comments on commit 91a9186

Please sign in to comment.