Introducing Elephantshark, a tool to monitor Postgres network traffic - Neon

Elephantshark helps you monitor, understand and troubleshoot Postgres servers, clients, drivers and ORMs talking to Postgres.

Neon

๐Ÿฆˆ Wireshark Useful Filters โ€“ Quick Guide for Network Pros ๐ŸŒ

Wireshark is the go-to tool for packet analysis ๐Ÿ“ก. With the right filters, you can cut through the noise and find exactly what matters ๐Ÿ”Ž. Here are some of the most useful ones every cybersecurity pro ๐Ÿ›ก๏ธ and network engineer โš™๏ธ should know:

โœจ Host & IP Filters
ip.addr == 192.168.1.10 โ†’ traffic from/to one host ๐Ÿ–ฅ๏ธ
ip.src == 10.0.0.5 โ†’ packets from a source ๐Ÿ“ค
ip.dst == 8.8.8.8 โ†’ packets to a destination ๐Ÿ“ฅ

โœจ Protocol Filters
http โ†’ all HTTP traffic ๐ŸŒ
dns โ†’ DNS lookups & responses ๐Ÿ”ค
tcp / udp โ†’ filter transport layer ๐Ÿ“ก

โœจ Port Filters
tcp.port == 443 โ†’ HTTPS ๐Ÿ”’
udp.port == 53 โ†’ DNS ๐Ÿ“ก
tcp.port == 22 โ†’ SSH ๐Ÿ”‘

โœจ Conversation Tracking
tcp.stream eq 5 โ†’ follow a single TCP session ๐Ÿ”„
http.request โ†’ show only client requests ๐Ÿ“ค
http.response โ†’ show only server responses ๐Ÿ“ฅ

โœจ Error & Suspicious Activity
tcp.flags.reset == 1 โ†’ connection resets โš ๏ธ
icmp โ†’ ping/echo packets ๐Ÿ›ฐ๏ธ
ssl.handshake โ†’ TLS handshakes ๐Ÿ”

โš ๏ธ Disclaimer:
For educational & authorized use only. Always analyze traffic in labs or systems you manage. ๐Ÿšซ๐Ÿ”’

#Wireshark #PacketAnalysis #CyberSecurity #InfoSec #NetworkSecurity #BlueTeam #NetworkTraffic #TechTools ๐Ÿฆˆ

Enhance your network diagnostics toolkit: NetHogs offers real-time insights that pinpoint resource-hungry apps. Essential for admins! #NetworkTraffic #LinuxOps https://xt.om/9LtD
xTom - What Is NetHogs and How Do You Monitor Network Traffic with It?

NetHogs is a Linux command-line tool that shows network bandwidth usage per process in real-time. Learn how to install and use this powerful monitoring utility to track which applications consume your server's network resources.

My favorite pentesting setup.

Today i'm setting up the #KaliLinux #Docker #container for my #ansible #playbook. This setup has some pretty cool advantages for me.

I can:

  • access the shell and files using #SSH and #SFTP.
  • customize the installation to the fullest extend using the #Dockerfile.
  • easily route the #networktraffic through a #vpn using #gluetun.
  • reproduce the setup (i love Docker).
  • use GUI apps from that container using X11Forwarding or by installing a #vnc server.

This has been my favorite #pentesting setup so far for obvious reasons. I can access a fully configured pentesting environment on all my devices, always accessible and ready to go.

In case anyone is interested in the setup, it will be included in my ansible playbook, which will be published on this repository.

#automation #linux #hacking #x11 #homelab #selfhosting

GitHub - aaronsbytes/iac: ๐Ÿชท Ansible IaC for my servers and desktops

๐Ÿชท Ansible IaC for my servers and desktops. Contribute to aaronsbytes/iac development by creating an account on GitHub.

GitHub

Join Anthony Verez at #Honeynet2025 in Prague for a hands-on training that dives into pcap analysis, attack classification, and large-scale metadata extraction. Learn how to use tools like Zeek, Suricata, DuckDB, and even LLMs like ChatGPT to break down malicious traffic patterns and understand real-world threats.

๐Ÿ› ๏ธ Hone your skills in traffic dissection and detection
๐Ÿช‘ Limited seats available โ€“ donโ€™t wait!
๐Ÿ”— Register now: https://prague2025.honeynet.org

#PCAPAnalysis #NetworkTraffic #Zeek

2025 Honeynet Project Workshop โ€“ Prague, Czech Republic

Ah, just what we needed: yet another convoluted tool to poke holes in #encryption masquerading as "innovation" ๐ŸŽฉ๐Ÿ”. Now you can snoop on network traffic with all the grace of a bulldozer in a china shop, while GitHub desperately tries to sell you #AI as the solution to all your coding woes ๐Ÿค–๐Ÿ’ก.
https://github.com/qpoint-io/qtap #innovation #networktraffic #tools #privacy #HackerNews #ngated
GitHub - qpoint-io/qtap: Qtap: An eBPF agent that captures pre-encrypted network traffic, providing rich context about egress connections and their originating processes.

Qtap: An eBPF agent that captures pre-encrypted network traffic, providing rich context about egress connections and their originating processes. - qpoint-io/qtap

GitHub
Peteโ€™s Take: Microsegmentation 03: Discovering Traffic Flows

This is the third blog in my series about Microsegmentation, using Elisityโ€™s product (and training/other graphics) to make key points. This blog covers discovering traffic flows, and the powerful tools built into the Elisity GUI to help you do that, also serving to help you build policy.

Don't mix up #WireShark and #WireGuard: One is for analyzing #networktraffic and the other one is for hiding and encrypting network traffic (besides other things).

And yes, I verbally mix them up often enough even though I know exactly which one does what. Seems to be a #dyslexia thing.

#deformationProfessionnelle

Tomโ€™s Hardware: This Raspberry Pi project visualizes your real-time network traffic in the most beautiful way. โ€œKeeping an eye on your network activity is an important part of network security, but did you ever consider it could be an important element of design? Weโ€™re tickled to show off this cool Raspberry Pi art display put together by maker and developer Alex Chang that uses network [โ€ฆ]

https://rbfirehose.com/2025/01/03/toms-hardware-this-raspberry-pi-project-visualizes-your-real-time-network-traffic-in-the-most-beautiful-way/

Tomโ€™s Hardware: This Raspberry Pi project visualizes your real-time network traffic in the most beautiful way | ResearchBuzz: Firehose

ResearchBuzz: Firehose | Individual posts from ResearchBuzz

Need to monitor and diagnose network traffic on Windows? ๐ŸŒ๐Ÿ’ป Learn the best tools and techniques to track, analyze, and troubleshoot your network like a pro! ๐Ÿš€ #NetworkTraffic #WindowsTips #TechTutorial #Troubleshooting

https://pupuweb.com/how-to-monitor-and-diagnose-windows-network-traffic/

How to Monitor and Diagnose Windows Network Traffic? - PUPUWEB

Microsoft Network Monitor 3.4 is a lightweight, straightforward tool for capturing and analyzing network traffic on Windows systems. Though deprecated and

PUPUWEB