Skip to content

Commit 4b436f8

Browse files
committed
new: [rmm] new object template to share RMM agent details
Based on a request from @rommelfs
1 parent 1be0d90 commit 4b436f8

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

objects/rmm/definition.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"attributes": {
3+
"comment": {
4+
"description": "A description of the RMM.",
5+
"misp-attribute": "comment",
6+
"ui-priority": 0
7+
},
8+
"guid": {
9+
"description": "GUID or reference of the RMM agent.",
10+
"misp-attribute": "link",
11+
"ui-priority": 0
12+
},
13+
"hostname": {
14+
"description": "hostname of the control server for the RMM agent.",
15+
"misp-attribute": "hostname",
16+
"ui-priority": 0
17+
},
18+
"name": {
19+
"description": "Name of the RMM agent.",
20+
"misp-attribute": "text",
21+
"ui-priority": 0
22+
},
23+
"rmm-type": {
24+
"description": "Type of the RMM agent described.",
25+
"disable_correlation": true,
26+
"misp-attribute": "text",
27+
"sane_default": [
28+
"AnyDesk",
29+
"Atera",
30+
"ASG",
31+
"BeAnywhere",
32+
"Domotz",
33+
"DWservice",
34+
"Fixme.it",
35+
"Fleetdeck.io",
36+
"GetScreen",
37+
"Itarian",
38+
"Level.io",
39+
"Logmein",
40+
"ManageEngine",
41+
"N-Able",
42+
"Pulseway",
43+
"RattyRat",
44+
"Rport",
45+
"Rsocx",
46+
"RustDesk",
47+
"RustScan",
48+
"ScreenConnect",
49+
"Splashtop",
50+
"SSH",
51+
"Teamviewer",
52+
"TightVNC",
53+
"TrendMicro",
54+
"Sorillus",
55+
"Xeox",
56+
"ZeroTier"
57+
],
58+
"ui-priority": 0
59+
},
60+
"url": {
61+
"description": "url of the control server for the RMM agent.",
62+
"misp-attribute": "url",
63+
"ui-priority": 0
64+
}
65+
},
66+
"description": "An object describing a RMM agent.",
67+
"meta-category": "misc",
68+
"name": "rmm",
69+
"requiredOneOf": [
70+
"common",
71+
"rmm-type",
72+
"guid",
73+
"url",
74+
"hostname"
75+
],
76+
"uuid": "2cdcfb2a-dd74-4d88-ae02-6f381b312666",
77+
"version": 1
78+
}

0 commit comments

Comments
 (0)