So in a case where I have an IP address, 162.158.68.xxx, what is happening when those values in xxx change?
I ask because I'm looking at requests going through to my application's server and one of the origins is 162.158.68.62 and the next 2 minutes later is 162.158.68.63 (the example network numbers aren't the real numbers I'm working with, but the last digits are).
I'm trying to understand what's happening, because I'm noticing a pattern in duplicate transactions on my application, and the transactions all originate from 2 IP addresses with only the last digits being different.