https://github.com/malice-plugins/bro
Malice Bro Plugin
https://github.com/malice-plugins/bro
bro bro-ids docker malice malware network-monitoring plugin
Last synced: 10 months ago
JSON representation
Malice Bro Plugin
- Host: GitHub
- URL: https://github.com/malice-plugins/bro
- Owner: malice-plugins
- License: mit
- Created: 2015-12-31T00:16:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T18:09:09.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T07:55:17.949Z (about 1 year ago)
- Topics: bro, bro-ids, docker, malice, malware, network-monitoring, plugin
- Language: Go
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
malice-bro (WIP)
================
[](https://circleci.com/gh/maliceio/malice-bro) [](http://doge.mit-license.org) [](https://hub.docker.com/r/malice/bro/) [](https://hub.docker.com/r/malice/bro/) [](https://hub.docker.com/r/malice/bro/)
**Malice Bro Plugin** - Scan PCAP or bind to interface and scan files off the wire.
### Dependencies
- [blacktop/bro](https://hub.docker.com/r/blacktop/bro/)
### Installation
1. Install [Docker](https://www.docker.io/).
2. Download [trusted build](https://hub.docker.com/r/malice/bro/) from public [DockerHub](https://hub.docker.com): `docker pull malice/bro`
### Usage
```
docker run --rm malice/bro
```
#### Or link your own malware folder:
```bash
$ docker run --rm -v /path/to/malware:/malware:ro malice/bro PCAP
```
Sample Output
-------------
### JSON:
```json
{
"bro": {
}
}
```
### STDOUT (Markdown Table):
---
#### Bro
---
Documentation
-------------
### Issues
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to [file an issue](https://github.com/maliceio/malice-bro/issues/new).
### CHANGELOG
See [`CHANGELOG.md`](https://github.com/maliceio/malice-bro/blob/master/CHANGELOG.md)
### Contributing
[See all contributors on GitHub](https://github.com/maliceio/malice-bro/graphs/contributors).
Please update the [CHANGELOG.md](https://github.com/maliceio/malice-bro/blob/master/CHANGELOG.md) and submit a [Pull Request on GitHub](https://help.github.com/articles/using-pull-requests/).
### License
MIT Copyright (c) 2016-2017 **blacktop**