Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

v1.7.5

Changes replace syscall with unix/windows packages where possible (#3032) @mmetc pkg/acquisition: refact configuration validation and tests (#4187) @mmetc pkg/acquisition: remove/restore mock datasources after usage (#4190)…

0
↗ Quelle (github.com)
Reagiere als Erste:r — dein Feedback zählt!

Changes



  • replace syscall with unix/windows packages where possible (#3032) @mmetc

  • pkg/acquisition: refact configuration validation and tests (#4187) @mmetc

  • pkg/acquisition: remove/restore mock datasources after usage (#4190) @mmetc

  • pkg/leakybucket: replace global variables with injected StateDumper (#4197) @mmetc

  • pkg/acquisition: method docs, deduplicate module names (#4192) @mmetc

  • errors.Wrapf -> fmt.Errorf, remove dependency on github.com/pkg/errors (#4198) @mmetc

  • update golangci-lint 2.8 (#4194) @mmetc

  • notification plugins: readability / dry refact, unnecessary pointers (#4166) @mmetc

  • refact acquisition/appsec: happy path (#4183) @mmetc

  • pkg/acquisition/registry, move datasource registration to avoid dependency (#4189) @mmetc

  • gin middleware: drop closures (#4186) @mmetc

  • acquisition/journalctl: test cleanup (#4182) @mmetc

  • cscli hubtest: extract method finalizeRun() (#4181) @mmetc

  • refact cmd/crowdsec: remove globals ParseDump, BucketPourTrack (#4184) @mmetc

  • refact pkg/apiserver: happy path; nil guard (#4180) @mmetc

  • refact pkg/leakybucket: drop closures (#4178) @mmetc

  • cmd/crowdsec: rename pipeline channels (#4175) @mmetc

  • move dir debian, rpm to /build/ (#4174) @mmetc

  • refact cmd/crowdsec: remove globals, lint, etc (#4163) @mmetc

  • lint: modernize - enable slicessort, stringsseq (#4162) @mmetc

  • appsec: inject dependencies, avoid globals (#4148) @mmetc

  • CI: move windows build scripts to ./build/windows (#4145) @mmetc

  • remove obsolete readme (replaced by go generate) (#4164) @mmetc

  • cmd/crowdsec: refact dump.go, loops (#4158) @mmetc

  • cmd/crowdsec: refact output.go, pour.go, parse.go (#4157) @mmetc

  • refact: drop parserTomb, lpMetricsTomb (#4138) @mmetc

  • drop unused method Client.IsMachineRegistered() (#4121) @mmetc

  • CI: build with the tag "nomsgpack" to reduce binary size (#4151) @mmetc

  • move ./docker to ./build/docker (#4130) @mmetc

  • acquisition refact: context-aware OneShot(), for file + journalctl + wineventlog (#4125) @mmetc

  • lint: forbidigo (no print or printf in production, prefer fprint) (#4141) @mmetc

  • CI: avoid using nolint with revive (#4144) @mmetc

  • Lint: add explicit per-linter settings (#4134) @mmetc

  • refact pkg/acquisition: split docker.go (#4065) @mmetc

  • get rid of tombs in leakybucket package (#4127) @sabban

  • refact pkg/acquisition: cloudwatch configuration (#4058) @mmetc

  • refact pkg/acquisition: kinesis configuration (#4059) @mmetc

  • refact pkg/acquisition: k8saudit configuration (#4060) @mmetc

  • refact pkg/acquisition: http configuration (#4061) @mmetc

  • refact heartbeat: context-aware method (#4126) @mmetc

  • pkg/leakybucket refact: unexport, unused, explicit field names (#4123) @mmetc

  • docker build: run builds on large runner (#4120) @blotus


Improvements



  • docker datasource schema (#4206) @mmetc

  • lint: enable bodyclose (ensure response bodies are closed to avoid leaks) (#4200) @mmetc

  • feat: Add ParseKVLax for Flexible Key-Value Parsing (#4007) @LaurenceJJones

  • pkg/parser: avoid calling spew unless trace (#4156) @mmetc

  • leakybucket: reduce error verbosity, test for misconfiguration (#4087) @mmetc

  • feat(appsec): support transaction id header for request tracing (#4124) @LaurenceJJones


Bug Fixes



  • update functional tests with time-based-bf (#4217) @mmetc

  • papi: check if decision is allowlisted before adding it (#4196) @blotus

  • pkg/acquisition: register mock datasource for YAML tests (#4205) @mmetc

  • pkg/acquisition: prevent duplicate send in case of transform error (#4191) @mmetc

  • CI fix - exit lapi during hub tests; pass container struct reference instead of slice (#4202) @mmetc

  • CAPI: always reuse the stored token (#4201) @blotus

  • fix #4066: don't prepare the hub in lapi-only containers (#4169) @mmetc

  • fix #3991 - Acquisition config formatting in bug template (#4170) @mmetc

  • fix typos in function name, comments and user-facing docs (#4154) @mmetc

  • refact appsec tests: prevent data race (#3902) @mmetc

  • fix build issue on freebsd, add cross platform CI build and lint target (#4109) @mmetc


Chore / Deps



Geolite2 notice


This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.


Installation


Take a look at the installation instructions.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - v1.7.5
id: 028bc8c2-ddb9-4c92-8dad-8cf984e1c104
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-25
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-25"
        description = "YARA Signature for "
    strings:
        $str = "v1.7.5" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("v175")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*v175*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "v175"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich v1.7.5.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten v1.7.5

Thematisch verwandte Begriffe: v175 · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97648 | A vulnerability was detected in ningzichun student-management-system up …
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag