I'm trying to keep track of ips visited when using "tracert" with Powershell. I've successfully created a sensor (EXE/Script) that will return the hop path as a message. Is there any way to return multiple messages so that I can give the sensor multiple parameters to take multiple ips?
I tried to do this with the EXE/Script Advanced Sensor but couldn't figure out how to return a json of the proper format.
Add comment