Skip to content

Commit

Permalink
WhiteBeam 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noproto committed Oct 10, 2021
1 parent 8994ffb commit 6989047
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 10 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5] - 2021-10-10

### Added

- Actions for manipulating arguments
- Installer: Packaging
- Installer: Patched ARM glibc linker

### Changed

- Logging system moved to syslog
- Updated to latest dependencies

### Fixed

Expand Down Expand Up @@ -260,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Project license

[unreleased]: https://github.com/WhiteBeamSec/WhiteBeam/compare/v0.2.4...HEAD
[unreleased]: https://github.com/WhiteBeamSec/WhiteBeam/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/WhiteBeamSec/WhiteBeam/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/WhiteBeamSec/WhiteBeam/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/WhiteBeamSec/WhiteBeam/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/WhiteBeamSec/WhiteBeam/compare/v0.2.1...v0.2.2
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Transparent endpoint security

## In Action

* [Video demonstration of detection and prevention capabilities](TODO)
* [Video demonstration of detection and prevention capabilities](https://whitebeamsec.com/)
* [Testing WhiteBeam against zeroday exploits](https://vs.whitebeamsec.com/)
* [Recorded attacks against the WhiteBeam honeypot](https://asciinema.org/~wbhoneypot)

## Installation
Expand Down Expand Up @@ -61,16 +62,20 @@ Distro-specific packages have not been released yet for WhiteBeam, check again s

### How to Detect Attacks with WhiteBeam
Multiple guides are provided depending on your preference. [Contact us](mailto:[email protected]) so we can help you integrate WhiteBeam with your environment.
1. [Serverless guide](TODO), for passive review
2. [osquery Fleet setup guide](TODO), for passive review
3. [WhiteBeam Server setup guide](TODO), for active response
1. [Serverless guide](https://github.com/WhiteBeamSec/WhiteBeam/wiki), for passive review
2. [osquery Fleet setup guide](https://github.com/WhiteBeamSec/WhiteBeam/wiki), for passive review
3. [WhiteBeam Server setup guide](https://github.com/WhiteBeamSec/WhiteBeam/wiki), for active response

### How to Prevent Attacks with WhiteBeam

:information_source: WhiteBeam is <u>experimental</u> software.
[Contact us](mailto:[email protected]) for assistance safely implementing it.

1. Become root (`sudo -s`/`su root`)
2. Download default whitelists for your platform:
* `whitebeam --load Base`
3. Review the baseline after a minimum of 24 hours:
* `whitebeam --baseline`
4. Add trusted behavior to the whitelist, following the [whitelisting guide](TODO)
4. Add trusted behavior to the whitelist, following the [whitelisting guide](https://github.com/WhiteBeamSec/WhiteBeam/wiki)
5. Enable WhiteBeam prevention:
* `whitebeam --setting Prevention true`
2 changes: 1 addition & 1 deletion src/application/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General info
[package]
name = "whitebeam"
version = "0.2.4"
version = "0.2.5"
authors = ["WhiteBeam Security, Inc."]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General info
[package]
name = "whitebeam-installer"
version = "0.2.4"
version = "0.2.5"
authors = ["WhiteBeam Security, Inc."]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/library/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General info
[package]
name = "libwhitebeam"
version = "0.2.4"
version = "0.2.5"
authors = ["WhiteBeam Security, Inc."]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/library/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General info
[package]
name = "libwhitebeam-tests"
version = "0.2.4"
version = "0.2.5"
authors = ["WhiteBeam Security, Inc."]
edition = "2018"

Expand Down

0 comments on commit 6989047

Please sign in to comment.