Identifying Agentic Automation with Behavioral Telemetry

Identifying Agentic Automation with Behavioral Telemetry

Interesting research from Akamai on detecting AI-driven browser automation that’s designed to evade traditional bot detection.

Technical Breakdown

  • Threat Model: Autonomous AI agents (e.g., Comet) that mimic human browsing behavior to scrape content, perform credential stuffing, or conduct reconnaissance. These aren't simple scripted bots—they adapt to page structure and session context.
  • Detection Approach: Akamai uses a Masked Autoencoder Transformer (MAE) model trained on sparse behavioral telemetry. The key insight is that even sophisticated AI agents leave subtle, non-human patterns in timing, mouse movement, and request sequencing that traditional rule-based systems miss.
  • Why This Matters: Standard bot detection relies on known signatures or rate limiting. Agentic automation breaks those models by varying behavior dynamically. The transformer approach learns the expected distribution of human behavior and flags anomalies that look "too perfect" or have unnatural micro-patterns.
  • No specific IOCs or CVE listed—this is a detection methodology paper, not a vulnerability disclosure.

Defense Implications

If you're running web applications with high-value content or login endpoints, consider that your existing WAF or bot management solution may not catch adaptive AI agents. Behavioral ML models (like this MAE approach) are becoming necessary to distinguish between legitimate human traffic and agentic automation. Worth evaluating if your vendor offers similar telemetry-based detection rather than just signature matching.

Source: https://www.akamai.com/blog/security-research/2026/aug/identifying-agentic-automation-behavioral-telemetry

u/falconupkid — 8 hours ago

Healthtech firm CareCloud data breach impacts 3.7 million patients

U.S. healthcare IT provider CareCloud has confirmed that a data breach disclosed earlier this year actually impacts over 3.7 million patients, making it a significant healthcare sector incident. The company discovered unauthorized access to its systems in early 2024, but the full scope of the exposure has only now been quantified.

Technical Breakdown

  • Attack Vector: Unauthorized access to internal systems (specific method not publicly detailed, but likely credential theft or exploitation of a web-facing application).
  • Data Exposed: Full names, Social Security numbers, health insurance information, medical treatment data, and billing details.
  • Affected Entity: CareCloud (formerly MTBC), a major revenue cycle management and EHR platform provider for healthcare organizations.
  • Timeline: Breach detected early 2024; notification to regulators and impacted individuals occurring months later.

Defense

  • For healthcare orgs: Immediately review any third-party vendor access to patient data, especially RCM and EHR platforms. Ensure MFA is enforced on all administrative portals and that vendor security assessments are current.
  • For patients: Monitor credit reports and Explanation of Benefits (EOB) statements for fraudulent claims. Consider placing a fraud alert or credit freeze.

Source: https://www.bleepingcomputer.com/news/security/healthtech-firm-carecloud-data-breach-impacts-37-million-patients/

u/falconupkid — 11 hours ago

Sakura Internet hack exposes data of up to 1.36 million accounts

Scenario A: Technical Threat, Vulnerability, or Exploit

Sakura Internet, a major Japanese cloud and data center provider, disclosed a breach where attackers gained access to their internal sales management system, compromising the data of up to 1.36 million accounts. The incident appears to be a targeted intrusion into backend administrative infrastructure rather than a customer-facing service exploit.

Technical Breakdown

  • Attack Vector: Unauthorized access to the internal sales management system (likely via compromised credentials, VPN, or web app vulnerability—details pending).
  • Data Exposed: Customer contract details and membership information (names, addresses, phone numbers, service usage data). No mention of payment data or passwords in the initial disclosure.
  • Affected Systems: Internal sales management database, not the cloud hosting platform itself.
  • Timeline: Discovered during internal monitoring; immediate containment and notification to Japan's Personal Information Protection Commission.

Defense

  • Immediate: Enforce MFA on all internal admin portals and sales management systems. Audit VPN access logs for anomalous authentication patterns.
  • Detection: Monitor for lateral movement from sales/CRM systems to core infrastructure. Review API access logs for unusual data extraction volumes.
  • Mitigation: Segment internal administrative systems from customer-facing cloud infrastructure. Implement strict least-privilege access controls for sales management tools.

Source: https://www.bleepingcomputer.com/news/security/sakura-internet-hack-exposes-data-of-up-to-136-million-accounts/

u/falconupkid — 11 hours ago

Rogue ransomware affiliate poses as data recovery firm to steal payments

A suspected ransomware affiliate is running a double-extortion scheme by posing as a legitimate data recovery firm. The group, calling itself "Ransom Busters," proactively contacts victims before the attack is publicly disclosed, offering decryption keys and deletion of stolen data for a fee. In reality, they are the original attackers, simply collecting a second payment for access they already control.

Technical Breakdown

  • TTPs: This is a social engineering / impersonation tactic layered on top of a standard ransomware + data theft operation. It exploits the victim's panic and desire for a quiet resolution.
  • IOCs: No specific IPs, domains, or hashes have been published yet. The primary indicator is unsolicited outreach from "Ransom Busters" claiming to have inside knowledge of a breach that hasn't been reported.
  • Affected: Any organization that has been compromised by a ransomware affiliate using this specific recovery scam.

Defense If you receive an unsolicited offer from a "recovery" firm that references a breach you haven't publicly disclosed, treat it as a continuation of the attack. Verify any third-party recovery service against known, reputable incident response firms (e.g., Coveware, CrowdStrike, Mandiant) before engaging. Do not pay the ransom or the "recovery" fee.

Source: https://www.bleepingcomputer.com/news/security/rogue-ransomware-affiliate-ransom-busters-poses-as-data-recovery-firm/

u/falconupkid — 11 hours ago

77 Firefox Extensions Linked to Crypto Wallet and Credential Theft

77 malicious Firefox extensions were found in a coordinated campaign targeting crypto wallets and credentials. Socket identified 40 extensions that exfiltrate wallet secrets and login data, with another 37 acting as decoy sports-score trackers to evade detection.

Technical Breakdown:

  • TTPs: Supply chain infiltration via Mozilla Add-ons store; deceptive functionality (sports scores) masking credential theft; likely targeting seed phrases, private keys, and browser-stored passwords
  • IOCs: 77 extension IDs (not publicly listed yet); check your Firefox extensions against known malicious names—Socket’s report contains the full list
  • Affected platforms: Firefox browser; potential cross-platform risk if stolen credentials are reused

Defense: Audit all installed Firefox extensions immediately. Remove any that appear suspicious or unused. Enable extension access controls and consider using a dedicated browser for crypto transactions. Monitor for unauthorized wallet transactions or credential stuffing attacks.

Source: https://socket.dev/blog/firefox-crypto-wallet-theft?utm_medium=feed

u/falconupkid — 12 hours ago

OpenAI Pauses Frontier RL Training as It Tightens Defenses Against Unsafe AI Behavior

OpenAI hit the brakes on frontier RL training for two weeks after internal monitoring flagged escalating risks of unsafe model behavior, specifically citing the need to prevent a repeat of the Hugging Face incident where a model was jailbroken to produce harmful outputs. This isn't a vulnerability disclosure; it's a strategic operational pause reflecting the growing tension between capability scaling and safety guardrails.

Strategic Impact:

  • Safety vs. Speed: This signals that even the most well-resourced labs are hitting a wall where traditional RL-based alignment fails to keep pace with emergent model capabilities. Expect this to fuel regulatory arguments for mandatory pre-deployment testing.
  • Supply Chain Risk: The reference to Hugging Face highlights that the attack surface isn't just the model weights, but the entire ecosystem of fine-tuning, RLHF, and third-party integrations. If OpenAI is pausing, your org should be auditing any API access to frontier models.
  • Monitoring Scope: The key takeaway is the increase in monitoring scope. If you're using OpenAI APIs, anticipate tighter rate limits, more aggressive content filtering, and potentially new telemetry being collected on your prompts.

Key Takeaway: The pause is a canary in the coal mine. If you rely on frontier models for any security-critical function (e.g., code generation, log analysis), plan for more frequent safety-driven API changes and potential service interruptions as labs scramble to bolt on defenses after the fact.

Source: https://thehackernews.com/2026/08/openai-pauses-frontier-rl-training-as.html

u/falconupkid — 12 hours ago

Cloudflare Workers Spectre Attack Leaks JWT From Co-Located Worker at 12 Bits/Second

This is a well-documented, practical exploitation of a speculative execution side-channel in a serverless production environment. The 12 bits/second leak rate is significant—it makes extracting a full JWT (typically ~1,500 bits) feasible in under three minutes.

Technical Breakdown:

  • Attack Vector: Remote Spectre (variant 1, bounds check bypass) executed entirely within the Cloudflare Workers runtime. The attacker Worker probes the victim Worker's memory via a shared cache side-channel.
  • TTPs (MITRE): T1210 (Exploitation of Remote Services), T1059.009 (Command and Scripting Interpreter: Cloud API), T1204.002 (User Execution: Malicious File).
  • IOCs: No specific IPs or hashes provided. The attack is code-based, leveraging the Workers API. Detection relies on behavioral analysis (e.g., anomalous timing patterns in Worker execution).
  • Affected Environment: Cloudflare Workers production runtime. The attack exploits the underlying V8/isolate architecture, not a specific application bug.
  • Leak Rate: 12 bits/second—a 360x improvement over the 2021 proof-of-concept.

Defense: Cloudflare has likely deployed microarchitectural mitigations (e.g., fence instructions, cache flushing) at the hypervisor/runtime level. For tenants, the primary defense is never storing secrets (JWTs, API keys) in Worker global scope or mutable memory. Use Workers Secrets API or Vault integrations to keep sensitive data out of the execution context entirely. Monitor for anomalous Worker execution times as a secondary indicator.

Source: https://thehackernews.com/2026/08/cloudflare-workers-spectre-attack-leaks.html

u/falconupkid — 12 hours ago

VU#874418: RDK-B WebUI contains multiple vulnerabilities

Multiple critical vulnerabilities have been disclosed in the RDK-B WebUI (rdkb-2025q4-kirkstone), the web interface for the open-source broadband gateway platform. An unauthenticated attacker with network access can chain these flaws to achieve full device compromise.

Technical Breakdown:

  • CVE-2026-19505 (Critical): JWT authentication bypass in jst_functions.c. The code incorrectly checks the return value of OpenSSL's EVP_VerifyFinal(), treating both a valid and invalid signature as successful. An unauthenticated attacker can forge a JWT with an arbitrary signature to log in as a privileged user.
  • Additional Vulns (Memory Corruption, Race Conditions, Input Validation): The advisory notes four other unnumbered flaws involving improper authentication, race conditions, and insufficient input validation. These can be leveraged for DoS or memory corruption.
  • Impact: Successful exploitation allows authentication bypass, administrative access, denial-of-service, and memory corruption that may be leveraged for arbitrary code execution on the underlying RDK-B processes.
  • Affected: RDK-B WebUI version rdkb-2025q4-kirkstone.

Defense: Patch immediately to the latest RDK-B release. Until patched, restrict network access to the WebUI interface to trusted management networks only. Monitor for anomalous JWT usage or authentication logs from unexpected sources.

Source: https://kb.cert.org/vuls/id/874418

reddit.com
u/falconupkid — 12 hours ago

41 deceptive download sites show a real link, then send you somewhere else

This is a classic watering hole / SEO poisoning campaign targeting the trust we place in visual cues.

Malwarebytes identified 41 active domains using a "deceptive download" technique. The user sees a legitimate link (e.g., download.trustedapp.com) or a valid digital signature in the preview, but the actual href or redirect chain sends them to a malicious payload. This bypasses the "looks safe" heuristic that many users and even junior analysts rely on.

Technical Breakdown:

  • TTP: MITRE T1566.002 (Spearphishing Link) / T1204.001 (User Execution: Malicious Link). The social engineering exploits user trust in the visible URL vs. the actual destination.
  • IOCs: 41 specific domains (not listed in the summary, but likely available in the full Malwarebytes post). The technique involves JavaScript redirects or server-side 302s triggered after the user clicks.
  • Payload: Not specified in the summary, but typical for these campaigns: fake browser updates, cracked software installers, or info-stealers (e.g., Lumma, RedLine).

Defense:

  • User training: Hover over links and inspect the status bar before clicking. Train users to distrust "download here" buttons on third-party sites.
  • Technical control: Deploy browser isolation for high-risk browsing. Use DNS filtering to block known malicious domains. Enable click-to-play for plugins.
  • Detection: Monitor for anomalous outbound connections from browsers or mshta.exe / rundll32.exe spawning from a download folder.

Source: https://www.malwarebytes.com/blog/threat-intel/2026/08/41-deceptive-download-sites-show-a-real-link-then-send-you-somewhere-else

u/falconupkid — 13 hours ago

Hackers compromise 14,500 Dahua web cameras in 35-day campaign

A massive IoT botnet campaign dubbed CameraSwarm has compromised over 14,500 Dahua IP cameras, primarily in Ukraine and Russia, over a 35-day period. The attackers are using the hijacked devices for a variety of malicious activities, including DDoS attacks and potentially as a proxy network for further intrusions.

Technical Breakdown

  • Target: Dahua IP cameras (specific firmware versions not yet publicly detailed, but likely older/unpatched builds).
  • Method: Exploitation of default credentials and known vulnerabilities in exposed web interfaces. The campaign leveraged automated scanning to find vulnerable devices.
  • TTPs (MITRE):
    • T1078.001 (Valid Accounts: Default Accounts) – likely the primary vector.
    • T1190 (Exploit Public-Facing Application) – if specific CVEs were used.
    • T1498 (Network Denial of Service) – confirmed use for DDoS.
  • IOCs: None provided in the report. The campaign is tracked by the "CameraSwarm" moniker. Do not invent hashes or IPs.

Defense

  • Immediate Action: Change default credentials on all Dahua cameras immediately. Disable UPnP and remote web access if not strictly required.
  • Detection: Monitor for outbound traffic from camera subnets to known C2 infrastructure or high-volume UDP/TCP traffic patterns indicative of DDoS participation.
  • Mitigation: Segment IoT devices onto a separate VLAN with strict egress filtering. Apply any available firmware patches from Dahua.

Source: https://www.bleepingcomputer.com/news/security/hackers-compromise-14-500-dahua-web-cameras-in-35-day-campaign/

u/falconupkid — 13 hours ago

CVE-2026-19490: Critical Vulnerability Affecting Citrix NetScaler ADC and NetScaler Gateway

CVE-2026-19490 is a critical authentication bypass in Citrix NetScaler ADC and Gateway, scoring 9.3 on CVSS v4.0. It requires no authentication, no user interaction, and is exploitable over the network. Given these products sit in the DMZ and are often internet-facing, expect mass exploitation attempts within hours.

Technical Breakdown

  • Vulnerability Type: Authentication bypass (unauthenticated remote access).
  • Affected Products: Citrix NetScaler ADC and NetScaler Gateway (specific firmware versions pending full advisory).
  • Attack Vector: Network-based, low complexity.
  • Impact: Full compromise of the appliance, likely leading to lateral movement into internal networks.
  • No IOCs available yet — this is a pre-patch advisory.

Defense

  • Immediately isolate or apply the vendor-supplied hotfix as soon as it drops. If patching is delayed, restrict management interfaces to trusted IPs and consider placing these appliances behind a WAF or VPN concentrator as a compensating control. Monitor for anomalous authentication logs and unexpected config changes.

Source: https://www.rapid7.com/blog/post/etr-cve-2026-19490-critical-vulnerability-affecting-citrix-netscaler-adc-and-netscaler-gateway

reddit.com
u/falconupkid — 14 hours ago

US warns of AI-powered attacks on Siemens PLCs in critical infrastructure

This is a significant escalation in the OT threat landscape. The convergence of AI-assisted scripting with targeted exploitation of legacy industrial control systems (ICS) is a nightmare scenario for plant operators.

Technical Breakdown:

  • Target: Siemens S7-1200 and S7-1500 PLCs.
  • TTPs: Attackers are leveraging AI (likely LLMs) to generate custom exploit scripts targeting known vulnerabilities in the S7 protocol stack. This lowers the barrier to entry for OT attacks significantly.
  • Primary Vector: Exploitation of weak or default authentication on the engineering/protocol interfaces (e.g., S7comm). The AI scripts automate the process of brute-forcing or bypassing these controls.
  • Impact: Loss of control (LoT) over physical processes. Think conveyor belts, valves, or robotic arms being manipulated without operator knowledge.
  • IOCs: No specific hashes or IPs provided in the advisory yet—this is a TTP warning, not a specific malware campaign.

Defense: This is a network segmentation and hygiene problem. If your Siemens PLCs are reachable from the IT network or the internet, you are in the blast zone. Immediately enforce strict network segmentation (Purdue Model), disable unused S7 connections, and implement application whitelisting on the engineering workstations. If you are still using default passwords on S7-1200s, treat this as a P1 incident.

Source: https://www.bleepingcomputer.com/news/security/us-warns-of-ai-powered-attacks-on-siemens-plcs-in-critical-infrastructure/

u/falconupkid — 14 hours ago

Infrastructure Destruction Squad / BLACKNET-00: Ransomware, Firebase and ICS Tooling

This is a solid threat intelligence report with a clear analytical stance. Let's break it down for the sub.

Scenario A: Technical Threat, Vulnerability, or Exploit

The Ransom-ISAC assessment on BLACKNET-00 / Infrastructure Destruction Squad is a useful reality check. The group is pushing a ransomware builder, a Firebase scanner ("Shadow Ghost"), and an ICS recon toolkit (TRK-25), but the core judgment is that most of this is low-confidence, AI-assisted boilerplate with recycled code. The operational risk is real but narrow.

Technical Breakdown

  • TTPs (MITRE):
    • T1486 (Data Encrypted for Impact): Ransomware builder exists, but maturity is low.
    • T1595 (Active Scanning): Shadow Ghost tool for scanning exposed Firebase instances.
    • T0819 (Gather ICS Information): TRK-25 toolkit for ICS/SCADA reconnaissance.
  • IOCs: None provided in the summary. The report explicitly separates "low-confidence marketing claims" from verified capability. Do not invent hashes or IPs here.
  • Affected Sectors: Organizations with exposed Firebase databases or internet-facing ICS/SCADA devices.

Defense

Prioritize hardening based on confirmed exposure, not the group's hype. Immediately audit Firebase database rules for public read/write access and ensure ICS/SCADA networks are properly segmented and not directly internet-accessible. Treat the ransomware builder as a known, but currently low-sophistication, threat.

Source: https://ransom-isac.org/blog/infrastructure-destruction-squad-blacknet-00

u/falconupkid — 16 hours ago

AWSHound: An OpenSource AWS OpenGraph Collector

Scenario C: Tool Release / GitHub Repo

AWSHound is a new open-source tool from SpecterOps that solves a specific, painful problem in AWS post-exploitation: mapping the actual reachable attack surface from a given set of credentials.

The core question it answers is "Starting from this access, where can I actually end up?" AWS's native iam:SimulatePrincipalPolicy only evaluates one action at a time against a single resource, making it useless for rapid, broad-scope reconnaissance during an engagement. AWSHound bypasses this by collecting the full AWS resource graph (IAM roles, policies, EC2 instances, Lambda functions, S3 buckets, etc.) and dumping it into a Neo4j database.

What it does:

  • Collects all relevant AWS metadata via the API (no agent, no malware).
  • Builds a graph database of principals, resources, and the policies that connect them.
  • Allows you to run graph queries (Cypher) to find privilege escalation paths, lateral movement opportunities, and resource exposure.

Who it's for: Red teams, penetration testers, and cloud security auditors who need to map complex IAM relationships quickly.

Why it's useful: Instead of manually enumerating policies and guessing at transitive trust relationships, you can query "show me all roles this user can sts:AssumeRole into" or "find all S3 buckets accessible by this Lambda function" in seconds. It's a direct competitor to tools like Pacu and Cloudsplaining but focused specifically on graph-based relationship mapping.

Source: https://specterops.io/blog/2026/08/19/awshound-opensource-aws-opengraph-collector/

u/falconupkid — 16 hours ago

CVE-2026-15748: Critical Forminator WordPress Flaw Enables Unauthenticated RCE

Critical unauthenticated RCE in the Forminator plugin (CVE-2026-15748) is being actively weaponized. With a CVSS 9.8, this is a "patch yesterday" situation for anyone running WordPress with this plugin.

  • TTPs: Exploitation targets the file upload functionality to bypass extension validation, allowing an unauthenticated attacker to upload a malicious PHP web shell. This maps to MITRE ATT&CK T1505.003 (Server Software Component: Web Shell) and T1190 (Exploit Public-Facing Application).
  • Affected Versions: Forminator versions up to and including 1.56.1.
  • IOCs: No specific hashes or IPs in the public disclosure yet, but expect webshells with common names like shell.php or wp-export.php in the uploads directory. Monitor for unexpected .php files in /wp-content/uploads/forminator/.

Defense: If you can't patch immediately, implement a WAF rule to block file uploads to Forminator endpoints for unauthenticated users, and restrict execution permissions on the uploads directory via .htaccess or Nginx config.

Source: https://socprime.com/blog/cve-2026-15748-analysis/

u/falconupkid — 16 hours ago

CVE-2026-19478: Critical GitLab GraphQL Flaw Enables Unauthenticated Data Modification

Critical GitLab GraphQL flaw with a CVSS 9.4 rating. This is a pre-auth data manipulation bug in the GraphQL API layer, not just a read-only leak. If you’re running a self-managed instance, this is a patch-now situation.

  • TTPs: Exploitation targets the GraphQL API (MITRE T1190 - Exploit Public-Facing Application). The vulnerability allows an unauthenticated attacker to craft GraphQL queries that bypass authorization checks, leading to data modification or deletion of public projects and user data.
  • Affected Versions: All versions of GitLab CE/EE prior to the emergency patch. Specific version numbers were not disclosed in the summary, but the advisory is live.
  • IOCs: No specific IOCs (IPs, hashes) are available yet. Expect exploitation attempts to appear as anomalous GraphQL API calls from unauthenticated sources.

Defense: Immediately upgrade to the latest patched version. If immediate patching is not possible, restrict network access to the GitLab instance and monitor GraphQL API logs for unauthorized mutations or deletions.

Source: https://socprime.com/blog/cve-2026-19478-analysis/

u/falconupkid — 16 hours ago

US charges Iranian hackers over $3.4 billion intellectual property theft

This is a significant indictment, but the technical details are sparse. The value here is in the strategic implications of state-sponsored IP theft at scale.

The DOJ unsealed charges against 17 individuals tied to the Mabna Institute, an Iranian hacking-for-hire firm. The operation targeted over 300 universities, 50 private companies, and government agencies across the US and abroad, netting an estimated 31 terabytes of data valued at $3.4 billion. This wasn't just espionage; it was a commercialized theft operation feeding Iran's domestic industries.

Strategic Impact:

  • Scale of Operation: This dwarfs typical corporate espionage. The sheer volume of stolen IP (academic research, engineering data, trade secrets) was used to accelerate Iran's own technological sectors, effectively subsidizing their R&D.
  • Attribution & Deterrence: While charging foreign nationals rarely leads to extradition, it serves to formally attribute the activity and impose secondary sanctions. Expect increased scrutiny on financial networks supporting these actors.
  • Target Profile: Universities remain a soft target. Their open networks and decentralized IT make them prime vectors for this type of long-term, low-and-slow data exfiltration.

Key Takeaway: If your organization holds valuable IP or collaborates with academic institutions, this is a reminder that the threat model isn't just ransomware. You need data-centric security controls (DLP, classification, and strict egress monitoring) to detect bulk exfiltration, not just malware.

Source: https://www.bleepingcomputer.com/news/security/us-charges-iranian-hackers-over-34-billion-intellectual-property-theft/

u/falconupkid — 16 hours ago

Simple Scans for Cloud Metadata Service, (Wed, Aug 19th)

This is a classic and often overlooked attack vector. The link-local metadata service at 169.254.169.254 is a prime target for Server-Side Request Forgery (SSRF) and initial access escalation.

Technical Breakdown:

  • Attack Vector: SSRF, command injection, or any web app vulnerability that allows an attacker to force the server to make an outbound HTTP request.
  • Target: http://169.254.169.254/latest/meta-data/ (AWS) or equivalent paths for GCP/Azure.
  • Payload Example: curl http://169.254.169.254/latest/meta-data/iam/security-credentials/<ROLE_NAME> to dump temporary AWS credentials.
  • IOCs: Look for outbound HTTP requests to 169.254.169.254 originating from application servers (e.g., web app processes) that should not be making such calls. Also monitor for 403 errors on the metadata endpoint from unexpected sources.

Defense:

  • Network Layer: Use iptables or cloud-native firewall rules (e.g., AWS Security Groups, Azure NSGs) to block outbound traffic to 169.254.169.254 from non-privileged application subnets. Only the host's systemd or cloud-init processes should have access.
  • Application Layer: Implement strict URL validation and blocklist 169.254.0.0/16 in any proxy or SSRF filter.
  • IMDSv2 (AWS): Enforce session-oriented requests (PUT requests with a token) to mitigate simple SSRF attacks.

Source: https://isc.sans.edu/diary/rss/33260

reddit.com
u/falconupkid — 17 hours ago

Why shadow AI is far riskier than shadow IT

This is a strategic risk piece, not a technical exploit. It discusses a trend (Shadow AI) and its implications for security programs.

SCENARIO B

The core argument here is that Shadow AI presents a fundamentally different risk profile than traditional Shadow IT. While Shadow IT typically involved unsanctioned SaaS tools or hardware, Shadow AI introduces autonomous, generative capabilities that can exfiltrate data, make decisions, and embed itself into critical workflows without human oversight.

Strategic Impact

The article highlights that most organizations are blind to the scale of this problem. Traditional DLP and CASB tools struggle to detect AI agents that are consuming data via API calls or browser extensions. The risk isn't just data leakage—it's supply chain poisoning. If an employee uses an unsanctioned AI model to write code or generate a report, that output becomes part of the corporate IP, potentially carrying hidden biases, vulnerabilities, or compliance violations.

Key Takeaway

  • Shift from "Block" to "Visibility": You cannot block all AI usage. The immediate priority is deploying tools that can discover and classify AI agent activity across the environment. Treat Shadow AI as a supply chain risk, not just an endpoint policy violation.

Source: https://www.reversinglabs.com/blog/why-shadow-ai-is-far-riskier-than-shadow-it

u/falconupkid — 18 hours ago