From 9f1de5771723078620a7d7b466afaf0f372def8f Mon Sep 17 00:00:00 2001 From: bra1ncramp <52966515+bra1ncramp@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:01:29 -0500 Subject: [PATCH] Improve comment and fix spelling Co-authored-by: dav3r --- extras/ioc_hash_scan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/ioc_hash_scan.sh b/extras/ioc_hash_scan.sh index 9b4dfc0..59da1d0 100644 --- a/extras/ioc_hash_scan.sh +++ b/extras/ioc_hash_scan.sh @@ -1,6 +1,7 @@ #!/bin/bash # -# This script will scan AWS instances occurances of IOC hashes listed in the blob at src/ioc_scan/ioc_scanner.py +# This script will scan AWS instances for occurrences of IOC hashes listed in +# the blob at src/ioc_scan/ioc_scanner.py # # The filename specified in the first argument # (instance-list-file) should contain a list of instance id strings, one per line.