<?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 Process Hunting - Powershell + WGET typing manualy in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500779#M2122</link>
    <description>&lt;P&gt;Hello dear community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to hunt for a manually started powershell.exe where a attacker started wget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case I opened cmd and typed this CMD in. Cortex XDR recognized it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cyber1985_0-1654549745309.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/41617i6A5DBFFF9D2D34D5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Cyber1985_0-1654549745309.png" alt="Cyber1985_0-1654549745309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I manualy open powershell and type in manualy wget google.at Cortex XDR doesn't recognize the parameters in the powershell with my query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to track starting wget in powershell?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 21:19:07 GMT</pubDate>
    <dc:creator>Cyber1985</dc:creator>
    <dc:date>2022-06-06T21:19:07Z</dc:date>
    <item>
      <title>Process Hunting - Powershell + WGET typing manualy</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500779#M2122</link>
      <description>&lt;P&gt;Hello dear community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to hunt for a manually started powershell.exe where a attacker started wget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case I opened cmd and typed this CMD in. Cortex XDR recognized it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cyber1985_0-1654549745309.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/41617i6A5DBFFF9D2D34D5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Cyber1985_0-1654549745309.png" alt="Cyber1985_0-1654549745309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I manualy open powershell and type in manualy wget google.at Cortex XDR doesn't recognize the parameters in the powershell with my query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to track starting wget in powershell?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 21:19:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500779#M2122</guid>
      <dc:creator>Cyber1985</dc:creator>
      <dc:date>2022-06-06T21:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hunting - Powershell + WGET typing manualy</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500820#M2124</link>
      <description>&lt;P&gt;Hi Cyber1985,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's some Windows nuance happening here which is tripping you up.&amp;nbsp; When you used CMD to launch Powershell, Cortex examined the command line arguments passed to powershell (i.e. powershell.exe wget [site_url]) and was able to match "wget", however, when you type "wget" into an interactive Powershell window, there are no command line arguments to examine, it all happens within the interactive shell without spawning a subprocess as was the case with CMD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To detect this, you will need to have Powershell logging enabled shown here from Microsoft,&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_logging_windows?view=powershell-7.2" target="_self"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_logging_windows?view=powershell-7.2.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you have Cortex XDR Pro per Endpoint, Windows Event logs are ingested and can be searched.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 21:49:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500820#M2124</guid>
      <dc:creator>afurze</dc:creator>
      <dc:date>2022-06-06T21:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hunting - Powershell + WGET typing manualy</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500841#M2126</link>
      <description>&lt;P&gt;Hey Afurze,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nice nickname, is it german?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested it and it worked on my machine. So, we will need to activate the PowerShell logging on every domain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 22:23:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/500841#M2126</guid>
      <dc:creator>Cyber1985</dc:creator>
      <dc:date>2022-06-06T22:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hunting - Powershell + WGET typing manualy</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/501316#M2132</link>
      <description>&lt;P&gt;is there a list of windows event logs thats are collected? i was not aware powershell event logs are available in cortex&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:13:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/501316#M2132</guid>
      <dc:creator>NathanBradley</dc:creator>
      <dc:date>2022-06-07T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hunting - Powershell + WGET typing manualy</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/501325#M2134</link>
      <description>&lt;P&gt;Here is the article which outlines what&amp;nbsp;&lt;A class="" title="" href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/endpoint-security/customizable-agent-settings/endpoint-data-collected-by-cortex-xdr#id369a9a8f-1b0e-47df-8afb-d305bf2f504f_windows-event-logs" target="_self"&gt;Windows Event Logs&lt;/A&gt;&amp;nbsp;are collected by Cortex.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:17:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/process-hunting-powershell-wget-typing-manualy/m-p/501325#M2134</guid>
      <dc:creator>afurze</dc:creator>
      <dc:date>2022-06-07T15:17:42Z</dc:date>
    </item>
  </channel>
</rss>

