#networktraffic — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #networktraffic, aggregated by home.social.
-
Ah, yet another thrilling deep dive into the arcane world of wire-level #sorcery 🧙♂️! Who knew that analyzing a #CLI tool's network traffic could be this exhilarating? 🚀 Spoiler: It's mostly just shouting "Sign in" and "Sign out" at you while you desperately search for relevance. 🔍
https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547 #wirelevel #analysis #networktraffic #techthrills #deepdive #HackerNews #ngated -
Ah, yet another thrilling deep dive into the arcane world of wire-level #sorcery 🧙♂️! Who knew that analyzing a #CLI tool's network traffic could be this exhilarating? 🚀 Spoiler: It's mostly just shouting "Sign in" and "Sign out" at you while you desperately search for relevance. 🔍
https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547 #wirelevel #analysis #networktraffic #techthrills #deepdive #HackerNews #ngated -
Oproxy – inspect and modify network traffic from the browser
https://github.com/sauravrao637/oproxy
#HackerNews #oproxy #networktraffic #browser #developer #tools #webdevelopment
-
Oproxy – inspect and modify network traffic from the browser
https://github.com/sauravrao637/oproxy
#HackerNews #oproxy #networktraffic #browser #developer #tools #webdevelopment
-
The Register: Not all networks can handle AI traffic – and experts are sounding alarms. “AI is reshaping the demands on network infrastructure, and many organizations are not prepared – including some of the so-called neocloud providers offering AI services. A study by analyst biz Omdia finds that many rent-a-GPU providers have scaled up their compute infrastructure to handle AI workloads, […]
https://rbfirehose.com/2026/04/20/the-register-not-all-networks-can-handle-ai-traffic-and-experts-are-sounding-alarms/ -
The Register: Not all networks can handle AI traffic – and experts are sounding alarms. “AI is reshaping the demands on network infrastructure, and many organizations are not prepared – including some of the so-called neocloud providers offering AI services. A study by analyst biz Omdia finds that many rent-a-GPU providers have scaled up their compute infrastructure to handle AI workloads, […]
https://rbfirehose.com/2026/04/20/the-register-not-all-networks-can-handle-ai-traffic-and-experts-are-sounding-alarms/ -
AyaFlow: A high-performance, eBPF-based network traffic analyzer written in Rust
https://github.com/DavidHavoc/ayaFlow
#HackerNews #AyaFlow #eBPF #Rust #NetworkTraffic #Analyzer #HighPerformance #OpenSource
-
AyaFlow: A high-performance, eBPF-based network traffic analyzer written in Rust
https://github.com/DavidHavoc/ayaFlow
#HackerNews #AyaFlow #eBPF #Rust #NetworkTraffic #Analyzer #HighPerformance #OpenSource
-
Elephantshark, a tool to monitor Postgres network traffic
https://neon.com/blog/elephantshark-monitor-postgres-network-traffic
#HackerNews #Elephantshark #Postgres #Monitoring #NetworkTraffic #DatabaseTools #DataSecurity
-
Elephantshark, a tool to monitor Postgres network traffic
https://neon.com/blog/elephantshark-monitor-postgres-network-traffic
#HackerNews #Elephantshark #Postgres #Monitoring #NetworkTraffic #DatabaseTools #DataSecurity
-
🦈 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 🦈
-
🦈 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
-
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.
-
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.
-
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 -
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 -
Just posted a new blog: Pete’s Take: Microsegmentation 03: Discovering Traffic Flows. URL: https://www.linkedin.com/pulse/petes-take-microsegmentation-03-discovering-traffic-flows-welcher-bykae/ Tags: #PeterWelcher #CCIE1773 #Microsegmentation #Elisity #Cisco #FlowDiscovery #TrafficAnalytics #NetworkTraffic
-
Just posted a new blog: Pete’s Take: Microsegmentation 03: Discovering Traffic Flows. URL: https://www.linkedin.com/pulse/petes-take-microsegmentation-03-discovering-traffic-flows-welcher-bykae/ Tags: #PeterWelcher #CCIE1773 #Microsegmentation #Elisity #Cisco #FlowDiscovery #TrafficAnalytics #NetworkTraffic
-
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.
-
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.
-
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/
-
One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcatIf the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.
For more details and practical examples, see this blog post:
https://malwarelab.eu/posts/tryhackme-smb-decryption/
#networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam
-
One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcatIf the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.
For more details and practical examples, see this blog post:
https://malwarelab.eu/posts/tryhackme-smb-decryption/
#networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam
-
Recent #TryHackMe room inspired me to publish blog about Decryption of #SMB traffic
Summarized 3 methods of decryption in #Wireshark:
- with user password
- with NTLM hash
- without them, just by cracking the captured #network traffichttps://malwarelab.eu/posts/tryhackme-smb-decryption/
#cryptography #networkanalysis #networktrafficanalysis #networktraffic #samba #encryption
-
Recent #TryHackMe room inspired me to publish blog about Decryption of #SMB traffic
Summarized 3 methods of decryption in #Wireshark:
- with user password
- with NTLM hash
- without them, just by cracking the captured #network traffichttps://malwarelab.eu/posts/tryhackme-smb-decryption/
#cryptography #networkanalysis #networktrafficanalysis #networktraffic #samba #encryption
-
Hello everyone.
In today's article, we learn to listen to our own TCP/UDP packets using the Python socket model.We wish everyone a good reading and working.
https://denizhalil.com/2024/04/23/python-network-traffic-listener-guide/#networktraffic #python #programming #socket #sniffing #cybersecurity #networkanalysis
-
Top 10 #Networking #Tools & Techniques by #ActiveCountermeasures.
I have lot of fun watching this video and there are several useful tips&tricks by Chris and Bill.
Especially recommended to see use cases for #tshark, #tcpdump with #BPF and counting connections per hour from PCAP an #zeek logs -
Top 10 #Networking #Tools & Techniques by #ActiveCountermeasures.
I have lot of fun watching this video and there are several useful tips&tricks by Chris and Bill.
Especially recommended to see use cases for #tshark, #tcpdump with #BPF and counting connections per hour from PCAP an #zeek logs -
Egal ob KI, Machine Learning (ML), Erweiterte Realität (XR) oder Digital Twins - alle diese Technologien haben etwa gemeinsam: Sie sorgen dafür, dass der Datenverkehr weiter stark zunimmt. Glaubt man dem Global Network Traffic 2030 Report von Nokia, so wird der Datenverkehr zwischen 2022 und 2030 mit einer durchschnittlichen jährlichen Wachstumsrate (CAGR) von 22 bis 25 Prozent zunehmen. (https://www.cio.de/) #NetworkTraffic https://www.computerwoche.de/a/so-veraendern-ki-und-cloud-die-netze,3697937
-
Egal ob KI, Machine Learning (ML), Erweiterte Realität (XR) oder Digital Twins - alle diese Technologien haben etwa gemeinsam: Sie sorgen dafür, dass der Datenverkehr weiter stark zunimmt. Glaubt man dem Global Network Traffic 2030 Report von Nokia, so wird der Datenverkehr zwischen 2022 und 2030 mit einer durchschnittlichen jährlichen Wachstumsrate (CAGR) von 22 bis 25 Prozent zunehmen. (https://www.cio.de/) #NetworkTraffic https://www.computerwoche.de/a/so-veraendern-ki-und-cloud-die-netze,3697937
-
#telecomsdrumbeat #networktraffic #traffictax #fairshare https://www.netopia.eu/network-fees-and-the-creative-sector/ What about the European creative sector? Would those companies be impacted by #networkfees? What is Disney refuses to pay? Will e.g Orange block Disney from the web?
Netopia look at the facts ⤵️
-
#telecomsdrumbeat #networktraffic #traffictax #fairshare https://www.netopia.eu/network-fees-and-the-creative-sector/ What about the European creative sector? Would those companies be impacted by #networkfees? What is Disney refuses to pay? Will e.g Orange block Disney from the web?
Netopia look at the facts ⤵️
-
How to Monitor Network Traffic With vnStat on Ubuntu 22.04
https://www.linuxtoday.com/developer/monitor-network-traffic-vnstat-ubuntu-22-04/
#networktraffic #ubuntu22.04 #monitoring #Developer #tutorial #vnStat -
Nethogs – An Open-Source Command-Line Tool To Monitor Linux Network Traffic Usage Per Process https://squeet.me/objects/962c3e10137b9f3f9e8d6570f37efcf26895887f
-
Brave Tops Browser First-Run Network Traffic Results
https://brave.com/brave-tops-browser-first-run-network-traffic-results/
"When I set out to conduct these reviews, I wasn’t 100% positive on what I’d find. I had high hopes for Brave, and it delivered. But I wasn’t sure just how clean and controlled the experience would be in other major web browsers. Brave impressed with its 100% pass rate for calling out to official Brave properties. The degree to which other browsers fail to do the same left me quite bewildered. Even browsers who famously market themselves as private and secure by default made far more calls to third party hosts than I would have expected."
#BraveBrowser #browsers #test #privacy #networktraffic