• Link to X
  • Link to Facebook
  • Link to LinkedIn
  • Link to Mail
Contact Us | 202-236-2968 | 24/7 support | Privacy Policy
Connect4 Consulting
  • About
  • Portfolio
  • Website Design
    • Website Design Packages
    • Website Administration
    • Website Hosting, Backup, and Security
  • SEO
    • Local SEO
  • Testimonials
  • Blog
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

No Platform is “Hack-Proof”

August 5, 2026/in Website Security, Website Strategy/by Gabriel Seiden

Website Security Risk Across WordPress, Drupal, Wix, Squarespace, Static, and AI

In short:  There is no single “most secure” website platform — security risk doesn’t disappear when you switch platforms, it relocates. WordPress and Drupal put the risk in code you maintain; Wix and Squarespace hand server security to the vendor but shift risk to your account; static sites shrink the attack surface but move it to your build pipeline; and AI-built sites are fast but ship insecure code by default. The safest platform is the one that’s competently maintained.

Why “which platform is safest?” is the wrong question

Every website has an attack surface. A database, a login page, a plugin, a dependency, a DNS record, an admin account — each is a door, and no platform has zero doors. What changes from one platform to the next isn’t whether the risk exists; it’s where the risk concentrates and who is responsible for closing it.

That reframing matters, because it cuts through the marketing. “We handle security for you” is true of hosted builders — for the parts they control. “Static sites can’t be hacked” is nearly true for the server, and not at all true for the supply chain that builds them. Once you know where each platform hides its risk, the right choice for your business gets a lot clearer. Here’s the whole landscape on one page:

Platform Where the risk concentrates Who patches it Best fit
WordPress Third-party plugins (91% of its vulnerabilities) You / your maintainer Custom, owned, SEO-flexible business sites — with upkeep
Drupal Rare but severe core flaws; modules You / your team (on a tight clock) Complex, enterprise & high-compliance sites
Wix Your account; third-party apps; platform-wide incidents Wix (infrastructure); you (account) Simple sites wanting low maintenance
Squarespace Your account & DNS; platform operations Squarespace (infra); you (account) Design-forward simple sites (MFA on)
Static / Jamstack Build pipeline, dependencies, third-party scripts You (dependencies); host (CDN) Brochure/blog sites with technical skill
AI-built (vibe coding) Insecure generated code (45–70%); host platform Whoever reviews the code — often no one Prototypes; risky for unreviewed production

Where website security risk concentrates by platform, and who is responsible for it.

Platform by platform

WordPress — the power-and-responsibility platform

WordPress runs about 43% of the web, which makes it the single biggest target for automated attacks. Its core is genuinely secure — only six low-risk core vulnerabilities in all of 2025. The risk is the plugin ecosystem every business site accumulates: 91% of WordPress vulnerabilities in 2025 were in plugins, and for the most heavily targeted flaws, the weighted median time from public disclosure to mass exploitation was about five hours. You (or whoever maintains your site) are responsible for keeping all of it patched.

Best for: businesses that want full control, ownership, custom functionality, and SEO flexibility — provided someone actually maintains it.

Drupal — fewer vulnerabilities, heavier when they hit

Drupal has a far smaller footprint than WordPress, a more curated module ecosystem, and one of the oldest, most disciplined security teams in open source. That means fewer vulnerabilities overall. But when a core flaw does land, it can be severe and exploited fast: Drupalgeddon2 in 2018 was an unauthenticated remote-code-execution bug, and despite a week’s advance warning, an estimated 115,000 sites were compromised within 48 hours of the exploit going public. You’re responsible for patching, on a tight clock.

Best for: complex, high-compliance, enterprise or government sites with a technical team — usually overkill for a small business.

Wix — hand the servers to the vendor

Wix is closed and fully hosted: Wix runs the servers, the patching, and the DDoS defense, so there are no plugins or server software for you to update, and your day-to-day attack surface is small. The trade-off is that your risk shifts to three places you do control or add: your account (passwords, phishing, two-factor authentication), the third-party apps you install, and “shared fate” — when the platform itself has a flaw, every site on it is exposed at once. In mid-2025, a critical authentication-bypass in Base44 (Wix’s AI app builder) briefly let attackers reach private applications across its shared infrastructure; Wix patched it within 24 hours.

Best for: simple sites where low maintenance matters more than deep control.

Squarespace — same model, and a lesson about your account

Squarespace is also closed and hosted, with the vendor handling infrastructure security. Its cautionary tale is about the other half of hosted risk: on these platforms, your account is your security perimeter. In July 2024, after Squarespace absorbed roughly 10 million domains from Google Domains, the migration left multi-factor authentication disabled and accounts claimable by email — and attackers seized about a dozen high-profile domains, repointing their DNS to cryptocurrency-drainer phishing pages. The site code was never “hacked”; the accounts and DNS were.

Best for: design-forward simple sites — with Multi Factor Authentication turned on, non-negotiable.

Static / Jamstack — the smallest attack surface

A static site is a set of pre-built files served from a CDN — no database, no server-side code running on each request, no plugins. That eliminates the entire category of injection and plugin-vulnerability attacks that dominate WordPress and Drupal, and there’s almost nothing to patch. But the risk doesn’t vanish; it moves upstream to the build pipeline and its dependencies. 2025 was a brutal year there: the self-propagating Shai-Hulud npm worm and hundreds of thousands of new malicious packages showed how a single poisoned dependency can inject code into a built site or steal secrets during the build. Client-side third-party scripts (forms, analytics, chat widgets) and your host/DNS account are the other exposures.

Best for: brochure and blog sites where you have — or hire — technical skill; a poor fit for booking systems, memberships, or e-commerce without bolting on APIs that re-add attack surface.

AI-built (vibe coding) — fastest to ship, least predictable

Describe a site in plain English and an AI tool builds it. It’s astonishingly fast — and, on current evidence, insecure by default. Veracode’s 2025 study of more than 100 models found that 45% of AI-generated code failed basic OWASP security tests (Java was worst, around 72%); the Cloud Security Alliance put the figure at 62%, and Checkmarx as high as 70%. Carnegie Mellon found that while about 61% of AI-generated code works, only roughly 10% passes a security review. The failure mode is consistent: the AI optimizes for “it runs,” not “it’s safe,” and the person prompting it usually can’t tell the difference — a well-documented false sense of security. AI-built sites also inherit the shared-fate risk of whatever platform hosts them.

Best for: prototypes and internal experiments; risky as an unmonitored, public-facing business site unless a competent human security-reviews the output.

Connect4 Tip

The platform question is really a maintenance question. “Which is most secure?” almost always resolves to “which one has a competent human keeping it patched and its accounts locked down?” Choose your platform for control and fit — then make sure someone actually owns the upkeep. A neglected site is a liability on any platform; a maintained one is safe on nearly all of them.

So which should you choose?

Match the platform to three things: how much control and custom functionality you need, who is going to maintain it, and your tolerance for risk. In practice:

  • Simple site, no maintainer, want hands-off — a hosted builder (Wix or Squarespace) with MFA turned on is a legitimate, reasonably secure choice.
  • Business site needing custom features, integrations, SEO, and ownership — WordPress with a care plan gives you the most power without the exposure that comes from neglect.
  • Content or brochure site, technical skill available, security and speed are priorities — static / Jamstack, with disciplined dependency hygiene.
  • Complex, enterprise, or government site — Drupal, with a technical team on a fast patch cadence.
  • AI-built — great for a fast first draft; don’t ship it to production handling real customer data until a human has security-reviewed it.

What you can do right now (any platform)

  • Turn on multi-factor authentication everywhere — your site login, your host, and especially your domain registrar. It works on every platform and closes the most common door.
  • Inventory what you’re actually running — plugins, modules, dependencies, and every third-party script embedded in your pages. You can’t secure what you haven’t listed.
  • Delete what you don’t use. Every unused plugin, module, or dependency is attack surface you can remove for free.
  • Confirm backups exist and that you can restore one. An untested backup is a hope, not a plan.
  • If your site was AI-built or inherited, get the code security-reviewed before it handles customer data.

Where Connect4 can help

The platform you’re on matters less than whether someone competent is keeping it secure. That’s the part we own.

  • Platform selection matched to your real needs — an honest recommendation based on your functionality, budget, and who will maintain it, not a one-size pitch.
  • Managed maintenance and virtual patching for WordPress, so updates and protection operate on the same timeline the threats do.
  • Secure migrations between platforms — done with MFA and DNS handled correctly, so you don’t repeat the 2024 Squarespace mistake.
  • Security review of AI-built or inherited sites before they go live with real data.
  • Ongoing monitoring, backups, and hardening rolled into a monthly care plan, so nothing is ever neglected long enough to become a vulnerability.

Frequently asked questions

Which website platform is the most secure?

There’s no single answer — security risk relocates rather than disappears. Static sites have the smallest server-side attack surface, hosted builders like Wix and Squarespace offload infrastructure security to the vendor, and WordPress and Drupal give the most control but require active patching. The safest platform is the one that’s competently maintained.

Is WordPress less secure than Wix or Squarespace?

Not inherently. WordPress core is very secure; its risk is unmaintained plugins plus being the web’s biggest target. Hosted builders reduce your maintenance but shift risk to account security and platform-wide incidents. A maintained WordPress site and a hosted site with MFA are both reasonably safe.

Are static (Jamstack) sites really unhackable?

No. Removing the database and plugins eliminates most injection attacks, but the risk moves to the build pipeline and dependencies — npm supply-chain attacks like the 2025 Shai-Hulud worm — plus third-party scripts and your host/DNS account. Lower risk, not zero.

Is it safe to build my business website with an AI tool?

For prototypes, yes. For a live site handling customer data, be cautious: independent studies found roughly 45–70% of AI-generated code contains security flaws, and the tools consistently prioritize functionality over safety. Have the output security-reviewed before it goes live.

What’s the single most important security step, regardless of platform?

Enable multi-factor authentication on every account tied to your website and domain. On hosted and static platforms especially, your account is the perimeter — the 2024 Squarespace domain hijackings happened precisely because MFA was switched off during a migration.

The platform is a choice. Maintenance is the answer.

It’s tempting to look for a platform that makes security someone else’s problem forever. None exists. Hosted builders take the servers off your plate but hand you the account and the third-party apps. Static sites shrink the surface but hand you the supply chain. AI builds fast but hands you code no one has checked. WordPress and Drupal give you the most control and hand you the responsibility that comes with it.

So choose your platform for fit — the control, functionality, and ownership your business actually needs — and then make sure the upkeep has an owner. That single decision does more for your security than any logo on your tech stack. If you’d like help picking the right platform, or keeping the one you have locked down, that’s exactly what we do.

https://connect4consulting.com/wp-content/uploads/2026/07/Gemini_Generated_Image_vi6f6ivi6f6ivi6f.png 768 1376 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2026-08-05 13:38:442026-07-28 14:41:50No Platform is “Hack-Proof”

5 Hours to Exploit: The Terrifying Speed of Modern WordPress Attacks

July 31, 2026/in Website Maintenance, Website Security, Website Strategy/by Gabriel Seiden

In short:  For the WordPress flaws attackers target most, the median time from public disclosure to mass exploitation is now about five hours — and 46% of vulnerabilities have no patch available the day they’re disclosed. Weekly update cycles no longer match the threat. Continuous monitoring and virtual patching do.

Five hours: the new normal

Five hours. According to Patchstack’s State of WordPress Security in 2026 report, that’s the weighted median time — for the most heavily targeted vulnerabilities — between a flaw being publicly disclosed and the first wave of mass exploitation in the wild. Not five days. Not five weeks. Five hours.

A quick note on that number, because precision matters: five hours isn’t the average for every bug. It’s the weighted median for the flaws attackers actually pile onto — weighted by how intense the exploitation gets. The broader figure is nearly as sobering: about half of all high-impact vulnerabilities are exploited within 24 hours of disclosure. Either way, if your update strategy is “I’ll check on it this weekend,” you’re not operating on a schedule that matches the current threat environment.

How the botnet economy works

The botnets that exploit WordPress vulnerabilities are automated and always running. They don’t take weekends. They don’t wait for business hours. They continuously scan millions of sites, comparing installed plugin versions against a database of known vulnerabilities, and they begin exploitation the moment a viable target is identified.

The economics are what make this dangerous for small sites. When the cost of attacking a target approaches zero, even low-value targets — a solo therapist’s website, a small non-profit — are worth exploiting. You don’t have to be important to be attacked; you just have to be reachable. By one estimate drawing on Patchstack’s data, roughly 13,000 WordPress sites are compromised every day.

91% of the risk lives in your plugins

WordPress core is maintained by a large, well-resourced team with a strong security track record. In all of 2025, only six vulnerabilities were reported in WordPress core — all of them low-risk. The danger lives in the ecosystem of plugins that most business websites accumulate: contact forms, gallery tools, SEO plugins, booking systems, event calendars. Patchstack found that 91% of new vulnerabilities in 2025 were in plugins.

Two numbers make the plugin problem worse than it first sounds. First, 43% of these vulnerabilities can be exploited with no login at all — any anonymous bot can trigger them. Second, 46% had no patch available on the day they were disclosed. And Patchstack found that premium plugins and themes were associated with roughly three times as many known-exploited vulnerabilities as free ones — paying for a plugin is not the same as it being safe.

The silent infection: what modern hacks look like

Modern attacks rarely crash your website — that would tip you off. Instead they work quietly:

  • They mine cryptocurrency using your server’s processing power, slowing your site and running up your hosting bill.
  • They create hidden admin accounts so they keep access even after the original hole is closed.
  • They inject invisible spam links that drag down your domain’s reputation and rankings with Google.
  • They harvest your client contact list and sell it.

You may not know you’ve been compromised for weeks — until your traffic mysteriously drops, a client calls to report something alarming, or Google adds a warning to your search listing.

Why weekly updates are no longer enough

The five-hour window breaks the traditional advice. “Keep your plugins updated” assumes you have days to react. For heavily targeted vulnerabilities, you often have hours — and a weekly or monthly cycle simply can’t move that fast. Patchstack puts it bluntly in the report: regular plugin updates are a second line of defense, but when attackers weaponize new vulnerabilities within mere hours, updates alone are not a viable defense.

There’s an even more uncomfortable wrinkle. Remember that 46% of vulnerabilities have no patch on the day they go public. In those cases there is literally nothing to update — the hole is known, actively scanned for, and the plugin is still broken. The only thing that protects you in that gap is a layer that can block the exploit before a fix exists.

Connect4 Tip

You can’t patch a hole that doesn’t have a patch yet — and 46% of the time, there isn’t one on day one. That single fact is the entire case for a WordPress-specific firewall that can block an exploit before the official fix exists. Updates are necessary. They’re just no longer sufficient on their own.

“Should I just use something other than WordPress, then?”

It’s a fair question — and the honest answer is: usually not for security reasons alone. Switching platforms tends to solve the wrong problem.

Start with what the data actually says. WordPress core isn’t the weak point — six low-risk vulnerabilities in a year is an excellent track record. The risk comes from two things: the open plugin ecosystem, and the fact that WordPress runs about 43% of the web, which makes it the single biggest target for automated attacks. Any platform that large and that open would attract the same swarm. Part of why you hear about WordPress vulnerabilities at all is that they’re publicly disclosed — which is a strength, not a weakness. The holes you never hear about on a closed platform don’t stop existing.

That said, hosted, closed platforms — Squarespace, Wix, Shopify — do have a real, honest advantage here: they manage server security and updates for you, and there’s a much smaller third-party plugin surface to go wrong. If you have a simple brochure site and you never want to think about maintenance, that’s a legitimate trade to make.

But it is a trade. In exchange you give up flexibility and custom functionality, deep control over SEO and performance, the ability to integrate the specific tools your business runs on, and — crucially — ownership. You don’t own the platform; you rent space on someone else’s. And hosted builders are not magic: they still get breached, and you’re still responsible for strong passwords, two-factor authentication, and the security of any third-party apps or integrations you bolt on.

The real bottom line is this: the problem isn’t WordPress, it’s unmaintained WordPress. A well-maintained WordPress site — tested updates, a WordPress-specific firewall, hardened logins, real backups — is secure and gives you power no hosted builder can match. A neglected one is a liability on any platform. If your website is a genuine business asset, migrating a working site purely out of security fear is an expensive answer to a question that ongoing maintenance already solves.

What you can do right now (no developer needed)

  • Turn on automatic updates for plugins, themes, and core at minimum. Auto-updates aren’t perfect, but for most small sites they beat a manual weekly cycle by days — and days are the whole game here.
  • Enable two-factor authentication on every admin account. With 43% of vulnerabilities needing no login, locking down the logins you do control is the highest-ROI ten minutes you can spend today.
  • Delete plugins you don’t use. Go to Plugins → Installed Plugins and remove anything inactive or abandoned. Every plugin you don’t need is attack surface you can eliminate for free.
  • Install a security plugin with a firewall. The free Wordfence Security plugin includes a firewall and malware scanner — turn both on and run a full scan.
  • Confirm your backups work. Make sure daily backups exist and that you’ve actually restored one. An untested backup is a hope, not a plan.

Where Connect4 can help

The do-it-yourself steps close the easy gaps. Closing the five-hour gap — reliably, around the clock, without you watching for it — is what a managed care plan is for.

  • Continuous vulnerability monitoring, not a weekly glance — automated systems that watch for new disclosures affecting your specific plugins as they happen.
  • Virtual patching via a WordPress-specific firewall that blocks a known exploit at the traffic level within hours of disclosure — covering you during the gap before the plugin developer ships a fix, including the 46% of cases where no fix exists yet.
  • Staging-tested updates applied fast, so patches go live quickly without risking your live site.
  • Real-time malware scanning with alerting, so a compromise is caught and remediated in hours — long before Google finds it for you.
  • A real 3-2-1 backup strategy — three copies, two media types, one off-site — with periodic restore tests.
  • All of it rolled into a monthly care plan, so security, performance, and updates are handled continuously rather than whenever someone remembers to log in.

Frequently asked questions

How fast are WordPress vulnerabilities exploited after disclosure?

For the most heavily targeted vulnerabilities, Patchstack’s 2026 report puts the weighted median time from disclosure to mass exploitation at just five hours. About half of all high-impact vulnerabilities are exploited within 24 hours, and 70% of heavily targeted ones within a week.

Why isn’t updating my plugins once a week enough?

Because attackers weaponize the most-targeted flaws within hours of disclosure, and 46% of vulnerabilities have no patch available on the day they’re disclosed. A weekly or monthly cycle assumes you have days to react — for high-priority flaws, you often have hours.

Should I switch to Squarespace, Wix, or another platform instead of WordPress?

Usually not for security reasons alone. WordPress core is very secure; the risk comes from unmaintained plugins and WordPress being the web’s biggest target. A maintained WordPress site is safe. Hosted builders reduce upkeep but trade away flexibility, ownership, and control.

What does virtual (real-time) patching actually mean?

Virtual patching uses a WordPress-specific firewall to block a known exploit at the traffic level within hours of disclosure — protecting your site during the gap before the plugin developer ships an official fix. It’s the layer weekly updates can’t provide.

How many WordPress sites actually get hacked?

Patchstack recorded 11,334 new WordPress vulnerabilities in 2025, up 42% year over year, and by one estimate roughly 13,000 WordPress sites are compromised every day. The overwhelming majority trace back to plugin vulnerabilities, not WordPress core.

Speed is the whole game

The defining fact of WordPress security in 2026 is speed. The systems attacking your site are automated, tireless, and faster than any human update schedule can reliably beat on its own. You will not out-click a bot that starts working five hours after a vulnerability goes public — and you can’t manually patch a hole that has no patch yet.

The answer isn’t to panic, and it isn’t to abandon the platform that runs 43% of the web. It’s to put protection in place that operates on the same timeline the threat does: continuous monitoring, virtual patching, and fast, tested updates. If you’d rather not spend your evenings racing botnets, that’s exactly what a care plan is for.

https://connect4consulting.com/wp-content/uploads/2026/07/Gemini_Generated_Image_dzg8n8dzg8n8dzg8.png 768 1376 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2026-07-31 13:29:182026-07-28 13:38:195 Hours to Exploit: The Terrifying Speed of Modern WordPress Attacks

The WordPress Security Crisis: Why Outdated Plugins Are an Open Door

July 28, 2026/in Website Maintenance, Website Security, Website Strategy/by Gabriel Seiden

In short:  Outdated plugins are the number-one way WordPress sites get hacked. In 2025, 91% of newly discovered WordPress vulnerabilities were found in plugins — not in WordPress itself — and the most-targeted flaws are attacked within about five hours of being disclosed. Keeping plugins updated (or virtually patched) is the single biggest thing that keeps a small-business site safe.

The threat landscape has changed

WordPress powers roughly 43% of all websites on the internet — which also makes it the single most-targeted web platform in the world. The mental image of a hacker hunched over a keyboard in a dark room is badly out of date.

In 2026, the attacks aimed at your website are run by botnets: networks of thousands of compromised computers running automated scripts that scan millions of WordPress sites per hour. Each script compares the plugin versions installed on your site against a constantly updated list of known vulnerabilities. Your site isn’t chosen. It’s found — the way a burglar walking down a street doesn’t pick a house so much as notice the one with an unlocked window.

And the window between a vulnerability being made public and the first attempt to exploit it is now measured in hours. According to Patchstack’s State of WordPress Security in 2026 report, roughly half of high-impact vulnerabilities are exploited within 24 hours of disclosure, and the most heavily targeted flaws are often hit within about five hours.

Just how bad is it? The 2026 numbers

The scale of the problem is easy to underestimate. Patchstack — one of the WordPress ecosystem’s primary vulnerability-intelligence providers — documented 11,334 new vulnerabilities across the WordPress ecosystem in 2025, a 42% jump over the year before. Here’s the part that matters most for site owners:

  • 91% of those vulnerabilities were in plugins. Only six were in WordPress core, and all six were low-risk.
  • 43% could be exploited with no login required — meaning any anonymous visitor (or bot) can trigger them.
  • Nearly half had no patch available on the day they were disclosed. The flaw goes public before the fix does.

That last point is the one most people miss. You can be a diligent site owner who applies every update the moment it appears and still be exposed during the gap between “everyone now knows about this hole” and “the developer has shipped a fix.”

Why plugins are the primary attack surface

Think of your website as a building. WordPress core is the steel frame — designed, stress-tested, and maintained by one large, well-resourced team with a strong security track record. That frame is solid.

Plugins are everything bolted onto the frame afterward: the side doors, the service entrances, the vents, the window latches. There are over 60,000 plugins in the official WordPress directory, built by developers ranging from full-time, security-conscious teams to solo hobbyists who may not have touched their code in a year. Every plugin you install is another door added to the building — and some of those doors were installed by contractors who’ve since gone out of business.

When a vulnerability is found in a popular plugin — a contact form, an events calendar, an SEO tool — and a patch is released, a race begins immediately. Sites on the current version get the fix. Sites one version behind are the unlocked doors the botnets are already walking down the street looking for.

What a successful attack actually looks like

The most damaging modern attacks don’t crash your site or deface it with obvious graffiti. That would tip you off. Instead, they work quietly:

  • Malware redirects silently send your visitors — especially the ones arriving from Google — to fraudulent or harmful sites.
  • Hidden admin accounts are created so the attacker keeps access even after the original hole is closed.
  • Invisible spam links are injected into your pages, which drags down your domain’s reputation with Google.
  • Your server’s resources get quietly hijacked to mine cryptocurrency or blast out spam email.

You may not notice any of it for weeks — until your traffic mysteriously craters, or a client calls to say your website “did something weird” on their phone.

The blacklist effect: instant traffic death

Google’s Safe Browsing system continuously scans billions of pages for malicious code. When it finds harmful code on your domain, it slaps a warning — “Deceptive site ahead,” “This site may be hacked,” or “The site ahead contains malware” — on every browser and every search result pointing to you. Your organic traffic drops to near zero, immediately.

Here’s the good news, and an important correction to a common myth: getting removed from the blacklist is usually fast. Once the malware is genuinely and completely cleaned up, you request a review in Google Search Console, and Google typically clears the warning within 24 to 72 hours (up to a week or two in complicated cases).

Here’s the catch: that’s just the warning coming down. Rebuilding the search traffic and rankings you lost is a separate, slower process that can take several weeks to months — and Google limits repeat offenders to one review request every 30 days, so you don’t get many chances to get the cleanup right. The lesson isn’t “recovery is impossible.” It’s that the cleanup has to be thorough the first time, and the traffic damage outlasts the red screen by a wide margin.

Prevention vs. recovery: the math is clear

Recovering from a hack that reaches the blacklist stage costs far more than preventing one. Add up the developer remediation time, the lost revenue during the blacklisted stretch, the weeks of suppressed rankings while search traffic claws its way back, and the trust you have to rebuild with clients — and it compounds fast.

The monthly cost of professional maintenance is a small fraction of the expected annual cost of a single serious breach. And that math tilts further toward prevention the larger and more established your business is, because you have more traffic and more revenue to lose in the window where your site is dark.

Connect4 Tip

The cheapest security fix you’ll ever make is the one you make before anything breaks. If your site earns you leads, bookings, or sales, treat maintenance the way you treat business insurance — a small, predictable cost that exists specifically so a bad day doesn’t become a bad quarter. The goal isn’t to react faster than the bots. It’s to never be the unlocked door in the first place.

What you can do right now (no developer needed)

  • Apply your pending updates today. Log in to your WordPress dashboard and update plugins, themes, and core — one at a time, checking the site after each.
  • Hunt for abandoned plugins. Go to Plugins → Installed Plugins and flag anything not updated in over a year. Abandoned plugins are a top source of unpatched holes — research whether each is still actively maintained, and replace the ones that aren’t.
  • Install a security plugin. If you don’t have one, the free Wordfence Security plugin is a solid starting point. Run a full scan and review the results.
  • Turn on two-factor authentication for every admin account. Given that 43% of vulnerabilities need no login at all, hardening the logins you do control is the highest-ROI ten minutes you can spend today.
  • Confirm your backups. Make sure your hosting plan includes automatic daily backups — and that you actually know how to restore from one. A backup you’ve never tested is a hope, not a plan.

Where Connect4 can help

Doing the basics yourself closes the easy doors. Closing the hard ones — reliably, week after week, without you thinking about it — is what a managed care plan is for.

  • Managed, tested updates. We apply plugin and core updates in a staging environment first, so an update never breaks your live site — and so you’re never sitting a version behind while the bots go hunting.
  • WordPress-specific protection and virtual patching. This one matters more than it used to. In Patchstack’s 2026 testing, standard hosting and edge firewalls blocked only about 12% of actively exploited WordPress vulnerabilities. Generic firewalls aren’t enough. We deploy protection built for WordPress specifically, including virtual patching that shields you during that dangerous gap between a flaw going public and the developer shipping a fix.
  • Real-time malware scanning with alerting, so a compromise is caught and remediated in hours — long before Google’s Safe Browsing scanner finds it for you.
  • A real 3-2-1 backup strategy — three copies, two types of media, one off-site — with periodic restoration tests, because a backup that hasn’t been restored has never actually been proven to work.
  • Login hardening across the board: rate limiting, enforced two-factor authentication, brute-force blocking, and admin-URL obscuring.

Frequently asked questions

Are outdated WordPress plugins really a security risk?

Yes. In 2025, 91% of newly discovered WordPress vulnerabilities were found in plugins, according to Patchstack. Once a flaw is disclosed, automated bots begin exploiting it within hours, so sites running older plugin versions are exposed almost immediately.

How quickly do hackers exploit a known WordPress vulnerability?

Very quickly. Patchstack’s 2026 report found that about half of high-impact vulnerabilities are exploited within 24 hours of disclosure, and the most heavily targeted flaws are often attacked within roughly five hours.

How long does it take to recover from a Google Safe Browsing blacklist?

After the malware is fully removed, Google’s Safe Browsing review usually clears the warning within 24 to 72 hours. Restoring the search traffic and rankings you lost is a separate process that can take several weeks to months.

Do I still need extra security if my host already has a firewall?

Usually yes. In Patchstack’s 2026 testing, standard hosting and edge firewalls blocked only about 12% of actively exploited WordPress vulnerabilities. WordPress-specific protection and virtual patching close the gap while plugin developers work on official fixes.

What is the single most effective thing I can do to secure my site today?

Enable two-factor authentication on every administrator account and turn on managed, tested plugin updates. Together they close the two most common entry points: stolen logins and known, unpatched plugin flaws.

Don’t wait for the red screen

The uncomfortable truth about WordPress security is that the systems attacking your site are automated, tireless, and faster than any human update schedule can reliably beat on its own. You will not out-react the bots. But you don’t have to — you just have to not be the unlocked door. Tested updates, WordPress-specific protection, real backups, and hardened logins turn your site from an easy target into one the automated scripts skip over on their way to the next one.

If you’d rather not spend your week thinking about any of this, that’s precisely what a care plan is for. Let’s make sure the next security headline is someone else’s problem.

https://connect4consulting.com/wp-content/uploads/2026/07/Gemini_Generated_Image_5vfgfj5vfgfj5vfg.png 768 1376 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2026-07-28 13:29:002026-07-28 13:29:00The WordPress Security Crisis: Why Outdated Plugins Are an Open Door

Website Security: Steps to Protect Your Site From Being Hacked

March 13, 2024/in Hackers, Malware, Website Security/by Gabriel Seiden

Recently a client of mine contacted me because his site looked like this:

Screenshot of a Hacked Website

Screenshot of a Hacked Website

78% of malware cases are attributed to outdated core applications, plugins or modules. That means an outdated version of WordPress, an outdated version of a theme, or an outdated version of a plugin.

Seven Steps to Prevent Your Website From Being Hacked

  1. Backup your site regularly to a location that is different from your website host.
  2. Update plugins, theme, and WordPress version whenever there is an update. Do not let versions lapse. Updates frequently exist because someone has discovered a security vulnerability.
  3. Remove themes and plugins that are not in use. Inactive themes and plugins can be used to access your website. Remove anything that is not pertinent to your site.
  4. Replace plugins that are more than 2 years old and have never been updated.
  5. Use strong usernames and passwords – a non English word with uppercase, lowercase letters, numbers and special characters.
  6. Change your nickname so it’s not your username. Otherwise you are giving hackers half the puzzle.
  7. Use a malware/security service like Sucuri or Wordfence to protect your site.

What to do if your site is hacked?

  1. Keep a deep watch – hackers usually don’t hurry to mess with your site. They do everything slowly. If you think your site has been hacked, watch everything very closely.
  2. Hope that you have that backup in hand.
  3. Contact your web host – try to contact your web host immediately regarding the unnatural activity. Maybe they can help you or maybe they know something about it.
  4. Change your FTP/SSH login passwords – immediately change the FTP and SSH login passwords. And this time, choose completely different and stronger passwords.
  5. Change “admin” username. Do not use “admin” as your username. 99% of attacks take place with this username.
  6. Change password. The hackers know your password. So – change the passwords of all the admin accounts asap. Change the database password as well.
  7. Forced Logout. All users (and hackers) stay logged in until the cookies are expired. Because cookies will be valid even after the password is changed, you need to force everyone to logout. Go to – https://api.wordpress.org/secret-key/1.1/salt/ generate a new secrete key. Add the whole code in your wp-config.php file. If similar code already exists there, just replace it. This will invalidate all the set login cookies.
  8. Update WordPress version. If you’re using an older version of WordPress you really need to update it. This might be how hackers hacked you in the first place.
  9. If the above things don’t fix the situation, there is only one option and that is to create a fresh WordPress installation.

The real lesson here is relatively simple and goes back to that old Boy Scout mantra –

Be Prepared. Have a recent backup of your site. Know how to restore it or who to call in an emergency. Keep your website, content management system, and plugins up to date. Keep all of your username and login information someplace secure because you will need this for your website host and your domain name in an emergency.

https://connect4consulting.com/wp-content/uploads/2024/09/hacker-sitting-at-laptop-information-hacking.jpg 1335 2000 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2024-03-13 07:45:392024-09-03 22:07:14Website Security: Steps to Protect Your Site From Being Hacked

What to do if your website home page now say’s ‘The Site Ahead Contains Malware’

February 11, 2021/in Cyber Security, Malware, Website Security, Websites, Wordpress/by Gabriel Seiden

If you get to a website and you see the warning “Site Ahead Contains Malware”, you need to act fast.

If it’s not your site, you need to turn around because there could be malware on the website you are trying to access.

If the site ahead happens to be your own site, you need to act fast to fix the situation. This message indicates that your website is either infected with malware and/or has been hacked. Google crawls websites regularly to add new or updated content to the search index. These crawlers also can detect if your site has a malware infection.

If Google or other search crawlers find malware on your site, they immediately flag your site and display this warning to protect users from accessing the web site. This warning has detrimental effects on SEO, site traffic, and your credibility. It can also lead to your web host suspending your hosting account.

Why did your WordPress website get hacked?

Websites get hacked for the following reasons:

  • economic gain
  • drive-by downloads – malware injections
  • black hat SEO
  • system resources
  • hacktivism

How did your WordPress website get hacked?

Malware can infect your site in a number of ways:

  1. Plugins – An infection could have come through the plugins installed on your website. This can happen for several different reasons – a) old plugins without recent updates are prone to vulnerabilities; b) pirate software is free but often contains malware; c) you may have installed a plugin from an untrusted source.
  2. Your Computer Might Have Malware – Often when a computer is infected with malware, uploading a file to a website can lead to a website infected with malware.
  3. Brute-force attacks by hackers – Hackers can use a brute-force attack to guess your username and password and break into your website.

What do you do if your site now say’s “The Site Ahead Contains Malware”?

It’s important that you act fast. You will have to remove the malware from the website and then submit your website to Google for review. Google’s safe browsing policies that you need to follow before you submit your site for review are:

  • You need to log into Google Search Console and prove you are the owner of your website.
  • You need to make sure that your website is clean and free of any malware infections or backdoors.
  • You need to fix the vulnerability that led to the hack. We recommend installing the premium version of Wordfence.
  • If your host has suspended you for malware, you need to contact them and request they remove the suspension. Your website needs to be back online prior to submitting it to Google for review.
  • Call Connect4 Consulting at 202-236-2968 so we can help you with these steps.

How do you prevent “The Site Ahead Contains Malware” from happening again in the future?

If you’ve ever had the misfortune of finding yourself in this situation, it is imperative that you do everything possible to prevent it from happening again. To do that, implement the following procedures:

  • Make sure someone is actively managing the hosting of your website. That means you need to make sure that all plugins and WordPress are updated as soon as updates are available. You can’t just rely on hosting alone.
  • Install Wordfence or Wordfence Premium to protect your website.
  • Update WordPress regularly.
  • Only use trusted themes and plugins – stay away from free plugins or themes – particularly if there have been no updates in the last 3 months or more.
  • Remove inactive themes and plugins – the more elements you have on your website, the greater the opportunities a hacker has to break into your website.
  • Update website passwords, remove inactive users, limit login attempts, install an SSL Certificate.

 

 

 

https://connect4consulting.com/wp-content/uploads/2021/02/computer-screen-displaying-program-code-website-development-application-building-password.jpg 1333 2000 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2021-02-11 21:16:592021-02-11 21:16:59What to do if your website home page now say’s ‘The Site Ahead Contains Malware’

Why Websites Get Hacked

May 19, 2015/in Computer Security, Hackers, How To, Malware, Website Security/by Gabriel Seiden

I spend a fair amount of time working on new websites as well as fixing websites that have been hacked and this question always comes up:

Why would anyone ever hack my website? I’m just a small business owner.

Depending on who you are, websites get hacked for different reasons, but there are a few specific explanations.

Automation is key

Websites attacks that target small businesses and smaller websites are fully automated. The benefits of automated attacks provide hackers the following benefits:

  • Mass exposure
  • Reduction in overhead
  • Tools for everyone regardless of skill
  • Dramatically increases the odds of success (for the hacker)

The majority of these attacks are automated and follow a specific sequence:

  1. Reconnaissance
  2. Identification
  3. Exploitation
  4. Sustainment

While thinking about how these attacks occur, it’s important to address the two types of attacks: attacks of opportunity and targeted attacks.

Attack of Opportunity

Almost all small business website attacks are attacks of opportunity. This means that it’s not one individual or group that is trying to hack into your specific website, but rather a coincidence. Something about your site was caught in the trailing net as they crawl the internet looking for hacking opportunities. It could have been something simple like having a known plugin installed, or maybe displaying the version of a platform (displaying the fact that you’re using an outdated version of WordPress, for example).

According to Sucuri, a website security company, it takes about 40 days for a new website with no content or audience to be identified and added to a bot crawler. Once added, the attacks can begin immediately without any real rhyme or reason. It can be any website; the only commonality is that they are all connected to the internet.

These web crawlers then begin to look for identifying markers. Is the website running WordPress, Joomla, Drupal? If so, is the website running any software with known vulnerabilities or bugs in the code? If the answer is yes, the site will be marked for the next phase of attack, exploitation.

The sequence of events can happen in a matter of minutes, days, or months. It’s not a singular event; it’s ongoing and occurs continuously as the bot crawlers are scanning for vulnerabilities. Once your website is on the list, it will just keep on trying until it succeeds. This is why it is so critical to have someone actively managing your website and – at a bare minimum – updating software.

Targeted Attack

Targeted attacks are often reserved for big businesses, but not always. Think of the NBC hack in 2013 or the Forbes hack in 2014. There are many examples of these attacks lately but it’s obvious why there’s an uptick in this trend. Even though it requires much greater hacking skill, the payoff to the hacker can be huge. A very common type of targeted attack is called a Denial of Service attack in which the attacker works to bring down the availability of your site by overloading it with traffic.

Hacking Motivations & Drivers

Now that you have a better understanding of how these attacks happen, let me unpack some reasons why websites get hacked.

Economic Gains

The most obvious reason why websites get hacked is for economic gain. These are attempts to make money by your audience, either by getting them to click on something or download something.

Drive-by Downloads

A drive-by download is the act of injecting your website with malware and hoping to infect as many website visitors as possible. Think of someone visiting your website and then calling you because they installed a fake piece of software that you supposedly recommended on your website. Then their bank accounts were drained. Scary and very real and devastating.

Black Hat SEO

The other type of strategy are black hat SEO campaigns. These are not as devastating, but can be more lucrative for the hackers. This is the game of abusing your audience by redirecting them to pages that generate affiliate revenue.

System Resources

The business of farming system resources is a huge motivator for hacking groups. Botnets are nothing more than interconnected systems across the internet; these can be desktops, tablets, and even servers and they can be tethered together to perform tasks like Denial of Service attacks simultaneously. These attacks that target your system resources are dangerous because they can happen completely behind the scenes without you knowing what’s going on until you get a notice from your host – or worse, a huge bill – exceeding bandwidth.

Hacktivism

The point of these website attacks often comes down to awareness and frequently consists of a hacker defacing your homepage. This form of attack can be combined with others, but more often than not they are somewhat benign and create more embarrassment to the site owner rather than affecting their site visitors.

Pure Boredom

Unfortunately boredom seems to come into play and often there is no real reason why websites get hacked.

Conclusion – Your Best Defense is Knowledge

It is easy to be overwhelmed by all of this, but we believe that your best defense is knowledge and if there’s any real take-away here, it is that you should

  1. hire someone to manage and maintain your website
  2. update whenever updates are available

Remember, security is not about the elimination of risk. Security is risk reduction. Take what you know and use it to lower your chances of getting hacked.

https://connect4consulting.com/wp-content/uploads/2024/09/hacker-man-typing-on-laptop-hacking-computer-system-with-virus.jpg 1333 2000 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2015-05-19 17:19:562024-09-03 19:25:23Why Websites Get Hacked

WordFence Security Update

November 18, 2013/in Website Security, Wordpress/by Gabriel Seiden

We are seeing exploits in the wild appear within the last week for the following WordPress themes and plugins. If you are running any of these themes or plugins, check if there is a recent security update and install the update, or remove the item from your system if there is no security update. If you’re unsure, contact the theme/plugin developer or vendor.

  • Cubed Themes version 1.0 to 1.2. Remote file upload vulnerability. Distributed by themeprofessor.com. Exploit released on 9 November 2013.
  • Army Knife Theme, unspecified version. CSRF File Upload vulnerability. Theme is distributed by freelancewp.com. Exploit released 9 November 2013.
  • Charcoal Theme. CSRF File upload vulnerability. Distributed by the official WordPress repository. The theme hasn’t been updated for several years, so we recommend deleting all files from your system.
  • WP Realty Plugin may contain an email sender vulnerability. Please contact vendor for clarification. We’re seeing exploits that claim to exploit this hole. Plugin is distributed by wprealty.org.
  • The following themes distributed by orange-themes.com appear to contain a remote file upload vulnerability and we’re seeing exploits appear in the wild, all published around November 12, 2013: Rockstar Theme, Reganto Theme, Ray of Light Theme, Radial Theme, Oxygen Theme, Bulteno Theme, Bordeaux Theme. Please contact the vendor to find out of your theme is applicable and what action to take.
  • Amplus Theme version 3.x.x contains a CSRF file upload vulnerability. We’re unclear who the vendor is, but it appears to be Themeforest.
  • Make a Statement Theme version 1.x.x (also known as MaS ) contains a CSRF file upload vulnerability. Exploit distributed November 17, 2013. Vendor is themes.mas.gambit.ph.
  • Dimension Theme, unspecified version, contains a CSRF file upload vulnerability. Theme is distributed by ThemeForest. Exploit appeared November 17th, 2013.
  • Euclid Version 1 Theme contains a CSRF File Upload Vulnerability. Exploit appeared today. Theme is distributed by FreelanceWP.com.
  • Project 10 Theme, Version 1.0. Remote file upload vulnerability. Distributed by ThemeForest. Exploit appeared today.

Please remember: Deactivating a theme or plugin with a security hole does not make it safe. You need to remove all files from your system to remove the security hole in a theme or plugin. If your theme or plugin is listed here, don’t panic. First contact your theme or plugin author or vendor. Work with them to determine if your particular version contains the vulnerability we’ve publicized and get their advice on what action to take. If they are not contactable after a reasonable amount of time, work with your hosting provider or site developer to determine if you have a vulnerability and what action to take.

Source: www.wordfence.com

 

https://connect4consulting.com/wp-content/uploads/2013/11/wordfence-logo.jpg 624 603 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2013-11-18 16:52:332017-10-13 17:24:29WordFence Security Update

Security Holes in Two WordPress Plugins – WordPress Poll and Social Articles

November 8, 2013/in Plugins, Website Security/by Gabriel Seiden

There is a SQL injection vulnerability in WordPress Poll. Please upgrade to WordPress Poll version 35.0 immediately which was released a few days ago and fixes this security hole. We are currently seeing exploits for this vulnerability in the wild.

The Social Articles plugin appears to have an arbitrary file upload vulnerability in the current version which is 1.4. The vulnerability is in the upload-handler.php script included with the plugin. The exploit for this security hole is already in the wild. A fix has not been released yet so we recommend that you disable and delete the plugin until a fix is released.

https://connect4consulting.com/wp-content/uploads/2014/10/wordpress.jpg 357 500 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2013-11-08 19:27:552025-05-28 15:11:04Security Holes in Two WordPress Plugins – WordPress Poll and Social Articles

Secure your Website with Wordfence Plugin

November 7, 2013/in Plugins, Website Security/by Gabriel Seiden

The First Step in Securing Your Website – Install Wordfence

I’m going to start blogging about my list of go-to plugins. Plugins can sometimes be the weak link in a website, particularly when a site relies on too many plugins and no one makes it their duty to update plugins or find ways to hardcode around relying on them.

That said, some plugins are worth their weight in gold. And that’s particularly the case when you stumble across a free plugin.

Wordfence is the leading cyber security solution for WordPress

With wordfence, you can block a hacker even if they’re changing IP addresses by banning their network, their range of IP addresses, or even their entire country. If your site has been hacked, you can use source code verification tools to determine what has been changed and help repair hacked files, even if you don’t have backups. Wordfence combines data on the newest hacks and their sources and uses the data to block the newest distributed attacks. On top of all of that, wordfence has a regular blog and email post publicizing weak plugins and themes.

Download Wordfence or ask your wordpress administrator about it as soon as possible. It could be lifesaving. Or, at least website saving.

https://connect4consulting.com/wp-content/uploads/2024/09/castle-sumeg.jpg 1333 2000 Gabriel Seiden https://connect4consulting.com/wp-content/uploads/2013/04/Connect4Consulting_LO_FF_transparent1.png Gabriel Seiden2013-11-07 21:10:302024-09-03 16:05:03Secure your Website with Wordfence Plugin

Sign up for our
weekly technology and marketing newsletter

Recent Posts

  • The Free Digital Audit: What We Look For (And Why Most Sites Fail)
  • Beyond the Three Numbers: A Deeper GA4 Tutorial for Business Owners
  • How to Read a Google Analytics Traffic Report Without Getting a Headache
  • AI for the Reluctant: What Are ChatGPT, Claude, Perplexity, and Gemini Actually Good For?
  • No Platform is “Hack-Proof”

Tags

AEO AI AI overviews AI Search AI search visibility artificial intelligence backlinks blogging calls to action Connect4 Cyber Security Survival Guide content marketing Content Strategy Core Web Vitals cyber security Digital Marketing email marketing email marketing best practice GA4 Google Google Business Profile Google Search Console internal linking LastPass local seo managed WordPress care Mental Health Marketing online reviews phishing responsive design schema markup search engine optimization SEO small business Small Business Marketing small business website social media spear phishing user experience website design Website Maintenance Website Performance website security Wordpress wordpress plugins WordPress security

Sign up for our
weekly technology and marketing newsletter

Recent Posts

  • The Free Digital Audit: What We Look For (And Why Most Sites Fail)August 14, 2026 - 3:22 pm
  • AI for the Reluctant: What Are ChatGPT, Claude, Perplexity, and Gemini Actually Good For?August 7, 2026 - 2:57 pm
  • Six stylized website-platform icons in a row on a dark background, each protected by a shield of a different strength and style — some solid, some cracked, some minimal or transparent — visually conveying that every platform has a different security profile.
    No Platform is “Hack-Proof”August 5, 2026 - 1:38 pm
  • A dramatic digital countdown clock reading 05:00:00 in glowing red, centered on a dark background. Faint streams of red threat-vectors converge toward a stylized website admin screen behind the clock, held back at the edges by a thin translucent blue shield
    5 Hours to Exploit: The Terrifying Speed of Modern WordPress AttacksJuly 31, 2026 - 1:29 pm
  • A sleek, dark WordPress admin dashboard glowing at the center of the frame. Streams of jagged red-and-orange “bot code” flow inward from all edges toward the dashboard, stopping short against a translucent blue shield (brand blue #307ECC) that wraps the screen. Dramatic, high-contrast, modern cyber-security aesthetic with subtle blue rim lighting.
    The WordPress Security Crisis: Why Outdated Plugins Are an Open DoorJuly 28, 2026 - 1:29 pm
© Copyright 2026 - Connect4 Consulting
812 Elm Ave. Takoma Park, MD 20912
  • Link to X
  • Link to Facebook
  • Link to LinkedIn
  • Link to Mail
  • About
  • Portfolio
  • Website Design
  • SEO
  • Testimonials
  • Blog
Scroll to top Scroll to top Scroll to top

This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.

OKLearn more

Cookie and Privacy Settings



How we use cookies

We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.

Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.

Essential Website Cookies

These cookies are strictly necessary to provide you with services available through our website and to use some of its features.

Because these cookies are strictly necessary to deliver the website, refusing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.

We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.

We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.

Google Analytics Cookies

These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.

If you do not want that we track your visit to our site you can disable tracking in your browser here:

Other external services

We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.

Google Webfont Settings:

Google Map Settings:

Google reCaptcha Settings:

Vimeo and Youtube video embeds:

Other cookies

The following cookies are also needed - You can choose if you want to allow them:

Accept settingsHide notification only