Skip to content

Commit e884857

Browse files
update ip
1 parent a92d588 commit e884857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

img/alerts-view-all.png

132 KB
Loading

modules/using-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@
7272

7373

7474

75-
- Generate `Suspicious IPs/Domains` alerts by curl those list above. Use `facebookint.com` and `193.38.54.110` as example:
75+
- Generate `Suspicious IPs/Domains` alerts by curl those list above. Use `facebookint.com` and `188.34.185.85` as example:
7676

7777
```bash
7878
# generate suspicious DNS alerts
7979
kubectl -n dev exec -t netshoot -- sh -c "ping -c1 facebookint.com"
8080
8181
# generate suspicious IP alerts
82-
kubectl -n dev exec -t netshoot -- sh -c "ping -c3 193.38.54.110"
82+
kubectl -n dev exec -t netshoot -- sh -c "ping -c3 188.34.185.85"
8383
```
8484

8585

0 commit comments

Comments
 (0)