Create Windows.NTFS.MFT.JwrapperRemoteAccess#919
Conversation
Proposing this artifact to identify IP addresses pertaining to Simple Help RMM tool usage.
|
Is it important to use the MFT artifact as a base? It's really a heavy artifact and it looks like you are just looking for files in known locations. Would a glob work just as well but much faster? |
|
Hey @scudette you are right, initially i was put off by the performance note on artifact "Windows.Search.FileFinder" but as we are not acquiring file contents it should be fine. I tested it using glob and it is indeed much faster. The artifact is below, should i submit a new pull request? |
|
I'm actually more interested in making this into a Sigma rule. I think it's easier to just hit up the endpoint with all the rules and see what sticks than having to remember to collect district artifacts and then check each one separately. There should be some examples in the Sigma repo for such rules |
|
Yeah that's a good point, if i get the time i might be able to look into the Sigma aspect of it. For the artifact itself, my thinking was more of along the lines of during alert triage, the Analyst responding to an alert involving SimpleHelp (Jwrapper), can simply run the artifact to get the IP address the RMM is talking to. |
Proposing this artifact to identify IP addresses pertaining to Simple Help RMM tool usage. Note; This is a reopining of a pull request after some edits were made to the VQL query.