Upload files to "8 Tools"

This commit is contained in:
2024-10-26 23:59:47 -04:00
parent 79ac3d851e
commit 903d8fde82
10 changed files with 329 additions and 0 deletions

22
8 Tools/bpf.md Normal file
View File

@ -0,0 +1,22 @@
location in SO - /opt/so/saltstack/local/pillar/global.sls
block range
- no net <IP>/<CIDR>
block ipv6
- no ip6
block host
- no host <IP>
block port
- no <PORT>
```
steno:
- no 443 &&
- no net 10.1.5.0/24 &&
- no ip6
nid:
- no net 10.1.5.0/24 &&
- no host 20.1.8.2
zeek:
- no net 10.1.5.0/24
```