Code Monkey home page Code Monkey logo

rts-queries's Introduction

MVISION EDR Real Time Search - RTS

Welcome to the public knowledge-ground to bootstrap your expertise for hunting and thriving with MVISION EDR Real Time Search - RTS.

In this section we provide practical reasons and examples of baseline queries practitioners adopt for learning the environment they are defending.

We are aiming to relate our query examples with public domain resources like SANS, or research from individual security professionals in the community.

Using this repo

In the code blocks, we are providing the query syntax, you can copy/paste into your Real Time Search - RTS.

Throughout the content, we build from basic to more elaborate queries.

This repo is broken down by category of collectors in each section, and the table below represents how to find/associate queries to use-cases.

Query Language Orientation

The table below serves as the initial orientation of the McAfee Real Time Search (RTS) language.

Practitioners can find practical a how-to for MVISION Collectors and advance their needs for unique threat hunts applicable to their needs.


Category Location
FileSystem Queries That Support File Activity (CRUD)
Networking Queries That Supoport Network Flow Activity
User Logins Queries That Support Windows Logins
Processes Queries That Support Process Execution Activity
Patches Queries That Support HotFix Information
Registry Queries That Support The Presence of Info in the WinRegistry
Services Queries That Support The Windows Service Manager Activity
Software Queries That Support Software Versioning
CVEs Soon
IoCs Soon

Query Examples

Below you can see the format of this guide. We will expose the question (need) in bold and the query used to answer the question.

Example - Systems Management Needs

What Systems have MVision EDR Installed

HostInfo connection_status, hostname, ip_address, platform

What Systems are actively managed and are ONLINE

HostInfo connection_status, hostname, ip_address, platform
    WHERE HostInfo connection_status equals "Online"

What Systems are actively managed and are not a Windows PC

HostInfo connection_status, hostname, ip_address, platform
    WHERE HostInfo connection_status equals "Online"
        AND HostInfo platfom not equals "Windows"


Repository Contacts

Repo Owners Email Contact
Carlos Diaz [email protected]
Ismael Valenzuela [email protected]

rts-queries's People

Contributors

dfirence avatar ericwuehler avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.