Skip to content

Commit

Permalink
syncing (#29)
Browse files Browse the repository at this point in the history
* Update README.md

* removed cti-stix-store requiment on build.  code contains the function for future use

* had two analytic services (#28)
  • Loading branch information
infosec-alchemist authored Jan 2, 2018
1 parent d2179db commit d8609fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 58 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Create a directory to hold all the projects,
mkdir unfetter-analytic
cd unfetter-analytic
```
Next, you will need to clone all the projects in [unfetter-analytic](https://github.com/unfetter-analytic).
Next, you will need to clone two repos in [unfetter-analytic](https://github.com/unfetter-analytic).
```bash
curl -s https://api.github.com/orgs/unfetter-analytic/repos\?per_page\=200 | perl -ne 'print "$1\n" if (/"clone_url": "([^"]+)/)' | xargs -n 1 git clone
git clone https://github.com/unfetter-analytic/unfetter.git
git clone https://github.com/unfetter-analytic/windows-example.git
```
Next, change directories into the unfetter directory, which houses the docker-compose.yml files, and run docker-compose
```
Expand All @@ -40,18 +41,5 @@ Next, you will need to clone all the projects in [unfetter-analytic](https://www
```
### Kibana
After running the `docker-compose` command, you can view the Kibana application at:
https://localhost/
http://localhost:5601/

### The Web Application

After running the `docker-compose` command you can view the application at:

https://localhost/unfetter-discover-ui/

> Note: If you receive a 404 error from nginx, ensure you include the trailing slash
> on the URL
Unfetter-Discover will create certs and store them locally. You will need to
accept the certificates to move forward.

ATT&CK is a trademark of The MITRE Corporation.
3 changes: 1 addition & 2 deletions analytic-system/src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@
.vscode
.vagrant
.DS_Store
certs/
cti-stix-services

30 changes: 0 additions & 30 deletions config/nginx/conf.d/default.conf

This file was deleted.

10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ services:
networks:
unfetter-network:
ipv4_address: 10.0.2.2


analytic-system:
build: ./analytic-system
container_name: analytic-system
links:
- elasticsearch:elasticsearch
#- cti-stix-store:cti-stix-store
volumes:
- "./analytic-system/src:/usr/share/unfetter/src"

kibana:
build: ./kibana
Expand Down

0 comments on commit d8609fc

Please sign in to comment.