<?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: Query using multiple lookups in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757962#M12827</link>
    <description>&lt;P&gt;I figured it out now ,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;`|lookup CrowdStrike_asset_lookup ip AS src_ip OUTPUT nt_host, dns`&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2026 16:51:48 GMT</pubDate>
    <dc:creator>hl</dc:creator>
    <dc:date>2026-02-04T16:51:48Z</dc:date>
    <item>
      <title>Query using multiple lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757950#M12824</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Looking for a way to query network traffic and search for IP's that have remote connection software i.e. ms-rdp and compare those ip's to the CrrowdStrike_lookup and print out the nt_host of the user and dns of the user.&amp;nbsp; Everything works expect the CrowdStrike lookup.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats `security_content_summariesonly` count min(_time)
as firstTime max(_time) as lastTime  values(All_Traffic.dest_port)
as dest_port latest(All_Traffic.user) as user from datamodel=Network_Traffic
where sourcetype="pan:*" All_Traffic.action="allowed"
by All_Traffic.action All_Traffic.app All_Traffic.bytes
All_Traffic.bytes_in All_Traffic.bytes_out All_Traffic.src_port
All_Traffic.dest All_Traffic.dest_ip All_Traffic.dest_port
All_Traffic.dvc All_Traffic.protocol All_Traffic.protocol_version
All_Traffic.src All_Traffic.src_ip  All_Traffic.transport All_Traffic.user
All_Traffic.signature
All_Traffic.vendor_product
| `drop_dm_object_name("All_Traffic")`
| `security_content_ctime(firstTime)`
| `security_content_ctime(lastTime)`
| lookup remote_access_software remote_appid AS app OUTPUT
isutility, description as signature, comment_reference as
desc, category
| lookup CrowdStrike_asset_lookup nt_host AS src OUTPUT dns as ip
| search isutility = True
| `remote_access_software_usage_exceptions`
| `detect_remote_access_software_usage_traffic_filter`&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 13:55:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757950#M12824</guid>
      <dc:creator>hl</dc:creator>
      <dc:date>2026-02-04T13:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query using multiple lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757954#M12825</link>
      <description>&lt;P&gt;What is not working as expected regarding the Crowdstrike lookup?&lt;/P&gt;&lt;P&gt;Verify the src field exists in the results when the lookup is performed.&amp;nbsp; Also, verify the lookup table has an nt_host field.&amp;nbsp; Confirm both fields use the same format, including case (unless the lookup is defined as case-insensitive).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 15:45:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757954#M12825</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2026-02-04T15:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query using multiple lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757962#M12827</link>
      <description>&lt;P&gt;I figured it out now ,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;`|lookup CrowdStrike_asset_lookup ip AS src_ip OUTPUT nt_host, dns`&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 16:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-using-multiple-lookups/m-p/757962#M12827</guid>
      <dc:creator>hl</dc:creator>
      <dc:date>2026-02-04T16:51:48Z</dc:date>
    </item>
  </channel>
</rss>

