During an internal engagement, you are refining a Bash script to parse discovered IP addresses and group hosts by subnet for pivoting analysis. The script extracts the first three octets of each address as strings and must determine whether two hosts belong to the same /24 network before proceeding with lateral movement attempts. Which of the following operators should be used to compare the extracted octet strings?
