sysmon-config VS attack-stix-data

Compare sysmon-config vs attack-stix-data and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sysmon-config attack-stix-data
35 58
4,580 284
- 2.8%
0.0 4.1
3 months ago 11 days ago
Python
- GNU General Public License v3.0 or later
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.

sysmon-config

Posts with mentions or reviews of sysmon-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • Software Hardening Tools for System Defense
    1 project | dev.to | 30 Apr 2024
    cd c:\sysmon git clone https://github.com/SwiftOnSecurity/sysmon-config sysmon -accepteula -i sysmon-config/sysmon-config.xml
  • Troubleshooting Intermittent Slowness on Network Share
    1 project | /r/msp | 7 Jul 2023
    https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/networking-overview plenty of windows troubleshooting tips here too, and this is pretty good symon script saves to event viewer even after a reboot! , also care with wireshark as it may give you a false sense of there's a fault, try tcpIPview from sysinternals and yeah procmon for sure. https://github.com/SwiftOnSecurity/sysmon-config use psping to ping the server directly and see the latency goes up and down, you can ping it more often every 1 second so you get a better more detailed resul.
  • Sysmon not reading our config.xml-file
    1 project | /r/sysadmin | 21 Jun 2023
    Rebooted and downloaded sysmon 14.16 and sysmonconfig-export.xml
  • Cheap, Fast, Good and Simple Remote Monitoring for Small Environments
    1 project | /r/msp | 31 May 2023
    There's all sorts of things you can do for various types of monitoring including Zabbix, Graylog, roll-your-own with Sysmon (see https://github.com/SwiftOnSecurity/sysmon-config), etc. The question becomes one of time - don't get so focused on DIY or free that you spend hours (or pay someone to spend hours) a month babysitting.
  • How do you actually threat hunt?
    3 projects | /r/cybersecurity | 30 May 2023
    If you don't catch it what changes can you do to your logging to enable it? Can you push it out to the environment? While sysmon is awesome, you can do your hunts with built in logging most of the time... Just might not have all the data around it you want to have. I would throw sysmon on a test box (make sure you have a config file that filters out the noise: https://github.com/SwiftOnSecurity/sysmon-config)
  • How do I exclude specific event IDs in Sysmon?
    1 project | /r/sysadmin | 15 Apr 2023
    I played around with https://github.com/SwiftOnSecurity/sysmon-config Maybe there xml can point you in the right direction
  • Finding the Process initiating a ping
    1 project | /r/netsecstudents | 5 Apr 2023
    and here's an off the shelf config file: https://github.com/SwiftOnSecurity/sysmon-config
  • How to filter SysMon Logs for suspicious events
    1 project | /r/sysadmin | 28 Mar 2023
  • SysMon Deployment Help
    1 project | /r/sysadmin | 26 Feb 2023
  • MISP integration issues
    1 project | /r/Wazuh | 25 Jan 2023
    - Make sure you have sysmon installed on the agent host and it is logging event to the Sysmon folder as ID 22. Can use this xml file

attack-stix-data

Posts with mentions or reviews of attack-stix-data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.
  • Mitre ATT&CK: knowledge base of adversary tactics and techniques
    1 project | news.ycombinator.com | 21 Dec 2023
  • Mitre attack framework
    1 project | /r/cissp | 10 Dec 2023
    It mentions it but doesn't dig into the minutiae. If you want to learn about it, visit https://attack.mitre.org/
  • PT and VA, how to do it practically?
    1 project | /r/HowToHack | 7 Dec 2023
    Start here: https://attack.mitre.org
  • "The Case for Memory Safe Roadmaps" CIA, FBI & Global Cyber Security agencies pan C/C++
    2 projects | /r/cpp | 7 Dec 2023
    We do have a good idea about what sort of attacks are common. There is a whole framework for how ATP's operate and there are lists of which attack methods they currently prefer to use. https://attack.mitre.org/
  • CTF Challenges: Reconnaissance
    1 project | dev.to | 12 Sep 2023
    At first, I had a difficult time understanding the problem. It had too many acronyms that I wasn't familiar with, so I decided to click on the hint: https://attack.mitre.org.
  • Ask HN: Transitioning from game development to cybersecurity. Tips or advice?
    1 project | news.ycombinator.com | 20 Aug 2023
    Some thoughts from someone who has been in the security biz for a while:

    1. Security is more a mindset than anything else. Get used to finding the edge cases. Think "how can I break this..." or "how can I get around this restriction..." Many security folks I know started actually by exactly what you mentioned- figuring out how to bypass copy protection on games, how to bypass client-side checks in multi-player games, ... and so on.

    2. Many pure security folks are very poor developers. You'll have a unique skillset here if you can apply it. Most security oriented folks use Python for quick scripts. If you already know python, great; otherwise, learn it and use that as a marketable skill.

    3. I'm not sure about jumping head first into a consultancy. I'd recommend getting some experience in a security field first. It's hard to have credibility without some experience first.

    4. Don't bother with security+. If you want creds, go and take your favorite cloud provider's security specialist exam. Cloud security is still relatively new, in high demand, and can get you immediate credibility with employers or clients.

    5. I'm a big fan of real-world experience. Set up your own Linux server and try to attack it. Learn what some of the real world attacker techniques are. See some of the following:

    Learn the Techniques, Tactics, and Procedures (TTPs) outlined in the MITRE ATT&CK matrix (https://attack.mitre.org/).

    There are a LOT of "Capture the Flag" (CTF) events and writeups out there. Search for ones in a subfield you find interesting. Security is a HUGE topic. You'll need to specialize. Do you want to reverse engineer code? Secure cloud applications? Help companies define their identity and access management strategy? There's a CTF for all of those and then some. Do some googling around.

    I have a lot more tips, so if you're interested just reply to this comment with a way I can get in touch and I'll reach out.

  • Frage an die IT Affinen: Welche Sicherheitssoftware (Virenschutz und Co) ist für PC und Android zu empfehlen?
    1 project | /r/Austria | 30 Jun 2023
  • List of Every Cyber Attack
    1 project | news.ycombinator.com | 27 Jun 2023
  • Datto edr
    1 project | /r/msp | 12 Jun 2023
  • OWASP Top 10 Security, But For Individuals?
    1 project | /r/cybersecurity | 7 Jun 2023

What are some alternatives?

When comparing sysmon-config and attack-stix-data you can also consider the following projects:

sysmon-modular - A repository of sysmon configuration modules

PEASS-ng - PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)

sigma - Main Sigma Rule Repository

Awesome-Hacking - A collection of various awesome lists for hackers, pentesters and security researchers

ThreatHunting - Tools for hunting for threats.

attack-flow - Attack Flow helps executives, SOC managers, and defenders easily understand how attackers compose ATT&CK techniques into attacks by developing a representation of attack flows, modeling attack flows for a small corpus of incidents, and creating visualization tools to display attack flows.

ansible-role-elasticsearch - Ansible Role - Elasticsearch

SysmonTools - Utilities for Sysmon

VECTR - VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios

vscode-sysmon - Visual Studio Code Microsoft Sysinternal Sysmon configuration file extension.

heimdall2 - Heimdall Enterprise Server 2 lets you view, store, and compare automated security control scan results.