Skip to content

Commit

Permalink
Merge pull request #158 from rc-csmith/update_rmm_tools
Browse files Browse the repository at this point in the history
Add More Remote Admin Tools
  • Loading branch information
rc-csmith authored Mar 5, 2024
2 parents d0df22f + cecbf1f commit f2d94e8
Showing 1 changed file with 45 additions and 10 deletions.
55 changes: 45 additions & 10 deletions definitions/remote-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"digsig_publisher": ["Yakhnovets Denis Aleksandrovich IP"]
},
"Microsoft RDP": {
"process_name": ["termsrv.exe","Microsoft Remote Desktop"]
"process_name": ["termsrv.exe",
"Microsoft Remote Desktop"]
},
"Microsoft TSC": {
"process_name": ["mstsc.exe"]
Expand Down Expand Up @@ -337,7 +338,9 @@
},
"Xeox": {
"domain":["*.xeox.com", "xeox.com"],
"process_name":["xeox_service_windows.exe", "xeox-agent_x64.exe", "xeox-agent_x86.exe"],
"process_name":["xeox_service_windows.exe",
"xeox-agent_x64.exe",
"xeox-agent_x86.exe"],
"digsig_publisher": ["hs2n Informationstechnologie GmbH"],
"internal_name": ["XEOX Agent for Windows"]
},
Expand All @@ -351,7 +354,9 @@
"digsig_publisher": ["Instant Housecall", "Specialist Sign-in.exe"],
"process_name": ["InstantHousecall.exe"],
"internal_name": ["InstantHousecall.exe"],
"domain": ["secure.instanthousecall.com", "*.instanthousecall.com", "instanthousecall.com"]
"domain": ["secure.instanthousecall.com",
"*.instanthousecall.com",
"instanthousecall.com"]
},
"ISL Online":{
"digsig_publisher":["ISL Online Ltd"],
Expand All @@ -363,18 +368,48 @@
"digsig_publisher": ["Parallels International GmbH"]
},
"Pilixo": {
"digsig_publisher": ["Pilixo Cloud Solutions", "PILIXO INTERNATIONAL LLC"],
"domain": ["*.pilixo.com", "pilixo.com", "download.pilixo.com"],
"digsig_publisher": ["Pilixo Cloud Solutions",
"PILIXO INTERNATIONAL LLC"],
"domain": ["*.pilixo.com",
"pilixo.com",
"download.pilixo.com"],
"process_name": ["Pilixo_Installer*.exe"]
},
"RemotePC": {
"digsig_publisher": ["IDrive, Inc", "IDrive Incorporated"],
"domain": ["remotepc.com", "www.remotepc.com"],
"process_name": ["idrive.RemotePCAgent", "Idrive.File-Transfer"]
"digsig_publisher": ["IDrive, Inc",
"IDrive Incorporated"],
"domain": ["remotepc.com",
"www.remotepc.com"],
"process_name": ["idrive.RemotePCAgent",
"Idrive.File-Transfer"]
},
"SuperOps": {
"digsig_publisher": ["Superops Inc"],
"process_name": ["superops.exe", "superopsticket.exe"],
"domain": ["serv.superopsalpha.com", "*.superops.ai", "*.superopsalpha.com", "*.superopsbeta.com"]
"process_name": ["superops.exe",
"superopsticket.exe"],
"domain": ["serv.superopsalpha.com",
"*.superops.ai",
"*.superopsalpha.com",
"*.superopsbeta.com"]
},
"Rocket Remote Desktop":{
"digsig_publisher": ["Rocket Remote Desktop"],
"process_name":["RDConsole.exe",
"RocketRemoteDesktop_Setup.exe"]
},
"GetScreen":{
"digsig_publisher":["Get Skrin Softver"],
"process_name":["GetScreen.exe",
"GetScreen.me"]
},
"ManageEngine":{
"digsig_publisher":["ManageEngine Remote Access Plus",
"Zoho Corporation Pvt. Ltd."],
"process_name":["ManageEngine_Remote_Access_Plus.exe",
"InstallShield Setup.exe"]
},
"Remcos":{
"process_name":["remcos*.exe"],
"digsig_publisher":["BreakingSecurity.net"]
}
}

0 comments on commit f2d94e8

Please sign in to comment.