Skip to content

Commit 0fdef3b

Browse files
committed
tables
1 parent 602d060 commit 0fdef3b

File tree

2 files changed

+46
-41
lines changed

2 files changed

+46
-41
lines changed

docs/threatprevention/7.5/reportingmodule/investigations/auditcompliance.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@ Every report generated by an investigation query displays the same type of infor
3131

3232
By default, this folder contains the following saved investigations:
3333

34-
| Investigation | Description | Filters |
35-
| --------------------------- | ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36-
| AD Changes | All Active Directory changes | One filter statement set: - Attribute = Event Operation - Operator = Equals - Filter = Active Directory Change |
37-
| AD Changes by Domain Admins | All Active Directory changes by Domain Admins | Two filter statements set: - Attribute 1 = Event Operation - Operator 1 = Equals - Filter 1 = Active Directory Change AND - Attribute 2 = Tag (Effective) - Operator 2 = Equals - Filter 2 = Domain Admin |
38-
| AD Logins | Active Directory logins including Kerberos and NTLM authentication | One filter statement set: - Attribute = Event Operation - Operator = Equals - Filter = Active Directory Authentication |
39-
| All Events | New Investigation | No filters set |
40-
| Failed AD Logins | All failed Active Directory logins including Kerberos and NTLM authentication | Two filter statements set: - Attribute 1 = Event Operation - Operator 1 = Equals - Filter 1 = Active Directory Authentication AND - Attribute 2 = Success - Operator 2 = Equals - Filter 2 = false |
41-
| LDAP Search | All LDAP search events | One filter statement set: - Attribute = Event Operation - Operator = Equals - Filter = LDAP Search |
42-
| Privileged Account Activity | All activity by privileged accounts | One filter statement set: - Attribute = Tag (Direct) - Operator = Equals - Filter = Privileged |
43-
| Service Account Activity | All activity by service accounts | One filter statement set: - Attribute = Tag (Direct) - Operator = Equals - Filter = Service Account |
44-
| Watchlist User Activity | All activity by watchlist users | One filter statement set: - Attribute = Tag (Effective) - Operator = Equals - Filter = Watchlist |
34+
| Investigation | Description | Filters |
35+
| ----------------------- | ----------------- | ------------- |
36+
| AD Changes | All Active Directory changes | One filter statement set: <ul><li>Attribute = Event Operation</li><li>Operator = Equals</li><li>Filter = Active Directory Change</li></ul> |
37+
| AD Changes by Domain Admins | All Active Directory changes by Domain Admins | Two filter statements set: <ul><li>Attribute 1 = Event Operation</li><li>Operator 1 = Equals</li><li>Filter 1 = Active Directory Change</li></ul> AND <ul><li>Attribute 2 = Tag (Effective)</li><li>Operator 2 = Equals</li><li>Filter 2 = Domain Admin</li></ul> |
38+
| AD Logins | Active Directory logins including Kerberos and NTLM authentication | One filter statement set: <ul><li>Attribute = Event Operation</li><li>Operator = Equals</li><li>Filter = Active Directory Authentication</li></ul> |
39+
| All Events | New Investigation | No filters set |
40+
| Failed AD Logins | All failed Active Directory logins including Kerberos and NTLM authentication | Two filter statements set: <ul><li>Attribute 1 = Event Operation</li><li>Operator 1 = Equals</li><li>Filter 1 = Active Directory Authentication</li></ul> AND<ul><li>Attribute 2 = Success</li><li>Operator 2 = Equals</li><li>Filter 2 = false</li></ul> |
41+
| LDAP Search | All LDAP search events | One filter statement set: <ul><li>Attribute = Event Operation</li><li>Operator = Equals</li><li>Filter = LDAP Search</li></ul> |
42+
| Privileged Account Activity | All activity by privileged accounts | One filter statement set: <ul><li>Attribute = Tag (Direct)</li><li>Operator = Equals</li><li>Filter = Privileged</li></ul> |
43+
| Service Account Activity | All activity by service accounts | One filter statement set: <ul><li>Attribute = Tag (Direct)</li><li>Operator = Equals</li><li>Filter = Service Account</li></ul> |
44+
| Watchlist User Activity | All activity by watchlist users | One filter statement set: <ul><li>Attribute = Tag (Effective)</li><li>Operator = Equals</li><li>Filter = Watchlist</li></ul> |
45+
4546

4647
You can save additional investigations to this folder.

0 commit comments

Comments
 (0)