8 ms·
This has been going on for at least a couple of years. I ran into it with redis servers last year. They search for servers with simple/no passwords, lock up t
by sacks2k 6y ago
This has been going on for at least a couple of years. I ran into it with redis servers last year. They search for servers with simple/no passwords, lock up the data, and demand BTC to get it back.
- achillean 6y agoI've stopped writing blog posts on it because it's still going on and there's not much new to add: https://blog.shodan.io/its-still-the-data-stupid/ https://blog.shodan.io/its-still-the-data-stupid/ You can search for Redis instances that have disabled authentication and have a "crackit" key stored in them which is created by one of those Redis malware bots: https://beta.shodan.io/search?query=crackit https://beta.shodan.io/search?query=crackit I'll add that the vendors have actually gotten much better! Redis and MongoDB both now have good, secure defaults. And I believe both will throw you a huge warning if you're listening on 0.0.0.0 w/out authentication.
- 1cvmask 6y agoI love the favicon map: https://faviconmap.shodan.io/ https://faviconmap.shodan.io/
- achillean 6y agoSomething I didn't expect were the number of developers that hadn't heard of favicons before. Got quite a few people asking what those icons were. Btw there are security use-cases around them as well nowadays (ex. detecting phishing websites).
- 1cvmask 6y agoDo the crooks forget to add favicons to their phishing sites? Favicons can be a single image or multiple images. Here is a good recent thread on it on HN. Will put the map there as well come to think of it. https://news.ycombinator.com/item?id=25520655 https://news.ycombinator.com/item?id=25520655
- achillean 6y agoNo, very often they do add the favicons! That makes it easier to locate websites that are outside of your expected IP space but are pretending to belong to you. For example: https://beta.shodan.io/search?query=http.favicon.hash%3A708578229+-org%3Agoogle+port%3A80+http.status%3A200 https://beta.shodan.io/search?query=http.favicon.hash%3A7085... It takes a bit more refining to get a good list of results; the general idea is to find websites that look like the real deal but are located somewhere on the Internet where you didn't expect to find them.
- yread 6y agoWow i wouldn't have expected so many (700k) fortigates
- tarsinge 6y agoI got the same thing with Postgres. It was on a toy project learning Docker Compose, naively used PORTS instead of EXPOSE on the DB container. Also the CPU of the Postgres process was at 100% so maybe I got some crypto miner too.
- easytiger 6y agoThe amount of brute forcing attempts on servers of all and any kinds I run is absolutely nuts. But yes they are often trying only a small number of common accounts/passwords. I keep meaning to sit down and do a bit of analysis on the source of the connections.
- jstarfish 6y agoYou'll find most of them coming from M247 or other anonymous-VPN relays.