<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ScanMalware Security Blog</title>
    <link>https://scanmalware.com/blog</link>
    <description>Technical insights on web security, malware detection, certificate validation, and threat intelligence from ScanMalware.com</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Apr 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://scanmalware.com/rss.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://scanmalware.com/scanmalware.svg</url>
      <title>ScanMalware Security Blog</title>
      <link>https://scanmalware.com/blog</link>
    </image>
    
    <item>
      <guid>https://scanmalware.com/blog/introducing-smql-query-language</guid>
      <title>Introducing SMQL: Search 343K+ Scans with 120+ Filters</title>
      <link>https://scanmalware.com/blog/introducing-smql-query-language</link>
      <description>ScanMalware Query Language (SMQL) is a powerful search syntax for querying our entire scan database. Combine 120+ filters across TLS certificates, JavaScript analysis, WHOIS data, malware detection, and more with boolean logic and comparison operators.</description>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Research Team)</author>
      <category>smql</category>
      <category>search</category>
      <category>query-language</category>
      <category>threat-hunting</category>
      <category>security-research</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/stable-behavioral-signatures</guid>
      <title>Introducing Stable Behavioral Signatures: Clustering JavaScript by What It Does</title>
      <link>https://scanmalware.com/blog/stable-behavioral-signatures</link>
      <description>ScanMalware introduces two new behavioral fingerprinting algorithms that cluster JavaScript by runtime behavior patterns rather than exact code matching. Stable signatures bucket API usage into categories for deterministic grouping, while behavior vectors enable continuous similarity scoring across scans.</description>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Research Team)</author>
      <category>javascript-analysis</category>
      <category>behavioral-fingerprinting</category>
      <category>malware-detection</category>
      <category>similarity-search</category>
      <category>machine-learning</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/coruna-ios-exploit-kit-detection</guid>
      <title>Detecting Coruna: New YARA Rules for the Nation-State iOS Exploit Kit Targeting Safari</title>
      <link>https://scanmalware.com/blog/coruna-ios-exploit-kit-detection</link>
      <description>ScanMalware adds 16 new YARA detection rules for Coruna (CryptoWaters), the nation-state-grade iOS exploit kit targeting Safari/WebKit on iOS 13-17.2.1. Our rules detect both specific IOCs and generic browser exploitation techniques including in-browser Mach-O parsing, ARM64 gadget scanning, and NaN-boxing type confusion.</description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Research Team)</author>
      <category>threat-intelligence</category>
      <category>exploit-kit</category>
      <category>ios</category>
      <category>yara</category>
      <category>webkit</category>
      <category>browser-exploit</category>
      <category>coruna</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/shinyhunters-phishing-kit-analysis</guid>
      <title>Inside ShinyHunters&apos; Phishing Kit: Technical Analysis of Real-Time SSO Credential Theft and MFA Bypass</title>
      <link>https://scanmalware.com/blog/shinyhunters-phishing-kit-analysis</link>
      <description>Deep technical analysis of ShinyHunters&apos; sophisticated real-time phishing kit used for SSO credential theft and MFA bypass. Detailed breakdown of the attack infrastructure, JavaScript malware, and MFA bypass mechanisms used against healthcare and fintech companies.</description>
      <pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Research Team)</author>
      <category>threat-intelligence</category>
      <category>phishing</category>
      <category>mfa-bypass</category>
      <category>shinyhunters</category>
      <category>malware-analysis</category>
      <category>yara</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/introducing-scanmalware-cli</guid>
      <title>Introducing the ScanMalware CLI: Powerful URL Security Analysis from Your Terminal</title>
      <link>https://scanmalware.com/blog/introducing-scanmalware-cli</link>
      <description>We&apos;re excited to announce the official ScanMalware CLI tool - a Rust-based command-line interface that brings the full power of ScanMalware&apos;s security analysis directly to your terminal for automation, batch processing, and DevSecOps workflows.</description>
      <pubDate>Tue, 07 Jan 2025 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Team)</author>
      <category>cli</category>
      <category>rust</category>
      <category>automation</category>
      <category>devops</category>
      <category>security</category>
      <category>tools</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/caa-validation-implementation</guid>
      <title>Implementing CAA Record Validation in TLS Certificate Analysis</title>
      <link>https://scanmalware.com/blog/caa-validation-implementation</link>
      <description>Learn how we added Certificate Authority Authorization (CAA) DNS record validation to our TLS analyzer, including a robust 6-tier DNS fallback strategy to ensure reliable lookups.</description>
      <pubDate>Sun, 03 Nov 2024 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Team)</author>
      <category>tls</category>
      <category>security</category>
      <category>dns</category>
      <category>certificates</category>
      <category>caa</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/certificate-transparency-integration</guid>
      <title>Integrating Certificate Transparency Validation into TLS Analysis</title>
      <link>https://scanmalware.com/blog/certificate-transparency-integration</link>
      <description>Certificate Transparency (CT) logs are now required by browsers for all publicly trusted certificates. Learn how we validate CT compliance and what it means for web security.</description>
      <pubDate>Sun, 03 Nov 2024 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Team)</author>
      <category>tls</category>
      <category>security</category>
      <category>certificates</category>
      <category>certificate-transparency</category>
      <category>google</category>
    </item>
  
    
    <item>
      <guid>https://scanmalware.com/blog/certificate-validity-periods</guid>
      <title>Certificate Validity Periods: The 398-Day Rule and Why It Matters</title>
      <link>https://scanmalware.com/blog/certificate-validity-periods</link>
      <description>Modern browsers enforce strict limits on TLS certificate validity periods. Learn about the 398-day rule, why it exists, and how we detect certificates that violate these industry standards.</description>
      <pubDate>Sun, 03 Nov 2024 00:00:00 GMT</pubDate>
      <author>noreply@scanmalware.com (ScanMalware Team)</author>
      <category>tls</category>
      <category>security</category>
      <category>certificates</category>
      <category>compliance</category>
      <category>browser-security</category>
    </item>
  
  </channel>
</rss>