Finding MongoDB instances without any authentication
blog.shodan.io
Finding MongoDB instances without any authentication
1–10 of 44 posts
Re: Finding MongoDB instances without any authentication
#2A while back I published research on open, unauthenticated ICA (Citrix) instances that could be found by doing basic google queries. I was able to find a lot of interesting targets including some belonging to military and government organisations. I published my findings regarding the discovery without including any details. The blog post was very vague. Anyway, it doesn't take a rocket scientist to figure out what's going on once you know the basics. Someone did exactly this and wrecked a few systems. I was contacted later by the effected organisations holding me directly responsible for the damage that was inflicted. I had no involvement whatsoever but the information that I provided was crucial for the discovery of these targets. This was when I realised that regardless how cool is to publish security research you should always take the necessary steps to ensure that no one is harmed.
Re: Finding MongoDB instances without any authentication
#3Re: Finding MongoDB instances without any authentication
#4This information is dangerous :) A while back I published research on open, unauthenticated ICA (Citrix) instances that could be found by doing basic google queries. I was able to find a lot of interesting targets including some belonging to military and government organisations. I published my findings regarding the discovery without including any details. The blog post was very vague. Anyway, it doesn't take a rock…
Re: Finding MongoDB instances without any authentication
#5Can't malware/bots use these databases for communication?
Re: Finding MongoDB instances without any authentication
#6This information is dangerous :) A while back I published research on open, unauthenticated ICA (Citrix) instances that could be found by doing basic google queries. I was able to find a lot of interesting targets including some belonging to military and government organisations. I published my findings regarding the discovery without including any details. The blog post was very vague. Anyway, it doesn't take a rock…
They're entirely responsible for the damage that was inflicted. Attempting to shift the blame to you is childish at best.
Re: Finding MongoDB instances without any authentication
#7This information is dangerous :) A while back I published research on open, unauthenticated ICA (Citrix) instances that could be found by doing basic google queries. I was able to find a lot of interesting targets including some belonging to military and government organisations. I published my findings regarding the discovery without including any details. The blog post was very vague. Anyway, it doesn't take a rock…
Re: Finding MongoDB instances without any authentication
#8 masscan -p27017 0.0.0.0/0 --excludefile data/exclude.conf
Be warned that this will scan the entire IPv4 namespace.Re: Finding MongoDB instances without any authentication
#9If I can connect to an instance without auth, I can also create a DB and collections etc.
Re: Finding MongoDB instances without any authentication
#10Am I right that HackedDB could be because someone who noticed the lack of authentication created such database? If I can connect to an instance without auth, I can also create a DB and collections etc.