#suricata

14 posts · Last used 14d

Back to Timeline
Suricata @suricata@infosec.exchange · Jul 31, 2026
Happy SysAdmin Day! 🎉 Today, we recognize the IT professionals who keep systems running, data secure, and teams connected. Thank you for your dedication, expertise, and countless hours spent keeping everything running smoothly. #SysAdminDay #Suricata
1
0
3
Suricata @suricata@infosec.exchange · Jul 29, 2026
In this #Suricata webinar replay, Ladislav Bačo walks through an incident investigation from the network POV. He offers a look into how network visibility supports incident response when teams need more than a single alert. Watch now: https://www.youtube.com/watch?v=2HCqfOZuMJU
0
0
0
Suricata @suricata@infosec.exchange · Jul 23, 2026
Great news! We’ve been invited to do a 4 hour workshop training for Security BSides Las Vegas 2026! Join us for “Engineering the Hunt: Developing AI SKILLs for Network Security Monitoring” with Peter Manev, Jeff Lucovsky & Lukas Sismis on August 3rd at 3pm PST. Learn more: bsideslv.org #Suricata #BSidesLasVegas
0
0
0
Seth Grover @mmguero@infosec.exchange · Jul 22, 2026
release notes for Malcolm v26.07.1, a network traffic analysis tool suite for network security monitoring Hover or focus to reveal Sensitive
Malcolm v26.07.1 adds a few minor changes on top of Malcolm v26.07.0, the most notable being a fix for a crash in the strelka-backend container on arm64 platforms. Malcolm v26.07.0 added IEC 60870-5-104 (IEC 104) protocol support using CERT.LV's Zeek plugin, including Logstash parsing, ECS normalization, Arkime fields, and a new OpenSearch Dashboards dashboard. This release also fixes three archive extraction and authentication security vulnerabilities; improves NetBox enrichment configuration; and addresses PostgreSQL major version upgrade, custom CA certificate for KeyCloak, container health check, privilege-drop signal chaining, and configuration script issues. Arkime, Zeek, Fluent Bit, Filebeat, Logstash, Supercronic, and Alpine-based images have been updated as well. If you are upgrading from an existing Malcolm installation, run ./scripts/status for Malcolm to migrate some settings prior to running ./scripts/configure, ./scripts/start, or other Malcolm control scripts. https://github.com/idaholab/Malcolm/compare/v26.06.1...v26.07.1 ✨ Features and enhancements Add IEC 60870-5-104 (IEC 104) support using the CERT.LV spicy-iec104 Zeek plugin, including Zeek log ingestion, ECS field mapping, Arkime fields, and an IEC 104 dashboard #939Make LOGSTASH_NETBOX_ENRICHMENT_DATASETS more flexible: it now accepts default, ics/ot, all, explicit provider.dataset values, and combinations such as default,ics #1037Allow LOGSTASH_NETBOX_ENRICHMENT_DATASETS to be configured through checkboxes in the configuration TUI #1033Improve ./scripts/start error messages by listing missing or invalid authentication-related files instead of reporting only a generic authentication setup failure #865Have system-quickstart detect and prepopulate existing time synchronization settings when rerun #992 🛡️ Security Remediation & Hardening Fix an RBAC bypass caused by URI normalization differences between Nginx location matching and the Lua authorization layer CVE-2026-63177 #1042Fix path traversal in archive extraction directory handling by validating resolved paths and using libarchive's secure extraction flags CVE-2026-63134 #1040Limit archive entry count, nesting depth, and total expanded size to prevent inode- and resource-exhaustion denial of service during extraction CVE-2026-63133 #1041Mark OpenID Connect session cookies as secure and improve handling of externally forwarded HTTPS schemes 🐛 Bug fixes Co-installation of opencv-python and opencv-contrib-python corrupts cv2.abi3.so, segfaulting strelka-backend at import on arm64 #1046 (fix)Allow the configuration TUI to reset supported variables back to empty values after installation #1024, #1030Fix the broken signal chain in docker-uid-gid-setup.sh so signals reach the final process after dropping privileges #1039 to ensure clean shutdown of containersFix PostgreSQL being reported unhealthy after a major-version upgrade, improve upgrade-state handling, and perform required post-upgrade extension and collation maintenance #1038Fix the Nginx Lua/OpenID Connect helper not honoring user-provided CA certificates for KeyCloak when KEYCLOAK_SSL_VERIFY=true #1035Restore curl to the the htadmin container for use by the health check script #1029Reduce the size of the OpenSearch Dashboards image by copying only the permissions data needed from its upstream image layer #1031Fix JSON handling of several Zeek fields whose names contain dots by normalizing them to underscore-separated field namesFix additional Zeek and Suricata field normalization and ECS mapping inconsistencies found while updating dashboards and index templates ✅ Component version updates Arkime to v6.6.0This update contains a major speed-up when loading the SPIView and Connections pagesZeek to v8.2.1 #970Fluent Bit Windows installer helper to v5.0.9Filebeat OSS to v9.4.3Logstash to v9.4.4Pillow (Python library used in the netbox container) to v12.3.0 to address several security findingsSupercronic to v0.2.47Alpine Linux base images to v3.24KeyCloak to 26.6.4cryptography (Python library) to v48.0.1 to address security advisory GHSA-537c-gmf6-5ccf 🧹 Code and project maintenance Broad spelling, grammar, naming consistency, and documentation cleanup across scripts, configuration, dashboards, and documentation #990Expand and restructure documentation to provide better project context for developers and LLM-assisted code analysis #964Malcolm Dashboard ReferenceSearch Queries in Arkime and OpenSearch DashboardsImprove installer validation, environment-variable mapping tests, and configuration item metadataRefresh dashboards, index templates, field mappings, protocol documentation, and navigation linksMinor improvements to the Hedgehog Raspberry Pi image build process. 📄 Configuration changes for Malcolm (in environment variables in ./config/). The Malcolm control script (e.g., ./scripts/status, ./scripts/start) automatically handles creation and migration of variables according to ./config/env-var-actions.yml. LOGSTASH_NETBOX_ENRICHMENT_DATASETS in logstash.env now defaults to default and may contain default, ics/ot, all, explicit provider.dataset values, or a comma-separated combination of these valuesZEEK_DISABLE_ICS_IEC104 in zeek.env controls whether the IEC 104 Zeek plugin is disabledSAFE_EXTRACT_MAX_ENTRIES, SAFE_EXTRACT_MAX_DEPTH, and SAFE_EXTRACT_MAX_BYTES in upload-common.env set archive extraction resource limits for uploaded archive files (e.g., containing Zeek logs for processing); their defaults are 5,000 entries, 20 directory levels, and 4 GiB of expanded data Malcolm is a powerful, easily deployable network 🖧 traffic analysis tool suite for network security monitoring 🕵🏻‍♀️. Malcolm operates as a cluster of containers 📦, isolated sandboxes which each serve a dedicated function of the system. This makes Malcolm deployable with frameworks like Docker 🐋, Podman 🦭, and Kubernetes ⎈. Check out the Quick Start guide for examples on how to get up and running. Alternatively, dedicated official ISO installer images 💿 for Malcolm and Hedgehog Linux 🦔 can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split 🪓 into 2GB chunks and can be reassembled with scripts provided for both Bash 🐧 (release_cleaver.sh) and PowerShell 🪟 (release_cleaver.ps1). See Downloading Malcolm - Installer ISOs for instructions. As always, join us on the Malcolm discussions board 💬 to engage with the community, or pop some corn 🍿 and watch a video 📼. #Malcolm #HedgehogLinux #Zeek #Arkime #Strelka #NetBox #OpenSearch #Elasticsearch #Suricata #PCAP #NetworkTrafficAnalysis #networksecuritymonitoring #OT #ICS #icssecurity #CyberSecurity #Cyber #Infosec #INL
0
0
0
Suricata @suricata@infosec.exchange · Jul 22, 2026
Let’s give it up for the sponsors making #SuriCon2026 possible: OPNsense, Léargas Security, Corelight, Stamus Networks, ENEA, Catena Cyber, NEOX, Nomic Networks, and AWS. Sponsorship opportunities are still available! Help bring this community together in 2026! suricon.net/sponsorships/ #Suricata #SuriCon #Sponsors
0
0
0
Jason Ish @ish@infosec.exchange · Jul 21, 2026
EveBox can now process PCAP files directly and take care of processing with #Suricata for you.
0
0
0
Suricata @suricata@infosec.exchange · Jul 17, 2026
SuriCon is community-funded - sponsorships keep it self-sustaining. Spots remain from the $800 Mob tier (for individual super fans) up to Community Partner ($10K). And our last exclusive slot: Welcome Reception Sponsor ($6K). Secure your spot: suricon.net/sponsorships/ #Suricata #SuriCon #SuriCon2026
0
0
0
Jason Ish @ish@infosec.exchange · Jul 15, 2026

The Hunters Ledger ruleset was recently added to the #Suricata ruleset index; check it out here: https://the-hunters-ledger.com/

Thank you Joseph Harrison

0
0
0
Graylog @Graylog@infosec.exchange · Jul 14, 2026
Suricata produces rich network telemetry, alerts, anomalies, flow data, DNS, TLS, SSH, Kerberos, and more, but raw EVE JSON isn't investigation ready on its own. The Suricata IDS/IPS Content Pack for Graylog parses, enriches, and maps that data to the Graylog Information Model, with a dashboard built in. Setup covers Filebeat via Sidecar or syslog forwarding. Full breakdown here: https://graylog.org/post/suricata-ids-ips-data-in-graylog/ #Graylog #Suricata #SIEM #ThreatHunting #InfoSec #NetworkSecurity
1
0
0
da_667 @da_667@infosec.exchange · Jul 05, 2026
Hey there, I'm on vacation until the 13th, and probably won't be answering social media much until then. If you have any questions for me, feel free to DM me and I'll give it best effort to answer the following Monday. If you have #malware , #sandbox runs, proof of concept #Exploits , and/or want to see #Snort and/or #Suricata rules for said bad things, leave me a DM, @ me, or if you want things looked at more quickly, contact my co-workers through community.emergingthreats.net . I promise the forums get checked very frequently, and we respond to inquiries quite fast. Until then, cheers! and feel free to leave some birthday wishes or shitposts for me to come back to.
2
4
0
Suricata @suricata@infosec.exchange · Jun 22, 2026
Major releases take time. They evolve through development, testing, review, feedback, and real deployment needs. If you use #Suricata today, what should be improved or carried forward toward Suricata 9? Share your thoughts now, or bring them to #SuriCon .
6
0
4
Santiago 🔭🪐 @santiago@mastodon.uy · May 07, 2026
Bueno, parece que los ataques de scraping estan cesando o por lo menos el bloqueo del firewall está siendo exitoso y permite más o menos respirar al servidor. Como últimas novedades, ayer terminé de migrar las listas de bloque de Alias y reglas manuales, a listas dinámicas automáticas, aparte de que agregué algunas más que estaban faltando. Las listas dinámicas corren en bajo nivel en el firewall y aprovechan el motor pf packet filter que hace famoso a pf-Sense. Eso quedó lujo y los tests que corrí muestran que el firewall ni se despeina filtrando unas 50k IPs. También en el proxy Nginx dejé corriendo CrowdSec junto con Fail2ban y ahora ambos alimentan de IPs maliciosas que detectan, al pf-Sense que las bloquea para toda la red. CrowdSec fue sugerencia de @j3j5@mastodon.uy y luego de @ElenaMusk@tuiter.rocks y valió la pena porque solo lo conocía de nombre, nunca lo había probado, muchas gracias por el apoyo y la ayuda. Pensé que era similar a Fail2ban pero se nota que es mucho más moderno y agarra IPs que Fail2ban no agarra, justamente por el análisis decomportamiento. Yo creo que estamos bastante bien ahora, con pfBlocker-NG, Suricata y DNSBL corriendo en pf-Sense y Fail2ban y CrowdSec corriendo en el proxy que a su vez retroalimenta a pf-Sense. #pfsense #crowdsec #dnsbl #suricata #seguridad #undernet #mastodon
11
5
5
DeadUser :gnome: :arch: :vim: @deaduser@101010.pl · Mar 14, 2026
OPNSense zainstalowany, działa zadziwiająco przyjemnie. Odpaliłem #ntop i #suricata poza bazowymi usługami, obciążenie jak widać #opnsense #freebsd #softrouter
1
0
0

You've seen all posts