|
27 | 27 | { |
28 | 28 | "name": "description", |
29 | 29 | "type": "string" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "friendlyName", |
| 33 | + "type": "string" |
30 | 34 | } |
31 | 35 | ] |
32 | 36 | }, |
|
131 | 135 | { |
132 | 136 | "name": "extbrowser", |
133 | 137 | "type": "string" |
| 138 | + }, |
| 139 | + { |
| 140 | + "name": "friendlyName", |
| 141 | + "type": "string" |
134 | 142 | } |
135 | 143 | ] |
136 | 144 | }, |
|
160 | 168 | "name": "malicious_files_count", |
161 | 169 | "type": "int" |
162 | 170 | }, |
| 171 | + { |
| 172 | + "name": "friendlyName", |
| 173 | + "type": "string" |
| 174 | + }, |
163 | 175 | { |
164 | 176 | "name": "execution_summary", |
165 | 177 | "type": "dynamic" |
|
184 | 196 | "clv2ws1" |
185 | 197 | ], |
186 | 198 | "outputStream": "Custom-AirlockDigitalServerActivities_CL", |
187 | | - "transformKql": "source | extend TimeGenerated = todatetime(['datetime']) , Checkpoint = ['checkpoint'] , EventDateTime = ['datetime'] , Task = ['task'] , User = ['user'] , Description = ['description'] | project TimeGenerated , Checkpoint , EventDateTime , Task , User , Description" |
| 199 | + "transformKql": "source | extend TimeGenerated = todatetime(['datetime']) , Checkpoint = ['checkpoint'] , EventDateTime = ['datetime'] , Task = ['task'] , User = ['user'] , Description = ['description'] , ConnectorName = ['friendlyName'] | project TimeGenerated , Checkpoint , EventDateTime , Task , User , Description , ConnectorName" |
188 | 200 | }, |
189 | 201 | { |
190 | 202 | "streams": [ |
|
194 | 206 | "clv2ws1" |
195 | 207 | ], |
196 | 208 | "outputStream": "Custom-AirlockDigitalExecutionHistories_CL", |
197 | | - "transformKql": "source | extend TimeGenerated = todatetime(['datetime']) , Checkpoint = ['checkpoint'] , EventDateTime = ['datetime'] , ExecutionType = ['type'] , Username = ['username'] , Hostname = ['hostname'] , NetDomain = ['netdomain'] , FileName = ['filename'] , ParentPolicy = ['ppolicy'] , PolicyName = ['policyname'] , PolicyVersion = ['policyver'] , CommandLine = ['commandline'] , Publisher = ['publisher'] , ParentProcess = ['pprocess'] , GrandparentProcess = ['gprocess'] , SHA256 = ['sha256'] , MD5 = ['md5'] , SHA128 = ['sha128'] , SHA384 = ['sha384'] , SHA512 = ['sha512'] , IPAddress = ['ip'] , LocalIPAddress = ['localip'] , ExtensionId = ['extid'] , ExtensionName = ['extname'] , ExtensionType = ['exttype'] , ExtensionBrowser = ['extbrowser'] | project TimeGenerated , Checkpoint , EventDateTime , ExecutionType , Username , Hostname , NetDomain , FileName , ParentPolicy , PolicyName , PolicyVersion , CommandLine , Publisher , ParentProcess , GrandparentProcess , SHA256 , MD5 , SHA128 , SHA384 , SHA512 , IPAddress , LocalIPAddress , ExtensionId , ExtensionName , ExtensionType , ExtensionBrowser" |
| 209 | + "transformKql": "source | extend TimeGenerated = todatetime(['datetime']) , Checkpoint = ['checkpoint'] , EventDateTime = ['datetime'] , ExecutionType = ['type'] , Username = ['username'] , Hostname = ['hostname'] , NetDomain = ['netdomain'] , FileName = ['filename'] , ParentPolicy = ['ppolicy'] , PolicyName = ['policyname'] , PolicyVersion = ['policyver'] , CommandLine = ['commandline'] , Publisher = ['publisher'] , ParentProcess = ['pprocess'] , GrandparentProcess = ['gprocess'] , SHA256 = ['sha256'] , MD5 = ['md5'] , SHA128 = ['sha128'] , SHA384 = ['sha384'] , SHA512 = ['sha512'] , IPAddress = ['ip'] , LocalIPAddress = ['localip'] , ExtensionId = ['extid'] , ExtensionName = ['extname'] , ExtensionType = ['exttype'] , ExtensionBrowser = ['extbrowser'] , ConnectorName = ['friendlyName'] | project TimeGenerated , Checkpoint , EventDateTime , ExecutionType , Username , Hostname , NetDomain , FileName , ParentPolicy , PolicyName , PolicyVersion , CommandLine , Publisher , ParentProcess , GrandparentProcess , SHA256 , MD5 , SHA128 , SHA384 , SHA512 , IPAddress , LocalIPAddress , ExtensionId , ExtensionName , ExtensionType , ExtensionBrowser , ConnectorName" |
198 | 210 | }, |
199 | 211 | { |
200 | 212 | "streams": [ |
|
204 | 216 | "clv2ws1" |
205 | 217 | ], |
206 | 218 | "outputStream": "Custom-AirlockDigitalFileActivitySummary_CL", |
207 | | - "transformKql": "source | extend TimeGenerated = now() , TimePeriod = ['time_period'] , StartDate = ['start_date'] , EndDate = ['end_date'] , PolicyFilter = ['policy_filter'] , NewFilesCount = ['new_files_count'] , MaliciousFilesCount = ['malicious_files_count'] , TotalUntrustedTotal = toint(execution_summary.total_untrusted_total) , TotalUntrustedUnique = toint(execution_summary.total_untrusted_unique) , BlockedTotal = toint(execution_summary.blocked_total) , BlockedUnique = toint(execution_summary.blocked_unique) , AuditTotal = toint(execution_summary.audit_total) , AuditUnique = toint(execution_summary.audit_unique) , TrustedTotal = toint(execution_summary.trusted_total) , OtpTotal = toint(execution_summary.otp_total) , BlocklistTotal = toint(execution_summary.blocklist_total) , BlocklistAuditTotal = toint(execution_summary.blocklist_audit_total) | project TimeGenerated , TimePeriod , StartDate , EndDate , PolicyFilter , NewFilesCount , MaliciousFilesCount , TotalUntrustedTotal , TotalUntrustedUnique , BlockedTotal , BlockedUnique , AuditTotal , AuditUnique , TrustedTotal , OtpTotal , BlocklistTotal , BlocklistAuditTotal" |
| 219 | + "transformKql": "source | extend TimeGenerated = todatetime(['end_date']) , TimePeriod = ['time_period'] , StartDate = ['start_date'] , EndDate = ['end_date'] , PolicyFilter = ['policy_filter'] , NewFilesCount = ['new_files_count'] , MaliciousFilesCount = ['malicious_files_count'] , TotalUntrustedTotal = toint(execution_summary.total_untrusted_total) , TotalUntrustedUnique = toint(execution_summary.total_untrusted_unique) , BlockedTotal = toint(execution_summary.blocked_total) , BlockedUnique = toint(execution_summary.blocked_unique) , AuditTotal = toint(execution_summary.audit_total) , AuditUnique = toint(execution_summary.audit_unique) , TrustedTotal = toint(execution_summary.trusted_total) , OtpTotal = toint(execution_summary.otp_total) , BlocklistTotal = toint(execution_summary.blocklist_total) , BlocklistAuditTotal = toint(execution_summary.blocklist_audit_total) , ConnectorName = ['friendlyName'] | project TimeGenerated , TimePeriod , StartDate , EndDate , PolicyFilter , NewFilesCount , MaliciousFilesCount , TotalUntrustedTotal , TotalUntrustedUnique , BlockedTotal , BlockedUnique , AuditTotal , AuditUnique , TrustedTotal , OtpTotal , BlocklistTotal , BlocklistAuditTotal , ConnectorName" |
208 | 220 | } |
209 | 221 | ] |
210 | 222 | } |
|
0 commit comments