You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that inCowrie tool in the username/andpasword tables i get: username: "GET / HTTP/1.0" password: "Host: 127.0.0.1"
I used "Discover" to see what happens and got this:
So i wonder, is this an HTTP request/attack and accidentally or not, went to port 22 ?
I managed to reproduce this behaviour by run:
ssh "GET / HTTP/1.0"@<x.x.x.x (my_IP)> -p 22
and using this password: Host: 127.0.0.1
So the question is:
Is the above a misinterpreted from Cowrie http attack to port 22 or simply someone used the above credentials to ssh?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions