Does your company / product have an official responsible disclosure policy?
Ask HN: Anonymous person sent proof of SSH access to our production server
11–20 of 246 posts
Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#12>We are a small company and don't have any security experts, etc. Find one.
Since he contact you Anonymously and is not trying to extort you he's just trying to point the issue out so there's no point in over reacting.
Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#13Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#14Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#15On new re-installed server:
1. Change SSH service port to non-default one. 2. Do not allow root user to remotely connect (change sshd config) 3. Create new user which you will be using for administration to login as root. 4. If possible restrict which IP addresses are allowed to connect via SSH using firewall.
Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#16Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#17[Edit: not-OP] As the 2 comments so-far have suggested getting security experts, where would be a good place to source security experts? I'm envisioning 2 kinds: * Consultant, working for a fee (with retainer?); * Independent, may be consultant, but could also be someone currently looking for a new permanent role and would bring welcome diversity/expertise to a small team - potentially illiquid / poorly matched hirin…
There's no universal good answer for this.
I spend a lot of time on ##crypto (irc.freenode.net), and a lot of smart folks hang out there. Some are very well connected to other security experts in their own isolated communities.
However, there are undoubtedly silos of security expertise that remain untapped if you rely on just IRC.
You could also find folks who talk about security here on HN and follow their Twitter accounts (if public).
You could try "[development stack] security expert" in a Google search, as a last resort. (My company's currently at the bottom of the first page for PHP, although that's likely only true because of our filter bubble.)
A diverse approach is probably most likely to succeed here.
Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#18>We are a small company and don't have any security experts, etc. Find one.
Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#19Re-install the server On new re-installed server: 1. Change SSH service port to non-default one. 2. Do not allow root user to remotely connect (change sshd config) 3. Create new user which you will be using for administration to login as root. 4. If possible restrict which IP addresses are allowed to connect via SSH using firewall.
Re: Ask HN: Anonymous person sent proof of SSH access to our production server
#20>We are a small company and don't have any security experts, etc. Find one.
Or contact the person if you can and ask them how they got in maybe even offer him a financial reward. Since he contact you Anonymously and is not trying to extort you he's just trying to point the issue out so there's no point in over reacting.