Live data from Hacker News

Ask HN: Anonymous person sent proof of SSH access to our production server

news.ycombinator.com

11–20 of 246 posts

Re: Ask HN: Anonymous person sent proof of SSH access to our production server

#12
post #2

>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.

Re: Ask HN: Anonymous person sent proof of SSH access to our production server

#15
Re-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

#17
post #8

[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…

> where would be a good place to source security experts?

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
post #2

>We are a small company and don't have any security experts, etc. Find one.

This isn't the most insightful or actionable comment, but it is the correct solution for both the short term problem and many long term problems.

Re: Ask HN: Anonymous person sent proof of SSH access to our production server

#19

Re-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.

I would also add to this to block any password authentication and use SSH keys.

Re: Ask HN: Anonymous person sent proof of SSH access to our production server

#20
post #12
post #2

>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.

How much would you trust that person? Enough to potentially risk your business on them?
Post reply on HN