<?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>question Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center? in SecOps forum</title>
    <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295321#M2923</link>
    <description>&lt;P&gt;Cbester,&lt;/P&gt;
&lt;P&gt;Nessus Professional version 6 is reaching End of Life at the end of this year and Tenable has removed the ability to get scan details from Nessus Professional 7 through the API. I do not work for Tenable, but I would guess this is an effort to move customers to Security Center or Tenable.io.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
    <pubDate>Fri, 25 May 2018 03:12:41 GMT</pubDate>
    <dc:creator>Ryan Garrett</dc:creator>
    <dc:date>2018-05-25T03:12:41Z</dc:date>
    <item>
      <title>Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295316#M2918</link>
      <description>&lt;P&gt;The application on Store seems to only be available for Security Center, not for Professional&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 19:13:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295316#M2918</guid>
      <dc:creator>cbester</dc:creator>
      <dc:date>2018-02-22T19:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295317#M2919</link>
      <description>&lt;P&gt;Not me.. but is there a "Contact Vendor" link in Store at all?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 05:26:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295317#M2919</guid>
      <dc:creator>Dave Smith1</dc:creator>
      <dc:date>2018-02-23T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295318#M2920</link>
      <description>&lt;P&gt;I've done a custom integration to the Tenable Nessus (non-Security Center) REST API in the past. The API isn't difficult, but there are a lot of moving parts to contend with.&lt;/P&gt;
&lt;P&gt;I know that Tom at http://www.secopspartners.com/ has done a few of them, and presumably other partners have solutions ready to go as well.&lt;/P&gt;
&lt;P&gt;Jarod&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:44:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295318#M2920</guid>
      <dc:creator>jarodm</dc:creator>
      <dc:date>2018-05-07T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295319#M2921</link>
      <description>&lt;P&gt;Thanks, I've got most of it working now, glad to hear I'm not alone in this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 20:40:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295319#M2921</guid>
      <dc:creator>cbester</dc:creator>
      <dc:date>2018-05-14T20:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295320#M2922</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have Tenable Nessus but to extend to what Jarod mentioned. REST API to SNOW is fairly straightforward.&lt;/P&gt;
&lt;P&gt;I just finished WAZUH/OSSEC integration using OSSEC's inbuilt "webhook" slack integration to route OSSEC/WAZUH alerts to ServiceNow Event Management then to Security Operations. I had to go this route since I wanted the inbuilt handling capabilities for this integration.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, am working (about 75% done but is 100% operational now) on a python script to tail "alerts.json" file on the same server (OSSEC/WAZUH).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason I am responding to your Nessus integration post, is if you have a log file or if Nessus&amp;nbsp;Professional has a Slack or Webhook integration or has a alerts log file you can tail, you can use my code and edit it to fit your needs. At least you have the authentication (POST) and JSON map built.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the link -&amp;nbsp;&lt;A title="Dan's GitHub Link to SNOW integration. " href="https://github.com/dtembe/OSSEC_WAZ_2SNOWEM" rel="nofollow"&gt;https://github.com/dtembe/OSSEC_WAZ_2SNOWEM&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;the file called "slack" is actually edited to route events to ServiceNOW EM &amp;amp; the other file is called ossec2snowem.py. Hopefully this gets you well on your way.&lt;/P&gt;
&lt;P&gt;Hopefully you can share your edits and work too for rest of the community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 12:16:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295320#M2922</guid>
      <dc:creator>dan_tembe</dc:creator>
      <dc:date>2018-05-17T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295321#M2923</link>
      <description>&lt;P&gt;Cbester,&lt;/P&gt;
&lt;P&gt;Nessus Professional version 6 is reaching End of Life at the end of this year and Tenable has removed the ability to get scan details from Nessus Professional 7 through the API. I do not work for Tenable, but I would guess this is an effort to move customers to Security Center or Tenable.io.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 03:12:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295321#M2923</guid>
      <dc:creator>Ryan Garrett</dc:creator>
      <dc:date>2018-05-25T03:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone integrated Vulnerability with Tenable Professional instead of Tenable Security Center?</title>
      <link>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295322#M2924</link>
      <description>&lt;P&gt;It can be done, we used IntegRhythm to help with the integration. In short a CSV file is exported from the scanner and ingested in via email.&lt;/P&gt;
&lt;P&gt;We also looked at the api, but it was going to take more work to get that done.&lt;/P&gt;
&lt;H3 class="r"&gt;&amp;nbsp;&lt;/H3&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:36:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/secops-forum/has-anyone-integrated-vulnerability-with-tenable-professional/m-p/1295322#M2924</guid>
      <dc:creator>mkemp</dc:creator>
      <dc:date>2018-10-03T13:36:10Z</dc:date>
    </item>
  </channel>
</rss>

