All Projects → reyjrar → Dreamcatcher

reyjrar / Dreamcatcher

DNS Monitoring Suite

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Dreamcatcher

Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+1110.53%)
Mutual labels:  dns, monitoring
Wobserver
Web based metrics, monitoring, and observer
Stars: ✭ 900 (+4636.84%)
Mutual labels:  monitoring
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+4042.11%)
Mutual labels:  monitoring
Stackimpact Java
StackImpact Java Profiler - Production-Grade Performance Profiler: CPU, locks, runtime metrics, and more
Stars: ✭ 7 (-63.16%)
Mutual labels:  monitoring
Dank Selfhosted
Automated solution for hosting email, web, DNS, XMPP, and ZNC on OpenBSD.
Stars: ✭ 800 (+4110.53%)
Mutual labels:  dns
Laravel Uptime Monitor
A powerful and easy to configure uptime and ssl monitor
Stars: ✭ 837 (+4305.26%)
Mutual labels:  monitoring
Hostess
An idempotent command-line utility for managing your /etc/hosts file.
Stars: ✭ 779 (+4000%)
Mutual labels:  dns
Sysmontools
Utilities for Sysmon
Stars: ✭ 903 (+4652.63%)
Mutual labels:  monitoring
Whour
Tool for information gathering, IPReverse, AdminFInder, DNS, WHOIS, SQLi Scanner with google.
Stars: ✭ 18 (-5.26%)
Mutual labels:  dns
Django Prometheus
Export Django monitoring metrics for Prometheus.io
Stars: ✭ 823 (+4231.58%)
Mutual labels:  monitoring
Logbook
An extensible Java library for HTTP request and response logging
Stars: ✭ 822 (+4226.32%)
Mutual labels:  monitoring
Vigil
🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
Stars: ✭ 804 (+4131.58%)
Mutual labels:  monitoring
Graylog Plugin Metrics
Graylog output plugin for Graphite and Ganglia
Stars: ✭ 16 (-15.79%)
Mutual labels:  monitoring
Falcon Plus
An open-source and enterprise-level monitoring system.
Stars: ✭ 6,770 (+35531.58%)
Mutual labels:  monitoring
Bandar Log
Monitoring tool to measure flow throughput of data sources and processing components that are part of Data Ingestion and ETL pipelines.
Stars: ✭ 19 (+0%)
Mutual labels:  monitoring
Godns
A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
Stars: ✭ 784 (+4026.32%)
Mutual labels:  dns
Prometheus
Kubernetes Setup for Prometheus and Grafana
Stars: ✭ 824 (+4236.84%)
Mutual labels:  monitoring
Heroic
The Heroic Time Series Database
Stars: ✭ 836 (+4300%)
Mutual labels:  monitoring
Floating Elephants
Docker containers for Hadoop.
Stars: ✭ 19 (+0%)
Mutual labels:  dns
Node Servertiming
📊 Generate Server-Timing headers interactively in NodeJS
Stars: ✭ 19 (+0%)
Mutual labels:  monitoring

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
make

Then install the schema:

cd sql
./deploy_database_schema.pl install

Configure the instance:

cp dreamcatcher.yml.default dreamcatcher.yml
$EDITOR dreamcatcher.yml

Configure 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

AUTHOR

Brad Lhotsky [email protected]

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.

Source Code

This module's source code is available by visiting: https://github.com/reyjrar/DreamCatcher

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].