LIVE · cybersecurity feed
Live wire
Zero-Click Grok Chat History Theft: Adversa AI Demonstrates Cryptographic Context InjectionMalware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply ChainHow an Emerging Industrial Protocol Family Could Put OT at Risk14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentials
cloud

AWS makes it easier to spot firewall rules that have gone quiet

AWS Network Firewall’s rule hit count capability gives security teams visibility into which stateful firewall rules are matching traffic, helping them identify unused or redundant rules and validate whether security controls are working as intended. The capability covers stateful rules in both custom and managed rule groups, while stateless rules are not supported. The feature is enabled by defaul

zeroday.news ·

Amazon Web Services (AWS) has introduced a new capability for its Network Firewall service, providing visibility into the hit counts of stateful firewall rules. This feature, which became available on August 24, 2026, is designed to help security teams identify unused or redundant rules, validate the effectiveness of security controls, and streamline incident response.

The rule hit count capability tracks how often stateful firewall rules match network traffic. The counter increments when a rule match generates an alert log. Rules configured with `alert`, `drop`, or `reject` actions automatically generate these logs. For rules with a `pass` action, the `alert` keyword must be included for them to appear in the metric. This functionality applies to stateful rules within both custom and managed rule groups; stateless rules are not supported.

AWS Network Firewall protects Amazon Virtual Private Clouds (VPCs) by enabling customers to create granular traffic control rules and utilize AWS-managed rules powered by Amazon threat intelligence. Its capabilities include geographic IP filtering, deep packet inspection, intrusion prevention, and proxy functionality.

The new feature is enabled by default and incurs no additional Network Firewall cost, though standard charges for storing and querying log data still apply. Rule hit counts are available in all AWS Regions where AWS Network Firewall is supported, with the exception of the Middle East (UAE and Bahrain) regions.

Organizations with governance policies that mandate the removal of dormant rules after a specified period have previously lacked a mechanism to identify them. Similarly, teams responsible for compliance frameworks such as PCI DSS 4.0 and the Digital Operational Resilience Act (DORA) often face challenges in providing evidence that specific security controls are actively functioning. The rule hit count data aims to address these issues by enabling the identification and removal of unused rules, accelerating incident response, and validating security control effectiveness for compliance purposes.

Rule group metadata is automatically included in firewall logs. This metadata is utilized by the Network Firewall monitoring dashboard to calculate hit counts, offering security teams a consolidated view of rule activity without requiring manual log queries. Users can also access and analyze this data by directly querying logs using CloudWatch Logs Insights for logs stored in CloudWatch, or Amazon Athena for logs stored in Amazon S3.

The Network Firewall dashboard now includes a "Top Rule Hits" view. This panel displays the most frequently triggered stateful rules over a selected period, detailing their hit counts, their share of overall activity, specific rule details, and the last time they occurred. Rules whose signature IDs do not appear in this metric have not matched traffic during the selected timeframe, potentially indicating a stale rule or an incorrect order within its rule group.

During incident response, this view can be particularly useful. For instance, if a rule detects traffic to an out-of-band application security testing (OAST) domain, which could signal attempted data exfiltration or an attacker validating a vulnerability, filtering the metric to the timeframe of a suspected incident can help analysts quickly identify relevant activity without manually parsing numerous log entries. AWS also demonstrated how hit counts can validate recently introduced controls, such as rules covering AI and machine learning domains or geofencing restrictions on outbound traffic, by showing that these rules were matching traffic as intended.

cloud
ShareXLinkedInWhatsAppFacebook

More News

view all →
ransomware

Week in review: Records allegedly stolen from Azure tenants, Medusa ransomware hits 500+ orgs

Here’s an overview of some of last week’s most interesting news, articles, interviews and videos: Windows 11’s strongest security defenses can be bypassed without a screwdriver Researchers from the University of Birmingham and Durham University have found a way to knock down some of the toughest protections in Windows 11 without physically opening or modifying the target machine. The attack assume

ransomware

Ransomware attackers are zeroing in on mid-market companies

Mid-sized companies accounted for 73% of publicly disclosed ransomware and data-extortion incidents with known revenue in North America and Europe between January 2023 and June 2026, according to Black Kite. The analysis covered 13,336 incidents with known revenue and defined mid-market companies as businesses with annual revenue between $10 million and $1 billion. Their share of incidents remaine

patch

Weekly Update 518: IoT Doorlock Nirvana with UniFi

I genuinely think I've nailed the IoT door lock situation! Well, Ubiquiti has, but I think I've worked out how to put it all into a residential house and have it make sense. There are a few basic tenets: Main power (never have to rely on

malware

ToxicPanda Android malware uses VPN permissions to block Google Play

The ToxicPanda Android malware has evolved with new malicious functionality, expanding its targeting to 349 applications and adding support for 167 remote commands. [...]

iran

UK Power Plant Disabled for Four Days by Iran-Linked Hackers, Concurrent with US Water Attacks

Hackers linked to Iran have successfully disabled a small UK power plant for four days, marking the first confirmed attack of its kind against the nation's energy infrastructure. The incident occurred concurrently with cyberattacks targeting water facilities across 12 US states. While the UK power plant's outage did not impact the national grid, the attack served as a demonstration of capability, with intentions likely focused on showcasing access rather than causing widespread disruption.

aihigh

Zero-Click Grok Chat History Theft: Adversa AI Demonstrates Cryptographic Context Injection

Researchers at Adversa AI have developed a novel attack called Cryptographic Context Injection, which bypasses AI safety filters by embedding malicious instructions within AES-encrypted payloads. This technique tricks AI models like xAI's Grok and Google's Gemini into decrypting and executing these hidden commands. In the case of Grok, the attack can lead to zero-click theft of user chat histories and personal data by disguising the malicious payload as a webpage summary request.