I'm trying to correlate data in sys_read with the ip address that the
data came from. That is, if I ssh in to a honeypot from 10.11.12.13
and type "WHERE DID THIS COME FROM" I get something like this in my
sys_read:
mysql> select sensor_id, sys_read_id, process_id, data from sys_read wh...
Hey all,
I'm trying to correlate data in sys_read with the ip address that the
data came from. That is, if I ssh in to a honeypot from 10.11.12.13
and type "WHERE DID THIS COME FROM" I get something like this in my
sys_read:
mysql> select sensor_id, sys_read_id, process_id, data from sys_read wh...
[ more ]