Introduction to Kansa - PowerShell-based Incident Response

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • As a continuation of the "Introduction to Windows Forensics" series, this episode covers a powerful, PowerShell-based incident response framework called Kansa. Kansa uses PowerShell Remoting to run user contributed modules across hosts in an enterprise to collect data for use during incident response, breach hunts, or for building an environmental baseline. This framework can be run across a single host, or even tens of thousands of hosts.
    We’ll first look at the included modules and run some of them to learn how and what information Kansa collects. Then we'll run the tool against a Windows 10 machine and then analyze the exported CSV data with Timeline Explorer. I think you'll be amazed by the results!
    ** If you enjoy this video, please consider supporting 13Cubed on Patreon at patreon.com/13cubed. **
    🖥 Commands Used in This Episode
    Set-NetConnectionProfile -NetworkCategory Private
    Enable-PSRemoting
    DO NOT USE THE COMMANDS BELOW IN PRODUCTION ENVIRONMENTS
    ###############################################################
    winrm set winrm/config/client/auth '@{Basic="true"}'
    winrm set winrm/config/service/auth '@{Basic="true"}'
    winrm set winrm/config/client '@{AllowUnencrypted="true"}'
    winrm set winrm/config/service '@{AllowUnencrypted="true"}'
    ###############################################################
    .\kansa.ps1 -Target localhost -ModulePath .\Modules -Verbose -Authentication basic -Credential (Get-Credential)
    Kansa (GitHub):
    github.com/dav...
    Download Eric Zimmerman's Tools:
    ericzimmerman....
    If you're new to PowerShell Remoting, check this out:
    www.networkadm...
    Background Music Courtesy of Anders Enger Jensen:
    / hariboosx
    #Forensics #DigitalForensics #DFIR #ComputerForensics #WindowsForensics

ความคิดเห็น • 23

  • @davidelsliger2819
    @davidelsliger2819 4 ปีที่แล้ว +1

    Just got finished covering this in SANS SEC511. Nice framework for DFIR on Windows.

  • @javalireports2209
    @javalireports2209 4 ปีที่แล้ว +6

    Thanks for making this video.
    Would you please make a video on enterprise level running these scripts?
    For example: you can consider couple of VMs (hosts) > run the scripts > "analyse output collected from multiple hosts from single file"

  • @anthonyc7407
    @anthonyc7407 4 ปีที่แล้ว +7

    Great job as usual! This helped compliment some of my SANS 508 material.

    • @BigstickNick
      @BigstickNick 3 ปีที่แล้ว

      Im looking for ways to continue it as well

  • @EnglishRain
    @EnglishRain 4 ปีที่แล้ว +6

    Thank you, please continue to make videos like these, love your work!

  • @terra7477
    @terra7477 2 ปีที่แล้ว +1

    Hello, I'm finishing my studies as SysAdmin and I have to do a little job, I've been assigned to do one about Kansa and this video have been very helpful to fully understand how it works. ty very much and greetings from Canary Islands!

  • @ssnkhan
    @ssnkhan 3 หลายเดือนก่อน

    Is Kansa abandonware? It was featured heavily in SANS FOR508, but it seems the project hasn’t seen any updates in two years.

    • @13Cubed
      @13Cubed  3 หลายเดือนก่อน +1

      It seems that way, sadly. But, at least the framework can be easily adapted as you need and can still prove to be quite useful.

  • @davidcollins4489
    @davidcollins4489 4 ปีที่แล้ว +1

    Absolutely! Great video. I've used Kansa in the past.
    I'd love if you could cover aggregating and analyzing outputs from multiple hosts.!!!

  • @hassanshehata9626
    @hassanshehata9626 3 ปีที่แล้ว +1

    Good work, just finished the whole playlist and it was very informative.

  • @hirich008
    @hirich008 4 ปีที่แล้ว +1

    Your content are always helpful. Thanks for the video.

  • @ilyasamarov
    @ilyasamarov 3 ปีที่แล้ว +1

    Thanks for this amazing intro course. learned many new things :)

  • @fam-jam4531
    @fam-jam4531 4 ปีที่แล้ว +1

    amazing, thanks for this Video!!!

  • @gaurav572684
    @gaurav572684 4 ปีที่แล้ว +1

    Great..I would love to see more videos on Kansa.

  • @nios1515
    @nios1515 4 ปีที่แล้ว +1

    My favorite channel in youtube. Thank you!

  • @blablabla-es3xv
    @blablabla-es3xv 4 ปีที่แล้ว +1

    Please make a video on Skadi tool

  • @SethTech
    @SethTech 4 ปีที่แล้ว +1

    You guys are awesome. Keep it up!

  • @sulthansk6444
    @sulthansk6444 4 ปีที่แล้ว +1

    Thanks for the video...

  • @Manavetri
    @Manavetri ปีที่แล้ว

    Great tool !

  • @andrewhughes3866
    @andrewhughes3866 3 ปีที่แล้ว +1

    Great stuff!

  • @HitemAriania
    @HitemAriania 2 ปีที่แล้ว

    Great stuff! But as soon as this runs in a enterprise it askes for Remote Administration for AD to be installed - which we can not do on isolated and hosts that are not suppose to have it.

  • @zev1515
    @zev1515 4 ปีที่แล้ว +1

    Subscribed!