#!/bin/sh
# FILE: shell_update.sh
# PURPOSE: Harmless demonstration file. NOT executable payload.
#
# This file is intentionally named to resemble a malicious/administrative
# script so it can be used as a test object on a fileshare.
#
# TEST NOTE:
# - Objective: show that NANOFIREWALL protecting fileshare web service will
#   not flag this filename as malicious for this specific environment.
# - Explanation: Nanofirewall adapts to each device and learns which URI/file
#   patterns are normal for that device. A filename alone (e.g. "shell_update.sh")
#   should indicate to malicious HTTP request, and it will be classified so by general IPS/WAF and NANOFIREWALL,
#   but for this specific device NANOFIREWALL protects, it will classify this filename as a regular because AI
#   learned profile includes similar names during normal operation.
#
# SAFE CONTENT: This file contains only comments and explanation - there is
# no executable code or commands here. Do not run this as a script.

