Skip to content

Commit

Permalink
Added a bunch more EDR vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
PwnDexter committed Oct 9, 2023
1 parent 7e0c162 commit f8067b6
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion SharpEDRChecker/EDRData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class EDRData
public static string[] edrlist =
{
"activeconsole",
"ADA-PreCheck",
"ahnlab",
"amsi.dll",
"anti malware",
"anti-malware",
Expand All @@ -13,13 +15,18 @@ class EDRData
"anti-virus",
"antivirus",
"appsense",
"attivo networks",
"attivonetworks",
"authtap",
"avast",
"avecto",
"bitdefender",
"blackberry",
"canary",
"carbonblack",
"carbon black",
"cb.exe",
"check point",
"ciscoamp",
"cisco amp",
"countercept",
Expand All @@ -33,28 +40,34 @@ class EDRData
"cybereason",
"cyclorama",
"cylance",
"cynet",
"cyoptics",
"cyupdate",
"cyvera",
"cyserver",
"cytray",
"darktrace",
"deep instinct",
"defendpoint",
"defender",
"eectrl",
"elastic",
"endgame",
"f-secure",
"forcepoint",
"fortinet",
"fireeye",
"groundling",
"GRRservic",
"harfanglab",
"inspector",
"ivanti",
"juniper networks",
"kaspersky",
"lacuna",
"logrhythm",
"malware",
"malwarebytes",
"mandiant",
"mcafee",
"morphisec",
Expand All @@ -70,19 +83,27 @@ class EDRData
"privilegeguard",
"procwall",
"protectorservic",
"qianxin",
"qradar",
"qualys",
"rapid7",
"redcloak",
"red canary",
"SanerNow",
"sangfor",
"secureworks",
"securityhealthservice",
"semlaunchsv",
"sentinel",
"sentinelone",
"sepliveupdat",
"sisidsservice",
"sisipsservice",
"sisipsutil",
"smc.exe",
"smcgui",
"snac64",
"somma",
"sophos",
"splunk",
"srtsp",
Expand All @@ -94,12 +115,18 @@ class EDRData
"tanium",
"tda.exe",
"tdawork",
"tehtris",
"threat",
"trellix",
"tpython",
"trend micro",
"uptycs",
"vectra",
"watchguard",
"wincollect",
"windowssensor",
"wireshark",
"threat",
"withsecure",
"xagt.exe",
"xagtnotif.exe"
};
Expand Down

0 comments on commit f8067b6

Please sign in to comment.