<?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: ingesting nmap xml output in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/654754#M226185</link>
    <description>&lt;P&gt;&amp;nbsp;XtremeNmapParser ! to convert the xml to JSON and then used HEC to send it all to Spunk!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/xtormin/XtremeNmapParser/issues/1" target="_blank"&gt;https://github.com/xtormin/XtremeNmapParser/issues/1&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 19:02:41 GMT</pubDate>
    <dc:creator>RMcCurdyDOTcom</dc:creator>
    <dc:date>2023-08-17T19:02:41Z</dc:date>
    <item>
      <title>ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570151#M198719</link>
      <description>&lt;P&gt;I have been trying to get nmap output into Splunk. I thought the xml output would be nice and straightforward!&lt;/P&gt;&lt;P&gt;Whilst the events are separated, the issue is having multiple values of the same field in an event.&lt;/P&gt;&lt;P&gt;automatic field extractions pick up the first &amp;lt;port... section but the rest are ignored. I tried using &lt;SPAN&gt;KV_MODE=xml but that didn't make a difference. I thought Splunk was quite happy pulling in multi values with xml but maybe its not quite the xml Splunk is expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am on Splunk Cloud so cli changes are not an option.&lt;/P&gt;&lt;P&gt;Any pointers appreciated! Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Search___Splunk_8_2_2107.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16309i34D3357590C16CCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Search___Splunk_8_2_2107.png" alt="Search___Splunk_8_2_2107.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;host starttime="1633560153" endtime="1633560291"&amp;gt;&amp;lt;status state="up" reason="timestamp-reply" reason_ttl="34"/&amp;gt;
&amp;lt;address addr="81.123.123.123" addrtype="ipv4"/&amp;gt;
&amp;lt;hostnames&amp;gt;
&amp;lt;hostname name="host.name.resolved.com" type="PTR"/&amp;gt;
&amp;lt;/hostnames&amp;gt;
&amp;lt;ports&amp;gt;&amp;lt;port protocol="tcp" portid="21"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="ftp" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="22"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="ssh" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="23"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="telnet" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="80"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="http" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="443"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="https" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="8000"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="http-alt" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="8080"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="http-proxy" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;port protocol="tcp" portid="8888"&amp;gt;&amp;lt;state state="filtered" reason="no-response" reason_ttl="0"/&amp;gt;&amp;lt;service name="sun-answerbook" method="table" conf="3"/&amp;gt;&amp;lt;/port&amp;gt;
&amp;lt;/ports&amp;gt;
&amp;lt;times srtt="15851" rttvar="15851" to="100000"/&amp;gt;
&amp;lt;/host&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 22:44:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570151#M198719</guid>
      <dc:creator>jnames10</dc:creator>
      <dc:date>2021-10-07T22:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570336#M198782</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/137868"&gt;@jnames10&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it OK if you have a search which can extract fields for you? If yes can you please share inn which fields you are interested?&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2021 15:16:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570336#M198782</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-10-09T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570353#M198793</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;BR /&gt;Thanks for taking a look. I wondered if it might have to be search time extraction. The fields would be addr, name, portid, state&lt;/P&gt;&lt;P&gt;Ideally I want to end up with output I can go on to use in further searches, so if I had a table like below I could outputlookup it into a lookup table to use again.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;addr&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;name&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;portid&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;state&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;portid&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;state&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;portid&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;state&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;and on for each portid value in event&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;81.123.123.123&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;host.name.resolved.com&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;21&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;filtered&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;22&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;open&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;23&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;open&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="11.11111111111111%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or would I be better to have it like this?:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;addr&lt;/TD&gt;&lt;TD&gt;name&lt;/TD&gt;&lt;TD&gt;portid&lt;/TD&gt;&lt;TD&gt;state&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;81.123.123.123&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;host.name.resolved.com&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;21&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;filtered&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;81.123.123.123&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;host.name.resolved.com&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;22&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;81.123.123.123&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;host.name.resolved.com&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;23&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;next ip&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;next name&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;etc etc&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;thanks again&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2021 18:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570353#M198793</guid>
      <dc:creator>jnames10</dc:creator>
      <dc:date>2021-10-09T18:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570359#M198797</link>
      <description>&lt;P&gt;Tried to replicate your problem. Created a simple test xml sourcetype, imported the event... et voila.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PickleRick_0-1633804583365.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16332i304F8E763DB86C09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PickleRick_0-1633804583365.png" alt="PickleRick_0-1633804583365.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So there must be something wrong with your extraction. Are you sure you didn't create the extractions for this sourcetype in wrong app and forgot to give permissions?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2021 18:37:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570359#M198797</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-09T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570373#M198806</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/137868"&gt;@jnames10&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;YOUR_SEARCH | spath
| rex field=_raw "portid=\"(?&amp;lt;portid&amp;gt;\d+)\"\&amp;gt;\&amp;lt;state\sstate=\"(?&amp;lt;state&amp;gt;[^\"]+)\"" max_match=0
| eval t=mvzip(portid,state) 
| mvexpand t
| eval portid=mvindex(split(t,","),0), state=mvindex(split(t,","),1)
| table "host.address{@addr}" "host.hostnames.hostname{@name}" portid state
| rename "host.address{@addr}" as addr, "host.hostnames.hostname{@name}" as name&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Sample Search :&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="&amp;lt;host starttime=\"1633560153\" endtime=\"1633560291\"&amp;gt;&amp;lt;status state=\"up\" reason=\"timestamp-reply\" reason_ttl=\"34\"/&amp;gt;&amp;lt;address addr=\"81.123.123.123\" addrtype=\"ipv4\"/&amp;gt;&amp;lt;hostnames&amp;gt;&amp;lt;hostname name=\"host.name.resolved.com\" type=\"PTR\"/&amp;gt;&amp;lt;/hostnames&amp;gt;&amp;lt;ports&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"21\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"ftp\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"22\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"ssh\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"23\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"telnet\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"80\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"http\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"443\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"https\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"8000\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"http-alt\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"8080\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"http-proxy\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;port protocol=\"tcp\" portid=\"8888\"&amp;gt;&amp;lt;state state=\"filtered\" reason=\"no-response\" reason_ttl=\"0\"/&amp;gt;&amp;lt;service name=\"sun-answerbook\" method=\"table\" conf=\"3\"/&amp;gt;&amp;lt;/port&amp;gt;&amp;lt;/ports&amp;gt;&amp;lt;times srtt=\"15851\" rttvar=\"15851\" to=\"100000\"/&amp;gt;&amp;lt;/host&amp;gt;" 
| spath
| rex field=_raw "portid=\"(?&amp;lt;portid&amp;gt;\d+)\"\&amp;gt;\&amp;lt;state\sstate=\"(?&amp;lt;state&amp;gt;[^\"]+)\"" max_match=0
| eval t=mvzip(portid,state) 
| mvexpand t
| eval portid=mvindex(split(t,","),0), state=mvindex(split(t,","),1)
| table "host.address{@addr}" "host.hostnames.hostname{@name}" portid state
| rename "host.address{@addr}" as addr, "host.hostnames.hostname{@name}" as name&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-10-10 at 10.48.56 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16335iE1B40FB52384BD57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-10-10 at 10.48.56 AM.png" alt="Screenshot 2021-10-10 at 10.48.56 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;▄︻̷̿┻̿═━一 &amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Oct 2021 05:19:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570373#M198806</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-10-10T05:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570455#M198826</link>
      <description>&lt;P&gt;I am jealous! Can you share the source type settings or did you just accept the auto/defaults? any changes to line breaking or kv_mode? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570455#M198826</guid>
      <dc:creator>jnames10</dc:creator>
      <dc:date>2021-10-11T12:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570560#M198848</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PickleRick_0-1634016177071.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16358i5D192D0789362EF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PickleRick_0-1634016177071.png" alt="PickleRick_0-1634016177071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In fact all I did was add a KV_MODE entry. The rest was left as it was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 05:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570560#M198848</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-12T05:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570680#M198874</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt;thank you very much for that. i was very helpful! I am able to build some tables. It looks like Splunk Cloud is treating the XML input differently and not importing it in the same way as Splunk Enterprise. I am still fiddling to try and get it working but the regex you've done is really appreciated!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 21:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570680#M198874</guid>
      <dc:creator>jnames10</dc:creator>
      <dc:date>2021-10-12T21:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570681#M198875</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;thanks for taking the time to do that. I fired up Splunk Enterprise and tried it and ok first time like you said. There is a complication around with my Splunk Cloud or just Splunk Cloud. Will do some more fiddling! Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 21:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/570681#M198875</guid>
      <dc:creator>jnames10</dc:creator>
      <dc:date>2021-10-12T21:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/654754#M226185</link>
      <description>&lt;P&gt;&amp;nbsp;XtremeNmapParser ! to convert the xml to JSON and then used HEC to send it all to Spunk!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/xtormin/XtremeNmapParser/issues/1" target="_blank"&gt;https://github.com/xtormin/XtremeNmapParser/issues/1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 19:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/654754#M226185</guid>
      <dc:creator>RMcCurdyDOTcom</dc:creator>
      <dc:date>2023-08-17T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/658755#M227526</link>
      <description>&lt;P&gt;nmap XML to SPLUNK HEC !!!&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://github.com/freeload101/SCRIPTS/blob/b3f83288a9f289d86f6cdd04898478d0427097ce/Bash/NMAP_FRUIT.sh#L80&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 13:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/658755#M227526</guid>
      <dc:creator>RMcCurdyDOTcom</dc:creator>
      <dc:date>2023-09-26T13:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: ingesting nmap xml output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/658757#M227527</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;got nasty gram for posting links&lt;/P&gt;&lt;P&gt;search online for freeload101 github in scripts nmap_fruit.sh&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 18:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ingesting-nmap-xml-output/m-p/658757#M227527</guid>
      <dc:creator>RMcCurdyDOTcom</dc:creator>
      <dc:date>2024-03-06T18:13:24Z</dc:date>
    </item>
  </channel>
</rss>

