Skip to content

Commit 56347b1

Browse files
committed
Merge branch 'master' into v-kasghosh_requestsPIP_version_2.32.4_CiscoUmbrella
2 parents c17133a + 8e485e4 commit 56347b1

File tree

75 files changed

+3460
-2041
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3460
-2041
lines changed

.script/tests/KqlvalidationsTests/CustomTables/Morphisec.json

Lines changed: 0 additions & 693 deletions
This file was deleted.
Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
{
2+
"Name": "MorphisecAlerts_CL",
3+
"Properties": [
4+
{
5+
"name": "action",
6+
"type": "string"
7+
},
8+
{
9+
"name": "application",
10+
"type": "string"
11+
},
12+
{
13+
"name": "applicationPath",
14+
"type": "string"
15+
},
16+
{
17+
"name": "attackModule",
18+
"type": "string"
19+
},
20+
{
21+
"name": "attackSeverity",
22+
"type": "string"
23+
},
24+
{
25+
"name": "classification",
26+
"type": "string"
27+
},
28+
{
29+
"name": "defenderDescription",
30+
"type": "dynamic"
31+
},
32+
{
33+
"name": "defenderId",
34+
"type": "string"
35+
},
36+
{
37+
"name": "description",
38+
"type": "string"
39+
},
40+
{
41+
"name": "detectionDescription",
42+
"type": "string"
43+
},
44+
{
45+
"name": "detectionEngineVersion",
46+
"type": "dynamic"
47+
},
48+
{
49+
"name": "detectionName",
50+
"type": "string"
51+
},
52+
{
53+
"name": "detectionPath",
54+
"type": "dynamic"
55+
},
56+
{
57+
"name": "engine",
58+
"type": "string"
59+
},
60+
{
61+
"name": "filePath",
62+
"type": "string"
63+
},
64+
{
65+
"name": "hostname",
66+
"type": "string"
67+
},
68+
{
69+
"name": "id",
70+
"type": "string"
71+
},
72+
{
73+
"name": "kernel",
74+
"type": "string"
75+
},
76+
{
77+
"name": "mitreClassification",
78+
"type": "dynamic"
79+
},
80+
{
81+
"name": "name",
82+
"type": "string"
83+
},
84+
{
85+
"name": "numberOfAttacks",
86+
"type": "dynamic"
87+
},
88+
{
89+
"name": "operatingSystem",
90+
"type": "string"
91+
},
92+
{
93+
"name": "parentProcessCommandLine",
94+
"type": "string"
95+
},
96+
{
97+
"name": "parentProcessSignature",
98+
"type": "string"
99+
},
100+
{
101+
"name": "path",
102+
"type": "dynamic"
103+
},
104+
{
105+
"name": "processCommandLine",
106+
"type": "string"
107+
},
108+
{
109+
"name": "processCommandLineArgs",
110+
"type": "dynamic"
111+
},
112+
{
113+
"name": "processSignature",
114+
"type": "string"
115+
},
116+
{
117+
"name": "protectorId",
118+
"type": "string"
119+
},
120+
{
121+
"name": "reviewStatus",
122+
"type": "string"
123+
},
124+
{
125+
"name": "signature",
126+
"type": "string"
127+
},
128+
{
129+
"name": "subClassification",
130+
"type": "string"
131+
},
132+
{
133+
"name": "threatMessageArrivalTime",
134+
"type": "datetime"
135+
},
136+
{
137+
"name": "threatModule",
138+
"type": "string"
139+
},
140+
{
141+
"name": "threatSubType",
142+
"type": "string"
143+
},
144+
{
145+
"name": "threatTime",
146+
"type": "datetime"
147+
},
148+
{
149+
"name": "threatType",
150+
"type": "string"
151+
},
152+
{
153+
"name": "TimeGenerated",
154+
"type": "datetime"
155+
},
156+
{
157+
"name": "url",
158+
"type": "dynamic"
159+
},
160+
{
161+
"name": "user",
162+
"type": "string"
163+
},
164+
{
165+
"name": "metadataProtectorVersion",
166+
"type": "string"
167+
}
168+
]
169+
}

0 commit comments

Comments
 (0)