<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CIM: About the flexibility of the action field in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400873#M4541</link>
    <description>&lt;P&gt;I would use &lt;CODE&gt;allowed&lt;/CODE&gt; and &lt;CODE&gt;blocked&lt;/CODE&gt; but you can do whatever you like.  If this works, please do click &lt;CODE&gt;Accept&lt;/CODE&gt; to close the question.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 08:56:04 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-03-06T08:56:04Z</dc:date>
    <item>
      <title>CIM: About the flexibility of the action field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400868#M4536</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;

&lt;P&gt;I'm developing a compliance app, the intention is to make it the more CIM compliant as possible, but here is the problem, no CIM fields cover windows sessions for example (which starts with event 4264 and finish with 4647). I can make my sessions panel out of the accelerated datamodel, but I think the best idea is to accomodate a few fields to respect the cim and don't interfere with the Authentication datamodel, even if I use the 4624 in another panels of my dashboards.&lt;/P&gt;

&lt;P&gt;So, i'm planning of doing it with Change, for example:&lt;/P&gt;

&lt;P&gt;change_type=session&lt;BR /&gt;
 result_id would be a fieldalias of logonID&lt;BR /&gt;
and action would be action=session_started for 4624, action=session_finished for 4647&lt;/P&gt;

&lt;P&gt;after that I would make transactions with the result_id's inside my dashbord's panel search. Before doing that, I would like to know &lt;BR /&gt;
A. If you have a better Idea for doing this respecting the CIM&lt;BR /&gt;
B. how flexible is the "action" field? I mean, it's valid to Eval session_started and session_finished?&lt;/P&gt;

&lt;P&gt;I mean, the action field in Change table is restricted to only 9 options (acl_,modified, cleared, created, deleted, modified, read, stopped, updated), can I make extra actions? My objective is to isolate the actions and the panels the more I can, I mean, I have no other use to these sessions other than that panel.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400868#M4536</guid>
      <dc:creator>3DGjos</dc:creator>
      <dc:date>2020-09-29T23:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: About the flexibility of the action field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400869#M4537</link>
      <description>&lt;P&gt;Hi @3DGjos &lt;/P&gt;

&lt;P&gt;Others might have more to add, but yes you can add new fields to the action field if you like. However there will be no search that uses the DMA that will know what to do with your field.  &lt;/P&gt;

&lt;P&gt;I think what you are doing overall sounds OK to me. You could also consider using a new data model that you create yourself for the data if it isn't a good fit for an existing one.   If you are planning to release this app on Splunkbase then you should be extra careful that its a good fit for the data model.&lt;/P&gt;

&lt;P&gt;All the best,&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 19:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400869#M4537</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-18T19:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: About the flexibility of the action field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400870#M4538</link>
      <description>&lt;P&gt;You could use the &lt;CODE&gt;Network Sessions&lt;/CODE&gt; datamodel.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 07:30:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400870#M4538</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-19T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: About the flexibility of the action field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400871#M4539</link>
      <description>&lt;P&gt;I do not think the Change data model sounds like an appropriate match based on the "action" field value listing you provided.  It might be that the Network Session model is more appropriate, but I haven't looked at it closely.  &lt;/P&gt;

&lt;P&gt;The Authentication data model seems the most appropriate.  Here is what I would alias to:&lt;/P&gt;

&lt;P&gt;action = "success" or "failure"&lt;BR /&gt;
signature_id = 4624, etc&lt;BR /&gt;
signature = "An account was successfully logged on", etc&lt;/P&gt;

&lt;P&gt;The only thing you really need to perform the transaction is the signature_id.  The "session_started" and "finished" that you want to use in the action field you don't really need.  If you want those values you can just add them as evals for each event/EventCode and place them into any field you want like "description" or "message".  &lt;/P&gt;

&lt;P&gt;You may not even need to worry about the data model.  If you are only using this in a single dashboard panel and not building an entire app or data model on that work then you could just alias the fields to the most appropriate CIM field and use those fields to build your panel.  If you need the acceleration, you could use an accelerated report just for this panel without a data model, or you could build to an existing model, or create your own data model  as mentioned previously.  &lt;/P&gt;

&lt;P&gt;I suspect, because of the sheer volume of 4624 log events, that acceleration is a significant consideration.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400871#M4539</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2020-09-29T23:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: About the flexibility of the action field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400872#M4540</link>
      <description>&lt;P&gt;Thanks for your answer, if I go for Network Sessions, my actions should be  added / blocked?  or can I use started / stopped? or added/blocked apply?&lt;/P&gt;

&lt;P&gt;Should I use Session_Start / Session_End datasets?&lt;/P&gt;

&lt;P&gt;I think ill go for that approach. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400872#M4540</guid>
      <dc:creator>3DGjos</dc:creator>
      <dc:date>2020-09-29T23:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: About the flexibility of the action field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400873#M4541</link>
      <description>&lt;P&gt;I would use &lt;CODE&gt;allowed&lt;/CODE&gt; and &lt;CODE&gt;blocked&lt;/CODE&gt; but you can do whatever you like.  If this works, please do click &lt;CODE&gt;Accept&lt;/CODE&gt; to close the question.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 08:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/CIM-About-the-flexibility-of-the-action-field/m-p/400873#M4541</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-06T08:56:04Z</dc:date>
    </item>
  </channel>
</rss>

