BPF Ninja: Making Sense of Tcpdump, Wireshark, and the PCAP World

Today we’re diving into a topic every network forensic analyst must get familiar with: tcpdump and the power-packed world around it — Wireshark, pcap, pcapng, and all the little details that actually…

Medium

using tcpdump to capture network connections on attached iphone or android in ubuntu #networking #android #iphone #tcpdump

https://askubuntu.com/q/1546860/612

using tcpdump to capture network connections on attached iphone or android in ubuntu

I'm trying to find a way to do tcpdumps on attached iPhones or Androids in Ubuntu, but I'm having a lot of difficulty. I've looked at all the articles online about connecting an iPhone or an Andro...

Ask Ubuntu

Before Wireshark, originally called Ethereal, packet sniffing was largely the domain of command line tools like tcpdump. Released in 1988, tcpdump gave users a raw, text based way to inspect network traffic. It was powerful, but also opaque and hard to master, especially for newcomers. You had to know exactly what you were looking for, and interpreting the data meant sifting through walls of cryptic output.

Then came Wireshark.

It brought a graphical interface to the world of packet analysis and made deep network inspection far more accessible. Users could visually follow TCP streams, filter by protocol, decode packets in real time, and dissect application level data with ease. Wireshark didn't just make packet sniffing easier, it changed how people learned networking and security. Today it is one of the most widely used tools for education, ethical hacking, malware analysis, and protocol development.

From dorm rooms to data centers, Wireshark made network hacking look good and work better.

#Wireshark #tcpdump #PacketSniffing #NetworkSecurity #InfosecTools #HackingHistory #FOSS

Wireshark на службе защитников

Как узнать, что происходит в вашей сети, если внешние защитные рубежи не спасают от внутренних угроз? Анализ сетевого трафика — мощный инструмент, который позволяет выявлять подозрительную активность, расследовать инциденты и настраивать системы защиты так, чтобы злоумышленникам не осталось лазеек. В этой статье мы разберём, как использовать Tcpdump и Wireshark для сбора и анализа трафика, фильтровать лишние данные, выявлять атаки вроде ARP Spoofing и SYN Flood, а также находить уязвимости в сети до того, как ими воспользуются.

https://habr.com/ru/companies/otus/articles/891980/

#wireshark #arpspoofing #synflood #сетевой_трафик #анализ_трафика #Tcpdump #уязвимости

Wireshark на службе защитников

Насколько хорошо вы знаете, какие пакеты ходят в вашей сети? А если ли среди ни что‑то подозрительное? Типичная ситуация, когда на периметре корпоративной сети установлены и...

Хабр
Spy-Free FuriOS - FuriPhone FLX1 Linux Phone

FuriOS Doesn’t Spy on You – Unlike the Others Let’s cut to the chase: your phone shouldn’t be a snitch! Yet, with Android and iOS,...

FuriPhone FLX1 Linux Phone

The latest release of the #AirGradient firmware removed the code that phones home to the company servers even when you check the to to explicitly tell it not to do so. This is a big win for #privacy and #SelfHosting!

https://github.com/airgradienthq/arduino/releases/tag/3.2.0

I plan on flashing this onto my device and testing it to verify nothing was missed. #tcpdump and #wireshark are my friends. 😄

#security #cybersecurity #infosec #OpenSource #OpenHardware #electronics

Release Release 3.2.0 · airgradienthq/arduino

What's Changed Fix invalidate value check for getAverage function by @samuelbles07 in #275 Fix display 0 measurements value on boot by @samuelbles07 in #281 HTTP client failed/timeout to establish...

GitHub

Firewall не спасёт

Сгенерировано с помощью GIGA-CHAT Межсетевые экраны издревле применяются для блокирования входящего трафика нежелательных приложений. Обычно для этого создаются правила фильтрации, разрешающие входящий трафик по явно указанным сетевым портам и запрещающие весь остальной. При этом легитимные приложения, монопольно владеющие открытыми портами, работают без проблем, а вот нежелательные остаются без связи, поскольку все доступные им порты блокируются межсетевым экраном. Данный подход давно отработан и стар как мир, казалось бы, что тут может пойти не так? А оказывается, может и вполне идёт. Далее из этой статьи вы узнаете две техники обхода межсетевых экранов, позволяющие нежелательным приложениям преодолевать фильтрацию входящего сетевого трафика и получать команды от удалённых узлов.

https://habr.com/ru/companies/ruvds/articles/874292/

#ruvds_статьи #firewall #nftables #python #powershell #shell #tcpdump #wireshark #tshark #взлом #nginx #ssh

Firewall не спасёт

Сгенерировано с помощью GIGA-CHAT Межсетевые экраны издревле применяются для блокирования входящего трафика нежелательных приложений. Обычно для этого создаются правила фильтрации, разрешающие...

Хабр

The #infosec low hanging fruit easy win is a simple solution:

#AuditOfficerProxies #StateSponsoredMalware #accesslogs & #Meta via #TCPDUMP #EvidenceCollected already that proves exactly this fact!

#infosec #StateSponsoredMalwareAudits #CALEAGreyMarket #CALEAInvestgations

#OfficerProxy🤝#OrganziedCrimeRings 🔍🧐⚖️👮👩‍⚖️👨‍⚖️

BOLO for #OfficerProxy

#OfficerProxy has been known to hide #IdentityTheftRings & #GangStalkers using #OfficerProxies access to this #CALEA #StateSponsoredMalware access to #GammaGroup's #FinFisher #FinSpy #Finsky #malware by #FacebookGroups organizing their targeted #IdentityTheft using #FakeProfiles of their targets.

Be aware that some #OfficerProxies are getting thousands of dollars of ' kickbacks for access ' for their criminal #Facebook leverage #OrganizedCrimeRings in multiple states and cities.

#InternalAffairs #investigations

#infosec #Fortune1000 #CorporateEspionage #CISO #TCPDUMP #MetaUsers 👨‍⚖️👩‍⚖️⚖️👮

TIP: If you want to utilize #LLM to analyze and/or troubleshoot your #tcpdump pcap, you can do so by exporting packet dissections as plain text and then selecting only Bytes options. It's helpful for range of basic to medium cases.