Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

added misc pages related to ransomware techniques #231

Merged
merged 3 commits into from
Nov 11, 2020

Conversation

martyav
Copy link
Contributor

@martyav martyav commented Sep 2, 2020

Part of a series of pull requests, placing queries from the TA reports in the repo.

Some of the column names may be outdated, as some of the reports are quite old.

Others in the series:
#145, #155, #163, #165,
#168, #169, #170, #172,
#173 , #174, #175, #177,
#178, #182, #183, #190,
#191, #192, #195, #196
#198, #202, #203, #204
#205, #206, #207, #208
#209, #214, #215, #218
#229, #230

Copy link
Contributor

@tali-ash tali-ash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Impact/backup-deletion.md can you please change the table to be AlertsInfo, the MTP table? The MDATP table is going to be deprecated.

"In Impact/backup-deletion.md can you please change the table to be AlertsInfo, the MTP table? The MDATP table is going to be deprecated."
@martyav
Copy link
Contributor Author

martyav commented Oct 14, 2020

@tali-ash I recently pushed a commit addressing your suggestion.

This was referenced Oct 29, 2020
AlertsInfo - remove s to AlertInfo
Copy link
Contributor

@tali-ash tali-ash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the query of # Detect attempts to turn off System Restore

what is the intent of the following?
and InitiatingProcessCommandLine !contains " " and InitiatingProcessCommandLine != ""

to check those fields are not empty?

@martyav
Copy link
Contributor Author

martyav commented Nov 4, 2020

@tali-ash

what is the intent of the following?
and InitiatingProcessCommandLine !contains " " and InitiatingProcessCommandLine != ""

to check those fields are not empty?

I asked the researchers. They responded:

It’s a method of looking for an empty command line in the Rundll32.exe process – basically the command line is “rundll32.exe”. Which can often indicate Cobalt Strike if it’s spawning network connections or other LOLBINs (cmd, powershell, etc etc)

@tali-ash
Copy link
Contributor

tali-ash commented Nov 5, 2020

@martyav So will isnotempty() operator will work for it?

@tali-ash tali-ash merged commit bed1cfd into microsoft:master Nov 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants