yeti VS SnitchDNS

Compare yeti vs SnitchDNS and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
yeti SnitchDNS
2 4
1,626 228
2.1% 1.3%
9.7 4.4
7 days ago 3 months ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

yeti

Posts with mentions or reviews of yeti. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Yeti: Organize observables, indicators of compromise, TTPs, and threats
    1 project | news.ycombinator.com | 17 Oct 2022
  • Ask HN: SIEM-like product with DNS as its data API?
    3 projects | news.ycombinator.com | 21 Aug 2022
    Hello, author here. That's a database driven DNS server alright. (Bonus: it's got a web admin interface.) There are DNS implementations with various backends; that's kind of the point.

    I'm not sure that a mainstream SQL database is really a good target for network telemetry and e.g. access logging artifacts. Not talking about a time stream database either. There is an architecture here, and it's predicated on not collecting "all the things" in a central place.

    Example: In this model, a service / server you're monitoring might have a couple of Redis keys which get incremented every time there's a successful or unsuccessful login. Maybe there's a redis hashkey with fails for individual accounts too.

    There might be a graph somewhere of the login / attempt rates. It would query the summary redis keys (via the DNS) once a minute (doing whatever it needs to keep historical datapoints for however long they're needed).

    If the rate skyrockets, maybe the hashkey with account-level granularity is consulted but most of the time it wouldn't be.

    There might also be a Zabbix alarm somewhere querying the same keys, and if a threshold setting is exceeded, then an alarm is sent.

    It's pull, not push. It's easy enough to write something to make the periodic queries and post them to e.g. ElasticSearch and graph it with Kibana.

    So the question concerns the SIEM part. Something like Splunk is married to its database (their pricing model is based on how much data you want to put into that database). Something like the Yeti Threat Intelligence Platform (TIP) (https://github.com/yeti-platform/yeti) comes with the ability to manage and orchestrate a large number of periodic or event-driven tasks and therefore has the capability to generate the periodic DNS queries; it's been a few years, but its graphing capabilities didn't compare to ELK when I looked at it.

    There's a lot of overlap with SCADA as well. All of the necessary features I've mentioned can be assembled from open source projects.

    Is there some SIEM, TIP or Ops product out there, with an active userbase, which has the periodic task capability, alarming, and graphing?

SnitchDNS

Posts with mentions or reviews of SnitchDNS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.

What are some alternatives?

When comparing yeti and SnitchDNS you can also consider the following projects:

PyMISP - Python library using the MISP Rest API

DoNotSend - Sending messages by hacking the DNS protocol. See website for demo server usage instructions

sysmon-config - Advanced Sysmon ATT&CK configuration focusing on Detecting the Most Techniques per Data source in MITRE ATT&CK, Provide Visibility into Forensic Artifact Events for UEBA, Detect Exploitation events with wide CVE Coverage, and Risk Scoring of CVE, UEBA, Forensic, and MITRE ATT&CK Events.

treq - Python requests like API built on top of Twisted's HTTP client.

rbldnsd - A small and fast DNS daemon especially made to serve DNSBL zones.

nzb-notify - Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)

iocextract - Defanged Indicator of Compromise (IOC) Extractor.

Twisted - Event-driven networking engine written in Python.

IntelOwl - IntelOwl: manage your Threat Intelligence at scale

camply - camply, the campsite finder ⛺️ - a tool to find campsites at sold out campgrounds through sites like recreation.gov

Eliot - Eliot: the logging system that tells you *why* it happened

evennia - Python MUD/MUX/MUSH/MU* development system