Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reyjrar/dreamcatcher
DNS Monitoring Suite
https://github.com/reyjrar/dreamcatcher
dns monitoring passive-dns perl security
Last synced: 2 months ago
JSON representation
DNS Monitoring Suite
- Host: GitHub
- URL: https://github.com/reyjrar/dreamcatcher
- Owner: reyjrar
- Created: 2012-11-04T19:53:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T05:46:11.000Z (over 6 years ago)
- Last Synced: 2023-03-11T02:08:37.627Z (almost 2 years ago)
- Topics: dns, monitoring, passive-dns, perl, security
- Language: Perl
- Size: 845 KB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
README
# NAME
DreamCatcher - DreamCatcher is a DNS Monitoring Suite
# VERSION
version 0.001
# SYNOPSIS
This is a complete DNS Monitoring Suite. It is currently in **alpha** status.
A libpcap based sniffer daemon listens to DNS traffic on your network. The
conversations are recorded and analyzed to provide insight.# PREREQUISISTES
- **Perl**
5.14.2 or better
- **PostgreSQL**
9.4 or better with the **ltree** extension
# INSTALLATION
Installation in the works, for now try:
perl Makefile.PL
makeThen install the schema:
cd sql
./deploy_database_schema.pl installConfigure the instance:
cp dreamcatcher.yml.default dreamcatcher.yml
$EDITOR dreamcatcher.ymlConfigure logging:
$EDITOR logging.conf
# USAGE
Once you have the database schema and the dreamcatcher.yaml configured, run the collector:
sudo ./bin/dreamcatcher.pl start
Now start the web application for viewing the data:
morbo -v script/dream_catcher
# SCREENSHOTS
- [Overview Page](https://github.com/reyjrar/DreamCatcher/raw/master/examples/screenshots/0-main.png)
- [Viewing a Server](https://github.com/reyjrar/DreamCatcher/raw/master/examples/screenshots/1-server.png)
- [Recently Asked Questions](https://github.com/reyjrar/DreamCatcher/raw/master/examples/screenshots/3-questions.png)# AUTHOR
Brad Lhotsky
# COPYRIGHT AND LICENSE
This software is Copyright (c) 2017 by Brad Lhotsky.
This is free software, licensed under:
The (three-clause) BSD License
# SUPPORT
## Websites
The following websites have more information about this module, and may be of help to you. As always,
in addition to those websites please use your favorite search engine to discover more resources.- MetaCPAN
A modern, open-source CPAN search engine, useful to view POD in HTML format.
[http://metacpan.org/release/DreamCatcher](http://metacpan.org/release/DreamCatcher)
- RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
[https://rt.cpan.org/Public/Dist/Display.html?Name=DreamCatcher](https://rt.cpan.org/Public/Dist/Display.html?Name=DreamCatcher)
## Source Code
This module's source code is available by visiting:
[https://github.com/reyjrar/DreamCatcher](https://github.com/reyjrar/DreamCatcher)