Skip to content

timyardley/mimir

Repository files navigation

Mimir

Mimir is a network traffic flow analysis backend for Visdom. It is currently under heavy development and the Dev branch will be the default while master exists as a "stable" branch as much as possible during early development processes.

Mimir requires the GoAVL library available at http://code.google.com/p/go-avltree/

To build the entire tree run 'go build' from the home directory.

Mimir uses Visdom for a frontend: http://github.com/visdom/visdom

Quickstart Guide

git clone https://github.com/visdom/visdom.git
cd visdom
git clone https://github.com/visdom/mimir.git
cd mimir
go build
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
./runscripts/quickstart.sh <interface_to_sniff>

Browse to http://your.host.here:8080

Copyright and License

Copyright 2013 Southfork Security, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published