home.social

#bpfdoor — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bpfdoor, aggregated by home.social.

fetched live
  1. Wie moderne #Schadsoftware im #Netzwerk untertaucht ( #CC2tv Folge 431)

    #BPFDoor ist eine unauffällige #Backdoor für #Linux-Systeme und zeigt, wie gezielte #Malware-Angriffe heute funktionieren. Das Video erklärt, wie ein kompromittiertes System über präparierte #Netzwerkpakete aktiviert werden kann, ohne offene Ports oder sichtbare Dienste zu benötigen.

    #computerclubzwei

    youtube.com/watch?v=xtmbtZItfNE

  2. Wie moderne #Schadsoftware im #Netzwerk untertaucht ( #CC2tv Folge 431)

    #BPFDoor ist eine unauffällige #Backdoor für #Linux-Systeme und zeigt, wie gezielte #Malware-Angriffe heute funktionieren. Das Video erklärt, wie ein kompromittiertes System über präparierte #Netzwerkpakete aktiviert werden kann, ohne offene Ports oder sichtbare Dienste zu benötigen.

    #computerclubzwei

    youtube.com/watch?v=xtmbtZItfNE

  3. 📰 China-Linked 'Red Menshen' APT Creates 'Digital Sleeper Cells' in Telecoms with BPFDoor

    🇨🇳 China-linked APT 'Red Menshen' is planting stealthy BPFDoor backdoors in global telecom networks. The malware creates 'digital sleeper cells' for long-term espionage. 📡 #APT #BPFDoor #CyberEspionage

    🔗 cyber.netsecops.io/articles/ch

  4. 27 миллионов абонентов под угрозой: разбор крупнейшей кибератаки на корейский телеком

    Что нужно, чтобы скомпрометировать данные 27 миллионов абонентов, обрушить акции телеком-гиганта и поставить под угрозу национальную безопасность одной из самых технологически развитых стран мира? Свежий zero-day? Квантовый компьютер? Гениальная социальная инженерия? Всего лишь веб-шелл, почти три года преступной халатности и один хитрый бэкдор. Неизвестные злоумышленники с июня 2022 года хозяйничали в критической инфраструктуре крупнейшего корейского сотового оператора. Под катом мы разберем эту громкую историю.

    habr.com/ru/companies/bastion/

    #атака #кибербезопасность #телеком #смартфоны #сотовая_связь #информционная_безопасность #тестирование_itсистем #BPFDoor #бэкдор

  5. As usual, @haxrob's reporting on Linux malware really is excellent:

    * haxrob.net/bpfdoor-past-and-pr
    * haxrob.net/bpfdoor-past-and-pr

    More proof if it were needed that Linux targetting threat actors have been hanging around for the last decade or two but largely avoided the limelight.

    #threatintel, #linux, #bpfdoor

  6. As usual, @haxrob's reporting on Linux malware really is excellent:

    * haxrob.net/bpfdoor-past-and-pr
    * haxrob.net/bpfdoor-past-and-pr

    More proof if it were needed that Linux targetting threat actors have been hanging around for the last decade or two but largely avoided the limelight.

    #threatintel, #linux, #bpfdoor

  7. This is a fun way to detect #bpfdoor and other minimalist #posix #malware using #osquery

    > SELECT * FROM process_open_sockets WHERE fd=0 AND NOT (family = 1 AND protocol = 0);

    It traverses /proc to find processes where the first file descriptor (typically stdin) is a socket — excluding local UNIX domain sockets as some legit programs do that.

    This sounds like an unlikely detector, but I've only seen backdoors like #bpfdoor behave this way.

    From unfinished.bike/fun-with-the-n

  8. This is a fun way to detect #bpfdoor and other minimalist #posix #malware using #osquery

    > SELECT * FROM process_open_sockets WHERE fd=0 AND NOT (family = 1 AND protocol = 0);

    It traverses /proc to find processes where the first file descriptor (typically stdin) is a socket — excluding local UNIX domain sockets as some legit programs do that.

    This sounds like an unlikely detector, but I've only seen backdoors like #bpfdoor behave this way.

    From unfinished.bike/fun-with-the-n

  9. I found some fun time today to analyze the latest #bpfdoor #malware variant: unfinished.bike/fun-with-the-n - and write new detections for it and similar Linux malware.

    Thanks to @GossiTheDog for providing the sample for analysis.

  10. I found some fun time today to analyze the latest #bpfdoor #malware variant: unfinished.bike/fun-with-the-n - and write new detections for it and similar Linux malware.

    Thanks to @GossiTheDog for providing the sample for analysis.

  11. “Loads a Berkeley Packet Filter (BPF) sniffer allowing it to efficiently watch traffic and work in front of any locally running firewalls to see packets (hence BPFDoor).”

    sandflysecurity.com/blog/bpfdo

    #Linux #BPFDoor #malware #dfir #CyberSecurity #infosec #cyber