this post was submitted on 11 Nov 2023
554 points (92.4% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

54772 readers
602 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BaroqueInMind@kbin.social 78 points 1 year ago (10 children)

My Jellyfin server keeps getting pinged by EMOTET malware lately. Everyone here should be aware if you expose the Jellyfin port to the internet it will get data exfiltration attempts. Use strong passwords.

[–] icedterminal@lemmy.world 58 points 1 year ago (2 children)

Oh my. You're doing it wrong. Exposing the unencrypted connection without the proper security measures is putting yourself at risk. Regardless of how strong you set the password, the connection can still be abused in all manner of ways. If you read the jellyfin documentation, you'd see the developers clearly state you should never do this. You need to put Jellyfin behind server software. Specifically a reverse proxy. I use NGINX. You can setup your connection to be secure this way. You can now also use Cloudflare if you have cache turned off. And if you really wanna go the extra mile, route it behind a VPN. Though this makes it harder for those you share it with or some devices that don't support VPN.

Please revise your connection. If you need help, feel free to reach out.

[–] BaroqueInMind@kbin.social 12 points 1 year ago* (last edited 1 year ago) (1 children)

I have nginx setup and acessing through a Cloudflare tunnel but still getting EMOTET issues detected by my IDS.

[–] pcjones@feddit.de 6 points 1 year ago (1 children)

May I ask what I should look for in the log files to detect this (and so I can configure fail2ban correctly)?

[–] BaroqueInMind@kbin.social 3 points 1 year ago

First read this

Then use the following:

alert tcp $HOME_NET any -> $EXTERNAL_NET 443 (msg:"[CIS] Emotet C2 Traffic Using Form Data to Send Passwords"; content:"POST"; http_method; content:"Content-Type|3a 20|multipart/form-data|3b 20|boundary="; http_header; fast_pattern; content:"Content-Disposition|3a 20|form-data|3b 20|name=|22|"; http_client_body; content:!"------WebKitFormBoundary"; http_client_body; content:!"Cookie|3a|"; pcre:"/:?(chrome|firefox|safari|opera|ie|edge) passwords/i"; reference:url,cofense.com/flash-bulletin-emotet-epoch-1-changes-c2-communication/; sid:1; rev:2;)

And the following:

alert tcp any any -> any $HTTP_PORTS (msg:"EMOTET:HTTP URI GET contains '/wp-content/###/'"; sid:00000000; rev:1; flow:established,to_server; content:"/wp-content/"; http_uri; content:"/"; http_uri; distance:0; within:4; content:"GET"; nocase; http_method; urilen:<17; classtype:http-uri; content:"Connection|3a 20|Keep-Alive|0d 0a|"; http_header; metadata:service http;)

And also this one:

alert tcp any any -> any $HTTP_PORTS (msg:"EMOTET:HTTP URI GET contains '/wp-admin/###/'"; sid:00000000; rev:1; flow:established,to_server; content:"/wp-admin/"; http_uri; content:"/"; http_uri; distance:0; within:4; content:"GET"; nocase; http_method; urilen:<15; content:"Connection|3a 20|Keep-Alive|0d 0a|"; http_header; classtype:http-uri; metadata:service http;)

[–] BaroqueInMind@kbin.social 2 points 1 year ago* (last edited 1 year ago)

Mines behind an NGINX reverse proxy as well. EMOTET is a very advanced malware and can get around those now. My IDS detected data exfiltration to an unknown Brazilian IP, and I have a VPN with an IP tunnel on top of my reverse proxy, as well as everything on port 443. It still found a way.

[–] vagrantprodigy@lemmy.whynotdrs.org 18 points 1 year ago (1 children)

Don't expose anything directly to the Internet except a VPN with strong auth.

[–] Contend6248@feddit.de 7 points 1 year ago (2 children)

Get a reverse proxy and strong passwords if you share with your loved ones.

[–] MonkderZweite@feddit.ch 4 points 1 year ago* (last edited 1 year ago) (1 children)

There's Wireshark for Android. Put your public key on the phone and you're almost done.

edit: right, Wireguard

[–] Lizafolnsfw@lemmynsfw.com 4 points 1 year ago

You’re thinking of WireGuard. WireGuard is a packet capture software.

I've got one, I prefer the VPN method.

[–] paris@lemmy.blahaj.zone 15 points 1 year ago (2 children)

Why not use a reverse proxy to keep everything on port 443 behind your own domain or duckdns? /gen

[–] Bill@lemmy.ca 4 points 1 year ago (1 children)

Can you link a good resource for me to set this up myself ? To many similar but different guides and my ADD makes it impossible to reach the goal.

[–] magikfish@lemm.ee 2 points 1 year ago

Look up Caddy V2 probably the most dead simple reverse proxy I've seen and they have solid documentation

[–] BaroqueInMind@kbin.social 1 points 1 year ago

I do this already and also am inside an encrypted Cloudflare tunnel... Still getting EMOTET warnings from my IDS.

[–] WhyAUsername_1@lemmy.world 12 points 1 year ago (1 children)

How are you detecting/monitoring it. I would like to do the same in my server

[–] BaroqueInMind@kbin.social 7 points 1 year ago

I have a refurbished server rack system that is running Zeek and also Suricata. I have a managed switch that will duplicate all network traffic to the system that is running those applications and a JBOD setup to store the countless logs. I have scoured through nearly all the CISA documents and alert reports to copy the various Snort rules they mention in each report and also purchased a specific modem to connect with my ISP that provides a service to monitor my traffic that has Minim.

I am a cybersecurity expert and still don't know what I'm doing most of the time, so this is literally scratching the surface, as well as only detecting threats not really stopping them which requires more knowledge.

[–] CmdrShepard@lemmy.one 9 points 1 year ago (1 children)

This is the biggest downfall of Emby/Jellyfin IMO. It's a tradeoff from being reliant on Plex's authentication servers, but requires a lot of technical knowledge to setup correctly (rather than just port forwarding and relying on a strong password).

[–] Snowplow8861@lemmus.org 3 points 1 year ago (1 children)
[–] kaan@lemmy.ml 1 points 1 year ago (1 children)

The employee who got hacked was both using an insecure password (the exploit needs access to an admin account) and his Plex install was 2.5 years out of date.

[–] Snowplow8861@lemmus.org 2 points 1 year ago

Sure was! You need to be on top of paid and free and open source software from a security stand point. There's no shortcut no matter what you think you're paying for. Your threat model might be better when the service automates a Web proxy for you, but that's only one facet. You trade problems but should never feel like you can "set and forget". Sometimes it's better for you to do it yourself because there's no lying about responsibilities that way.

[–] trimmerfrost@lemm.ee 6 points 1 year ago

Use it behind a VPN

[–] TBi@lemmy.world 5 points 1 year ago

Get a reverse proxy. Ping me if you need details. All my stuff is hidden behind port 443.

[–] SchizoDenji@lemm.ee 3 points 1 year ago (1 children)
[–] CCMan1701A@startrek.website 2 points 1 year ago

Tailscale works nicely as well