Skip to content

Commit

Permalink
added a modeling rule (demisto#22875)
Browse files Browse the repository at this point in the history
* added a modeling rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule

* added a parsing rule
  • Loading branch information
guytamir10 authored and GalNakash-RecoLabs committed Jan 2, 2024
1 parent c3939ea commit 5a53e17
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Packs/Auditd/ModelingRules/Auditd_1_3/Auditd_1_3_testdata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"data": [
{
"test_data_event_id": "5fc5c4eb-037a-4bd6-a9c2-c51577c96cbc",
"vendor": "unix",
"product": "auditd",
"dataset": "unix_auditd_raw",
"event_data": {"_raw_log": "<13>Nov 24 12:20:01 somehost123 audispd: node=czstlls086.prg-dc.dhl.com type=LOGIN msg=audit(1669288801.814:57688940): pid=26435 uid=0 old auid=7632 new auid=0 old ses=337905 new ses=357883"},
"expected_values": {
"xdm.source.user.identifier": "0",
"xdm.event.outcome": null,
"xdm.event.operation": null,
"xdm.session_context_id": "337905",
"xdm.source.host.hostname": "somehost123",
"xdm.source.process.executable.path": null,
"xdm.source.user.username": null,
"xdm.source.ipv4": null,
"xdm.event.id": "57688940",
"xdm.source.process.pid": "26435",
"xdm.event.type": "LOGIN",
"xdm.source.process.command_line": null
}
}
]
}

0 comments on commit 5a53e17

Please sign in to comment.