Releases: xfhg/intercept
Releases · xfhg/intercept
v1.0.12
v1.0.11
Release v1.0.11
- github actions integration + compliant output (examples provided)
- performance optimizations / core binaries updated
- hooks signatures and auth options
- remote policy execution endpoint :
Remote Policy Execution Endpoint
- Add your user public keys to the policy file :
Config:
Flags:
remote_auth:
- "UserA:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtFRLdSvayFQwQdIOk6NKuEpEK7KvYBQz8LUVerSo8T"
- "UserB:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyubt40tutUSi3FQqcEzbDUu14RdLstEbURvX/M2bM/"
- Run your observe command with --remote (can use the example test_remote.yaml on the playground)
- SSH into your intercept instance with one of your IDs (in remote_auth) on port 23234
- ???
- Profit
What's Changed
Full Changelog: v1.0.10...v1.0.11
v1.0.10
v1.0.9
Release v1.0.9
What's new
- compliance output log files ( --output-type log )
- compliance output log detail levels ( --log-type minimal,results,policy,report,one )
- new event-types for webhooks ( "bulk" for Elastic Search bulk post with --index to define the ES index )
- logrollers and SARIF output size auto management, compression, rotation and cleaning.
- observe path monitoring reaction modes ( --mode last || first || all )
Platform mapping
Intercept Platform | Corresponding Binary | Notes |
---|---|---|
darwin/amd64 |
intercept-darwin-amd64 |
For Intel-based Macs |
darwin/arm64 |
intercept-darwin-arm64 |
For Apple Silicon Macs (M1, M2, MX) |
windows/amd64 |
intercept-windows-amd64.exe |
64-bit Windows (MSVC build) |
linux/amd64 |
intercept-linux-amd64 |
Statically linked with musl for maximum compatibility |
linux/arm64 |
intercept-linux-arm64 |
64-bit ARM Linux systems |
linux/arm/v7 |
intercept-linux-arm-v7 |
For ARMv7 (32-bit ARM with hard float) Linux systems (e.g., Raspberry Pi 2 and above) |
v1.0.8
Release v1.0.8
v1.0.7
Release v1.0.7
What's Changed
- Improved Config.Flags.ignore behavior
- Hotfix for no target audits
Full Changelog: v1.0.6...v1.0.7