• Home
  • Cyber Security
  • Digital Forensics
    • Installing SANS SIFT on Windows
  • Networking
    • CrashPlan Versus BackBlaze for Synology NAS
  • Smart Home
    • Home Video Surveillance
  • Projects
    • TwoToneDetect – 911 Mobile Alerts
  • About
Cyber Josh
Tech Blog on All the Things
Category:

Digital Forensics

    Digital Forensics

    Installing SANS SIFT on Windows

    by Joshua Jacobs December 30, 2021

    This guide walks through how to install SANS SIFT on Windows

    Prerequisites

    1.) Install Windows Updates. 

    • You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.

    2.) Install Windows Subsystem for Linux (WSL)

    • You can now install everything you need to run Windows Subsystem for Linux (WSL) by entering this command in an administrator PowerShell or Windows Command Prompt and then restarting your machine.
    WSL --install

    Installing Ubuntu on WSL

    3.) Install Ubuntu from Microsoft Store. 

    • At the time of this article, Ubuntu 20.04 LTS is the latest version supported by SANS SIFT.

    4.) Install Ubuntu updates

    sudo apt-get update && sudo apt-get upgrade -y

    Installing SANs SIFT on WSL

    5.) Download the latest release from https://github.com/sans-dfir/sift-cli/releases/latest At the time of this article the latest release was 1.13.1.
    wget https://github.com/teamdfir/sift-cli/releases/download/v1.13.1/sift-cli-linux
    wget https://github.com/teamdfir/sift-cli/releases/download/v1.13.1/sift-cli-linux.sig
    wget https://github.com/teamdfir/sift-cli/releases/download/v1.13.1/sift-cli.pub
    6.) Install Homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    7.) Install Cosign
     bew install cosign 
      8.) Verify Signatures
    cosign verify-blob --key sift-cli.pub --signature sift-cli-linux.sig sift-cli-linux
    9.) Move files
    sudo mv sift-cli-linux /usr/local/bin/sift
    10.) Set Permissions
    chmod 755 /usr/local/bin/sift
    11.) Install SIFT in Server Mode
    sift install --mode=server
    December 30, 2021 0 comment
    0 FacebookTwitterPinterestEmail

Categories

  • Digital Forensics (1)
  • Networking (1)
  • Smart Home (1)

Keep in touch

Facebook Instagram Pinterest Flickr Tumblr Youtube Snapchat Vimeo

Subscribe Newsletter

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

To Read

  • CrashPlan Versus BackBlaze for Synology NAS

    January 1, 2022
  • Installing SANS SIFT on Windows

    December 30, 2021
  • Home Video Surveillance

    December 26, 2020

Recent Posts

  • CrashPlan Versus BackBlaze for Synology NAS

    January 1, 2022
  • Installing SANS SIFT on Windows

    December 30, 2021
  • Home Video Surveillance

    December 26, 2020

Popular Posts

  • 1

    Installing SANS SIFT on Windows

    December 30, 2021
  • 2

    CrashPlan Versus BackBlaze for Synology NAS

    January 1, 2022
  • 3

    Home Video Surveillance

    December 26, 2020

Get In Touch

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

  • Facebook
  • Twitter
  • Instagram
  • Pinterest
  • Tumblr
  • Snapchat

Copyright © Cyber Josh. All Rights Reserved


Back To Top
Cyber Josh
  • Home
  • Cyber Security
  • Digital Forensics
    • Installing SANS SIFT on Windows
  • Networking
    • CrashPlan Versus BackBlaze for Synology NAS
  • Smart Home
    • Home Video Surveillance
  • Projects
    • TwoToneDetect – 911 Mobile Alerts
  • About