<?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: What is sophos:sec? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283441#M33655</link>
    <description>&lt;P&gt;A comment &lt;CODE&gt;transforms.conf&lt;/CODE&gt; suggest using host matching to remap sourcetype, but that changes the sourcetypes of all events emitted from that host.  So, suddenly your plain-vanilla Window sourcetypes disappear.&lt;/P&gt;

&lt;P&gt;Instead, I've used the &lt;CODE&gt;[(?::){0}sophos:*]&lt;/CODE&gt; trick in &lt;CODE&gt;props.conf&lt;/CODE&gt; to get those CIM-compatible search-time aliases and lookups to fire.&lt;/P&gt;

&lt;P&gt;My current problem with them is that they don't exactly match the output from Reporting Log Writer anymore.  When I get the field mappings working again, I'll report back here.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 22:34:43 GMT</pubDate>
    <dc:creator>chris_jepeway</dc:creator>
    <dc:date>2019-05-20T22:34:43Z</dc:date>
    <item>
      <title>What is sophos:sec?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283437#M33651</link>
      <description>&lt;P&gt;In the docs for the Splunk_TA_sophos app there is reference to "sophos:sec" but the only reference I can find for this in the app is in the transforms or props file.&lt;/P&gt;

&lt;P&gt;Can someone confirm its intended function? Is it for the syslog version of the logs? or UTM logs?&lt;/P&gt;

&lt;P&gt;When I trace backwards from the Malware datamodel to see what it does; I get to eventtypes and it seems that sophos:sec is paired with most other input sourcetypes which makes me think it is the syslog version.&lt;/P&gt;

&lt;P&gt;Anyone worked heavily with this app before?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:00:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283437#M33651</guid>
      <dc:creator>nickstone</dc:creator>
      <dc:date>2020-09-29T11:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is sophos:sec?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283438#M33652</link>
      <description>&lt;P&gt;Per &lt;A href="http://docs.splunk.com/Documentation/AddOns/released/Sophos/DataTypes"&gt;http://docs.splunk.com/Documentation/AddOns/released/Sophos/DataTypes&lt;/A&gt;, it is one of the sourcetypes for the Sophos Endpoint Console Server logs and maps data for the Change Analysis, Malware, and Network Traffic CIM models.&lt;/P&gt;

&lt;P&gt;Here's the instructions for how to configure the collection for these logs: &lt;A href="http://docs.splunk.com/Documentation/AddOns/released/Sophos/Configureinputs#Sophos_Endpoint_Console_Syslog_Logs"&gt;http://docs.splunk.com/Documentation/AddOns/released/Sophos/Configureinputs#Sophos_Endpoint_Console_Syslog_Logs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:19:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283438#M33652</guid>
      <dc:creator>rpille_splunk</dc:creator>
      <dc:date>2016-09-13T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is sophos:sec?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283439#M33653</link>
      <description>&lt;P&gt;Thanks for the quick response, however per my question I have already read those links and they don't say much.&lt;/P&gt;

&lt;P&gt;What is the source of sophos:sec data? there is no input and the transforms/props doesnt seem to match anything&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 21:58:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283439#M33653</guid>
      <dc:creator>nickstone</dc:creator>
      <dc:date>2016-09-13T21:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is sophos:sec?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283440#M33654</link>
      <description>&lt;P&gt;If you take a look in the props.conf file, you will see there is a [sophos:sec] stanza, with field aliasing to CIM field names.&lt;/P&gt;

&lt;P&gt;I collected the logs using the sourcetypes described in the TA's inputs.conf file, then sourcetype rename them at search time to the sophos:sec sourcetype.  You only need to use sophos:sec if you want CIM compliant field names.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 23:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283440#M33654</guid>
      <dc:creator>chaker</dc:creator>
      <dc:date>2017-05-19T23:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is sophos:sec?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283441#M33655</link>
      <description>&lt;P&gt;A comment &lt;CODE&gt;transforms.conf&lt;/CODE&gt; suggest using host matching to remap sourcetype, but that changes the sourcetypes of all events emitted from that host.  So, suddenly your plain-vanilla Window sourcetypes disappear.&lt;/P&gt;

&lt;P&gt;Instead, I've used the &lt;CODE&gt;[(?::){0}sophos:*]&lt;/CODE&gt; trick in &lt;CODE&gt;props.conf&lt;/CODE&gt; to get those CIM-compatible search-time aliases and lookups to fire.&lt;/P&gt;

&lt;P&gt;My current problem with them is that they don't exactly match the output from Reporting Log Writer anymore.  When I get the field mappings working again, I'll report back here.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 22:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-sophos-sec/m-p/283441#M33655</guid>
      <dc:creator>chris_jepeway</dc:creator>
      <dc:date>2019-05-20T22:34:43Z</dc:date>
    </item>
  </channel>
</rss>

