Skip to content

Commit a4597d4

Browse files
authored
Merge pull request #13636 from socprime/add_analityc_rules_16_02_26
add_analytic_rules__first_commit
2 parents 607728d + cb7b392 commit a4597d4

11 files changed

Lines changed: 920 additions & 313 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"Name": "SOCPrimeAuditLogs_CL",
3+
"Properties": [
4+
{
5+
"name": "TimeGenerated",
6+
"type": "Datetime"
7+
},
8+
{
9+
"name": "EventVendor",
10+
"type": "string"
11+
},
12+
{
13+
"name": "EventType",
14+
"type": "string"
15+
},
16+
{
17+
"name": "EventProduct",
18+
"type": "string"
19+
},
20+
{
21+
"name": "EventName",
22+
"type": "string"
23+
},
24+
{
25+
"name": "UserEmail",
26+
"type": "string"
27+
},
28+
{
29+
"name": "UserName",
30+
"type": "string"
31+
},
32+
{
33+
"name": "Uri",
34+
"type": "string"
35+
},
36+
{
37+
"name": "SourceIp",
38+
"type": "string"
39+
},
40+
{
41+
"name": "HttpUserAgent",
42+
"type": "string"
43+
},
44+
{
45+
"name": "Type",
46+
"type": "string"
47+
}
48+
]
49+
}

0 commit comments

Comments
 (0)