Skip to content

Commit

Permalink
Merge pull request #650 from AviatrixSystems/new_branch516
Browse files Browse the repository at this point in the history
update for pro
  • Loading branch information
joe-amendolara authored Dec 17, 2024
2 parents fa1b777 + 4174e9c commit 859d14d
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
Binary file modified ace_pro/docs/images/lab9-newrule10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace_pro/docs/images/lab911-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ace_pro/docs/images/lab911-new33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ace_pro/docs/images/lab96-newrule-commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ace_pro/docs/images/lab96-newrule44.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ace_pro/docs/lab8.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ align: center
LX Terminal
```

Now execute the ping command towards the private IP address of the **aws-us-east-2-spoke1-test1** instance.
Now execute the ping command towards the private IP address of the **aws-us-east-2-spoke1-test1** instance (**i.e. 10.0.1.100**).

```{figure} images/lab8-edge22.png
---
Expand Down
48 changes: 43 additions & 5 deletions ace_pro/docs/lab9.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Retrieve the Public IP address of **_aws-us-east-1-spoke1-test1_** instance:
---
align: center
---
height: 250px
Public IP address
```

Expand Down Expand Up @@ -146,7 +147,9 @@ Curl towards the malicious IP
The traffic will be permitted... Let's now enforce the `ThreatIQ mechanism`!

```{note}
The IP shown in these screenshots might not be deemed a threat when you read this. Please use the malicious IP provided by the instructor.
The IP shown in these screenshots might not be deemed a threat when you read this.
<ins>Please use the malicious IP provided by the instructor</ins>.
```

## 6.0 Create a new SmartGroup
Expand Down Expand Up @@ -186,6 +189,7 @@ Do not forget to click on **Save**.

```{figure} images/lab9-smart003.png
---
height: 250px
align: center
---
SmartGroups List
Expand All @@ -204,7 +208,7 @@ New Rule

Insert the following parameters

- **Name**: <span style='color:#479608'>PSF-Rule</span>
- **Name**: <span style='color:#479608'>PSF-Deny-Rule-from-aws-us-east-1-spoke1-test1</span>
- **Source Groups**: <span style='color:#479608'>aws-us-east-1-spoke1-test1</span>
- **Destination Groups**: <span style='color:#479608'>DeafultThreatGroup</span>
- **Protocol**: <span style='color:#479608'>Any</span>
Expand All @@ -221,13 +225,47 @@ align: center
Saving the new Rule
```

Click on the **Commit** button!
Now before committing, create another DCF rule for blocking also the traffic sourced from any Malicious IP addresses towards

```{important}
These two rules will protect the `bi-directional communication`: traffic will be blocked if **aws-us-east-1-spoke1-test1** will try to reach any **M**alcious IPs** (by _ProfPoint's DB_), and likewise traffic will be blocked if any **Malicious IPs** (by _ProfPoint's DB_) will try to reach the **aws-us-east-1-spoke1-test1**.
```

Create a new rule clicking on the `"+ Rule"` button:

```{figure} images/lab96-newrule11.png
```{figure} images/lab911-new33.png
---
align: center
---
PSF-Rule
New Rule
```

Insert the following parameters

- **Name**: <span style='color:#479608'>PSF-Deny-Rule-from-malicious-ips</span>
- **Source Groups**: <span style='color:#479608'>DeafultThreatGroup</span>
- **Destination Groups**: <span style='color:#479608'>aws-us-east-1-spoke1-test1</span>
- **Protocol**: <span style='color:#479608'>Any</span>
- **Enforcement**: <span style='color:#479608'>**On**</span>
- **Logging**: <span style='color:#479608'>On</span>
- **Action**: <span style='color:#479608'>**Deny**</span>

Do not forget to click on **Save In Drafts**.

```{figure} images/lab96-newrule44.png
---
align: center
---
PSF-Deny-Rule-from-malicious-ips
```

Do not forget now to **Commit** your new rules!

```{figure} images/lab96-newrule-commit.png
---
align: center
---
Commit the new rules
```

```{important}
Expand Down

0 comments on commit 859d14d

Please sign in to comment.