I know, I know, clickbaity title but in a way it did. It also brought in the situation in the first place but I’m just going to deliberately ignore that. Quick recap:

  1. I came home at 3pm from the city, my internet at home didnt work.
  2. checked multiple devices, phones worked out of wifi, I figured I need to restart the router
  3. I login to the router and it responds totally normal but my local network doesnt. (Its always dns, I know)
  4. I check the router log and see 100s of login attempts over the past couple of days.
  5. I panic and pull the plug, try to get into my server by installing an old monitor, works, many errors about dns
  6. Wife googles with her phone, seems I had https login from outside on and someone found the correct port, its disabled now
  7. Obviously, local network still down, I replug everything and ssh into the server which runs pihole as dns
  8. pihole wont start dns, whatever I do
  9. I use history and find I "chmod 700"ed the dns mask directory instead of putting it in a docker volume…
  10. I check the pihole.log, nothing
  11. I check the FTL log, there is the issue
  12. I return it to 777, everything is hunky dory again.

Now I feel very stupid but I found a very dangerous mistake by having my lan fail due to a less dangerous mistake so I’ll take this as a win.

Thanks for reading and have a good day! I hope this helps someone at some day.

96 points

Did you expose your router login page to the open internet? How’d they get access? Why are you chmoding anything to be 777?

permalink
report
reply
12 points

There was an option that I had enabled years before and forgotten so yes, I didnt know but it was, on some obscure port.

And yes, pihole in docker makes its files be 777 which is pretty disgusting, I know. Thats why I tried to make it 700 and broke my whole network.

permalink
report
parent
reply
55 points

Doubt. You probably need to set the file owners in your volume to the same user running in the container.

permalink
report
parent
reply
-12 points

You can doubt all you want. I changed it from 777 to 700 and back again because it broke. Couldnt find the user in the container immediately. Will probably just migrate it to a volume and be done with it.

permalink
report
parent
reply
23 points

I think you are still learning… What you say doesn’t make sense, so I think you may have misunderstood what happened.

permalink
report
parent
reply
-16 points

Imo we are all constantly learning. Otherwise we stagnate. What I say makes perfect sense, you just dont get it. So let me explain it again, in more detail:

I was going through my docker compose files to sanitize them and upload them to my private forgejo instance.

While doing that I found a directory in my filesystem, a remnant of the early days of my server where my knowledge was severely more limited, that was a docker volume mapped to a regular directory, something I wouldnt do today for something like this.

It was owned by root:root and had 777 permissions which is a bad idea imo. So I changed it to 700 since I dont think I had any other users in group root and others, well.

Nothing bad happened, until today when my unattended backups triggered a restart at noon and the tragedy started. I put it back for now to 777 but I‘ll try and integrate it in a real docker volume which resides in the docker folders.

permalink
report
parent
reply
42 points

Wipe and start fresh

permalink
report
reply
-21 points

Are you joking? Why would I start fresh?

permalink
report
parent
reply
47 points

Because you don’t have a way to know what’s been compromised. Take your data only and make sure to verify nothings been tampered with.

Trust me it will be better in the long run.

permalink
report
parent
reply
-23 points

Yeah, I dont feel like setting up a whole cloud infrastructure on a hunch. I‘m running like 15 different services and they are all compartmentalized. It would take weeks to reset all this. So far nobody got anywhere from what I can see.

permalink
report
parent
reply
10 points

If you have everything on docker compose migrating to another host is pretty easy. I could probably migrate my 11 stacks of 36 containers in 2 to 3 hrs

permalink
report
parent
reply
4 points

Why would it take 2 to 3 hrs? Download time of container images?

permalink
report
parent
reply
1 point

If everything works well, I could probably do that too. But I‘ve had too many obscure little things happen that 10x the amount of time needed so I always plan for the worst case.

Also, my point was that people are being massively overreacting due to the fact that my logs showed signs of attacks, not intrusion.

I run many servers and the commercial ones I am much more slow and careful with. Every public facing service has attacks in their logs and I deal with them. I know what experience you guys have but its not hosting public services.

the arrogance with which people suggest someone is incompetent is baffling. Not talking about you but quite a number of comments where condescending af.

Thanks for the advice with ansible. I might actually give this a go.

permalink
report
parent
reply
5 points

Why would I start fresh?

If they had access to a machine, the first thing you do is install some kind of root kit so you can get access again later. This could be as small as modifying an existing binary to do things it isn’t supposed to do.

If they didn’t access any machine, your fine.

permalink
report
parent
reply
1 point

Thanks for elaborating. I appreciate it. To my knowledge, nobody had access to the network or the machine.

permalink
report
parent
reply
37 points

777? Bruh just set the owner?

permalink
report
reply
-10 points

The owner was root and still is. I changed from 777 to 700 which broke everything. Sorry if that wasnt clear. I will switch to a docker volume to avoid having this crap in my hone folder in the future.

permalink
report
parent
reply
18 points

I’m referring you to my quick “self-hosting guide”: https://lemmy.world/comment/7126969

permalink
report
reply
7 points

Thast awesome! Thanks! Bookmarked!

permalink
report
parent
reply
1 point

Saved~~

permalink
report
parent
reply
17 points

One of my fears of starting up my homelab.

permalink
report
reply
36 points

All you have to do to avoid this is just not open any ports except one for something like wireguard, and only access your network using it externally, and you will never have this problem.

permalink
report
parent
reply
8 points

Exactly. It wasnt on purpose either. I thought there was an additional layer of security, gullible as I was 5 yrs ago. They made it seem like there was.

permalink
report
parent
reply
6 points

Gotta have a firewall that closely resembles swiss cheese.

permalink
report
parent
reply
1 point

One of my home servers was popped once, they stuck a new MOTD on there to let me know how foolish I was and I haven’t made that mistake since. So… yay greyhat?

permalink
report
parent
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 4.8K

    Monthly active users

  • 3.6K

    Posts

  • 81K

    Comments