Practical security insights for teams without a SOC

No vendor fluff. No recycled threat reports. Real guidance on vulnerability scanning, malware, and attack surface management — written by practitioners.

o

Obaida Al-Sulaiman

Information Security Manager · CISSP · CEH · OSCP

Common cloud misconfigurations are security-relevant settings that leave cloud resources more exposed than intended, for example a public data store, an overly broad IAM role, an unrestricted management port, or logging that never reaches the security team. They are usually not zero-days. They are configuration, identity, network, and governance mistakes that can turn otherwise secure […]
A cloud security audit checklist is the structured list of domains and controls you review to confirm your cloud environment is configured, governed, and defended as your policies and obligations require. It spans asset inventory, identity, secrets, data protection, logging, network, configuration, change management, vulnerabilities, workloads, backup, incident response, third-party assurance, and governance, each backed […]
A cloud security scan is an automated assessment of cloud accounts, workloads, data, identities, and configuration settings that looks for vulnerabilities, insecure configurations, excessive permissions, exposed resources, and technical control gaps before an attacker finds them. Depending on the scanner and the integrations enabled, it may assess AWS, Azure, Google Cloud, virtual machines, containers, Kubernetes, […]
Knowing how to check the Drupal version of a website helps you answer a critical security question: does the site still receive security updates? An unsupported Drupal branch can continue running normally while accumulating publicly known vulnerabilities that will never receive an official patch, This guide explains three reliable ways to check the version of […]
Is Drupal secure? The honest answer is yes, with an important condition: Drupal provides a strong security foundation, but the security of a live website still depends on its version, contributed modules, custom code, permissions, hosting environment, and patching process.Drupal core is backed by a formal Security Team and a coordinated disclosure process. However, many […]
An open port in cyber security is a TCP or UDP port that is reachable and has a service accepting network traffic. Ports allow one device to reach a specific service on another, such as SSH on TCP port 22 or HTTPS on TCP port 443. Open ports are necessary for websites, email, DNS, remote […]
A use-after-free vulnerability happens when a program keeps using a piece of memory after it has already handed that memory back to the system. The leftover reference, called a dangling pointer, still points at the old spot. If an attacker manages to fill that spot with their own data, the program may read or run […]
The most common wordpress vulnerabilities almost never live in WordPress core. They hide in the plugins and themes you installed and forgot about. Security researchers logged 7,966 new WordPress vulnerabilities in 2024, and 96% of them sat in plugins, 4% in themes, and only seven in core itself. So the honest version of this guide […]
Knowing how to check if a WordPress plugin is safe before you install it is the single most useful security habit a site owner can build, because plugins, not WordPress itself, cause the overwhelming majority of hacks. A polished-looking plugin can still carry outdated code, an unpatched vulnerability, or in the worst case, deliberately malicious […]
Vulnerability management vs exposure management comes down to one question: are you fixing individual software flaws, or reducing everything an attacker could actually use to get in? Vulnerability management hunts and patches known CVEs. Exposure management is the wider discipline that also covers misconfigurations, exposed identities, shadow IT, and third-party risk, then prioritizes by real-world […]
Learning how to test for SQL injection vulnerability by hand is the fastest way to understand one of the most damaging flaws on the web: a single unescaped quote in a URL can hand an attacker your entire database. This guide walks you through the whole workflow, first testing manually with a handful of safe […]
The POODLE vulnerability is a design flaw in SSL 3.0 that lets a man-in-the-middle attacker decrypt small pieces of an encrypted session, one byte at a time, until they recover something valuable like your session cookie. Tracked as CVE-2014-3566 and disclosed by Google researchers in October 2014, it cannot be patched, because the weakness is […]
This guide will tell you how to monitor your website availability and uptime by using ScanTitan free online website monitor. As the world evolves today, websites become an increasingly vital tool for businesses and end-users relying on the internet for work or pleasure. With an increase in websites, there is a need for website availability […]
This guide will tell you how to scan your website against malware which includes viruses, webshells, malicious javascript and others by using ScanTitan free website malware scanner. What is website malware? Can a website be infected with malware too? Malware, is the short form for malicious software, is designed basically to cause harm to a […]
This guide will tell you how to find your website security vulnerabilities and weakness by using ScanTitan free online vulnerability scanner. What is website vulnerability? According to research, it has shown on average that websites experience a cyber attack of over 25 times per day which implies over 9,000 attacks per year. Website vulnerability simply […]
This guide will tell you how to reduce your website and online services attack surface by finding your security exposures using ScanTitan free online vulnerability scanner. What is website security exposure? With an increasing rate of cyber-attacks daily, there are various factors in which website security exposure is one that allows a website to become […]
This guide will tell you how to know your network exposure and running services on your edge device like a firewall or router and how to monitor network exposure using ScanTitan. What is network exposure monitoring? With the rate at which hackers are exploiting services behind open ports, it is very important to conduct network […]
This article will guide you on how to monitor your cyber brand security using ScanTitan cyber brand monitoring to prevent digital image issues, traffic drops, and your customer trust loss. What is cyber brand monitoring? Cyber brand monitoring is very essential in your business if you want to consistently stand out, retain customers on your […]
This guide will tell you what is vulnerability intelligence and exploit intelligence, why they are important, and how to get benefits using ScanTitan Vulnerability and Exploit intelligence features. What is vulnerability and exploit intelligence? Vulnerability and exploit intelligence are the basis of a good security strategy for your website. They play an important role in […]
This guide will tell you what is cyber threat intelligence and how it is important to identify relevant threats of your business using ScanTitan Threat Intelligence platform. What is Threat Intelligence? Cyber threats keep increasing daily and it has become an essential issue for organizations and companies to deal with. Threat intelligence is simply the […]
Common cloud misconfigurations are security-relevant settings that leave cloud resources more exposed than intended, for example a public data store, an overly broad IAM role, an unrestricted management port, or logging that never reaches the security team. They are usually not zero-days. They are configuration, identity, network, and governance mistakes that can turn otherwise secure […]
A cloud security audit checklist is the structured list of domains and controls you review to confirm your cloud environment is configured, governed, and defended as your policies and obligations require. It spans asset inventory, identity, secrets, data protection, logging, network, configuration, change management, vulnerabilities, workloads, backup, incident response, third-party assurance, and governance, each backed […]
A cloud security scan is an automated assessment of cloud accounts, workloads, data, identities, and configuration settings that looks for vulnerabilities, insecure configurations, excessive permissions, exposed resources, and technical control gaps before an attacker finds them. Depending on the scanner and the integrations enabled, it may assess AWS, Azure, Google Cloud, virtual machines, containers, Kubernetes, […]
Knowing how to check the Drupal version of a website helps you answer a critical security question: does the site still receive security updates? An unsupported Drupal branch can continue running normally while accumulating publicly known vulnerabilities that will never receive an official patch, This guide explains three reliable ways to check the version of […]
Is Drupal secure? The honest answer is yes, with an important condition: Drupal provides a strong security foundation, but the security of a live website still depends on its version, contributed modules, custom code, permissions, hosting environment, and patching process.Drupal core is backed by a formal Security Team and a coordinated disclosure process. However, many […]
An open port in cyber security is a TCP or UDP port that is reachable and has a service accepting network traffic. Ports allow one device to reach a specific service on another, such as SSH on TCP port 22 or HTTPS on TCP port 443. Open ports are necessary for websites, email, DNS, remote […]
A use-after-free vulnerability happens when a program keeps using a piece of memory after it has already handed that memory back to the system. The leftover reference, called a dangling pointer, still points at the old spot. If an attacker manages to fill that spot with their own data, the program may read or run […]
The most common wordpress vulnerabilities almost never live in WordPress core. They hide in the plugins and themes you installed and forgot about. Security researchers logged 7,966 new WordPress vulnerabilities in 2024, and 96% of them sat in plugins, 4% in themes, and only seven in core itself. So the honest version of this guide […]
Knowing how to check if a WordPress plugin is safe before you install it is the single most useful security habit a site owner can build, because plugins, not WordPress itself, cause the overwhelming majority of hacks. A polished-looking plugin can still carry outdated code, an unpatched vulnerability, or in the worst case, deliberately malicious […]
Vulnerability management vs exposure management comes down to one question: are you fixing individual software flaws, or reducing everything an attacker could actually use to get in? Vulnerability management hunts and patches known CVEs. Exposure management is the wider discipline that also covers misconfigurations, exposed identities, shadow IT, and third-party risk, then prioritizes by real-world […]
Learning how to test for SQL injection vulnerability by hand is the fastest way to understand one of the most damaging flaws on the web: a single unescaped quote in a URL can hand an attacker your entire database. This guide walks you through the whole workflow, first testing manually with a handful of safe […]
The POODLE vulnerability is a design flaw in SSL 3.0 that lets a man-in-the-middle attacker decrypt small pieces of an encrypted session, one byte at a time, until they recover something valuable like your session cookie. Tracked as CVE-2014-3566 and disclosed by Google researchers in October 2014, it cannot be patched, because the weakness is […]

Written by

o

Obaida Al-Sulaiman

Information Security Manager, Dubai

12+ years in information security. Specialises in web application security, vulnerability management, and external attack surface reduction for SMB and mid-market organisations.

Browse by topic

New CVEs, practical guides, and scan methodology updates. One email per week. No sales pitch.
No spam. Unsubscribe any time. GDPR compliant.

Editorial standards: All ScanTitan blog content is reviewed by certified InfoSec professionals before publication. Technical claims are tested against live scan results or cited from primary sources (CVE database, OWASP, NIST NVD). We do not accept sponsored posts or paid placements.

Try a free scan

Run a free vulnerability scan on your domain. No account required.
Loading posts...