<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hopedale Technologies</title>
	<atom:link href="https://www.hopedaletech.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hopedaletech.com</link>
	<description>Computer Sales and Services</description>
	<lastBuildDate>Tue, 02 Jun 2026 18:15:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.hopedaletech.com/wp-content/uploads/2021/06/cropped-ht_logo3-32x32.png</url>
	<title>Hopedale Technologies</title>
	<link>https://www.hopedaletech.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">175068569</site>	<item>
		<title>Stop the Bleeding: How Revoking Admin Rights Eliminates Support Tickets</title>
		<link>https://www.hopedaletech.com/stop-the-bleeding-how-revoking-admin-rights-eliminates-support-tickets/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[IT Management]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13072</guid>

					<description><![CDATA[The most time-consuming ticket in your queue is rarely a hardware failure. It’s the PC infection that started when a user installed something they shouldn’t have been able to. Or it’s the broken configuration left behind after someone changed a setting IT can’t trace. Local administrator rights (the ability to install software, modify system settings, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The most time-consuming ticket in your queue is rarely a hardware failure. It’s the PC infection that started when a user installed something they shouldn’t have been able to. Or it’s the broken configuration left behind after someone changed a setting IT can’t trace.</p><p>Local administrator rights (the ability to install software, modify system settings, and override security controls) are given to end users far more often than the risk warrants.&nbsp;</p><p>The usual reason is efficiency.&nbsp;</p><p>The practical result is the opposite. Machines that drift from baseline, infections that spread before they are caught, and remediation tickets nobody planned for. Revoking local admin rights directly removes the root cause of most of those tickets.</p><p></p><h2 class="wp-block-heading">The Admin Rights and Support Ticket Connection</h2><p>A standard user account limits what software can be installed, what system settings can be changed, and what processes can run at an elevated level. These limits are not arbitrary friction. They are the boundary that prevents most common problems from ever reaching the helpdesk.</p><p>When users have admin rights, those boundaries disappear.&nbsp;</p><p>Software conflicts arise because no approval step exists to catch the incompatibility. Security tools get disabled because a user decided they were slowing things down. Network settings get modified during attempted self-fixes that go wrong. Each of those actions is a predictable support ticket in waiting.</p><p>Admin rights are not the cause of every request in the queue. They are the cause of most of the expensive ones.</p><p></p><h2 class="wp-block-heading">What the Security Data Shows</h2><p>The connection between admin rights and security incidents is well-documented, and the numbers make the operational argument clearly.</p><p>From 2015 to 2020, the <a href="https://www.beyondtrust.com/solutions/remove-administrative-privileges" target="_blank" rel="noopener">BeyondTrust Microsoft Vulnerabilities Report</a> found that removing administrative privileges could have mitigated 75% of all Critical Microsoft vulnerabilities.</p><p>The pattern holds because most critical vulnerabilities require elevated permissions to fully execute.&nbsp;</p><p>An attacker who compromises a standard user account gets access to that user’s data and session. An attacker who compromises an admin account gets the machine, and often the network.</p><p>The <a href="https://www.varonis.com/blog/cybersecurity-statistics" target="_blank" rel="noopener">IBM Cost of a Data Breach Report 2025</a> found the average US data breach costs $10.22 million, an all-time high for any region globally.</p><p>The remediation cost for breaches that originate through compromised endpoints is consistently higher when the affected user holds elevated system privileges. Revoking local admin rights does not eliminate the risk, but it significantly reduces what an attacker or an infected machine can actually do.</p><p></p><h2 class="wp-block-heading">The Three Ticket Categories That Disappear</h2><p></p><h3 class="wp-block-heading">Malware infections and their cleanup</h3><p>Most ransomware and many Trojan infections require admin-level permissions to install, disable security tools, and spread. A standard user account does not eliminate phishing risk, but it limits what malware can do after it lands.&nbsp;</p><p>An infection on a standard account is typically contained to that user’s profile. On an admin account, the same infection can encrypt shared drives and require a full OS rebuild.&nbsp;</p><p>A contained malware event might mean one ticket and thirty minutes of work. An admin-level infection often means several tickets and multiple hours of technician time.</p><p></p><h3 class="wp-block-heading">Self-inflicted configuration breaks</h3><p>Users with admin rights occasionally try to fix their own problems by changing settings, uninstalling applications, or modifying network configurations. When it goes wrong, IT inherits the result with little visibility into what changed.&nbsp;</p><p>Standard user accounts remove this category of ticket almost entirely, because those changes are no longer possible without an elevation request.</p><p></p><h3 class="wp-block-heading">Patch and compliance drift</h3><p>Endpoints where users have admin rights tend to diverge from the managed baseline over time.&nbsp;</p><p>Software installed outside the approved process does not receive updates through standard management tools.&nbsp;</p><p>Devices accumulate inconsistencies that create additional work during vulnerability scans, audits, and compliance reviews.&nbsp;</p><p>Revoking admin rights and enforcing managed software deployment closes this drift at the source.</p><p></p><h2 class="wp-block-heading">But I Need to Install Things</h2><p></p><h3 class="wp-block-heading">Just-in-time elevation</h3><p>The concern is legitimate. As a user on your network, you do occasionally need elevated access for specific tasks.&nbsp;</p><p>The answer is not to restore permanent admin rights. It is just-in-time (JIT) elevation, where you get temporary elevated access for a defined task. The request is approved through an automated policy or by IT, and the elevation expires automatically once the task is complete.</p><p>This keeps users productive and IT informed.&nbsp;</p><p>Every elevation request is logged. Unapproved actions do not happen silently. The volume and pattern of requests also becomes useful data in its own right, revealing exactly which tasks genuinely require escalation and which ones users were performing only because nothing was stopping them.</p><p></p><h3 class="wp-block-heading">What standard users can already do</h3><p>Standard accounts support normal application use, browser activity, printing, file access, and the vast majority of day-to-day tasks without any escalation at all.&nbsp;</p><p>The friction you may anticipate is usually larger than the friction you actually experience once the change is made and a JIT process handles the edge cases.</p><p></p><h2 class="wp-block-heading">What to Do Before You Flip the Switch</h2><p>Ready to reduce your support ticket volume and tighten endpoint security for your team at the same time?&nbsp;</p><p>Contact us or schedule a consultation to plan a least-privilege rollout that works for your team.</p><p></p><p></p><p>&#8212;</p><p><a href="https://unsplash.com/photos/person-using-laptop-vZJdYl5JVXY" data-type="link" data-id="https://unsplash.com/photos/person-using-laptop-vZJdYl5JVXY" target="_blank" rel="noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/stop-the-bleeding-how-revoking-admin-rights-eliminates-support-tickets/" title="Stop the Bleeding: How Revoking Admin Rights Eliminates Support Tickets" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13072</post-id>	</item>
		<item>
		<title>Is Your Invoice a Deepfake? Securing Your Accounts Payable Process Against Voice and Email Cloning</title>
		<link>https://www.hopedaletech.com/is-your-invoice-a-deepfake-securing-your-accounts-payable-process-against-voice-and-email-cloning/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 10 Jun 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13075</guid>

					<description><![CDATA[It’s a statistic that sends a shiver down the backs of SME owners, managers and employees.&#160;&#160; According to the FBI&#8217;s 2025 Internet Crime Report, business email compromise (BEC) cost US businesses more than $3 billion last year. This makes it one of the most financially damaging cybercrimes on record.&#160; AI has made these attacks harder [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It’s a statistic that sends a shiver down the backs of SME owners, managers and employees.&nbsp;&nbsp;</p><p>According to the <a href="https://www.fbi.gov/investigate/cyber/alerts/2025" target="_blank" rel="noopener">FBI&#8217;s 2025 Internet Crime Report</a>, business email compromise (BEC) cost US businesses more than $3 billion last year.</p><p>This makes it one of the most financially damaging cybercrimes on record.&nbsp;</p><p>AI has made these attacks harder to detect. The question for AP teams is no longer whether they can identify suspicious requests. It is whether the processes around payments make fraud difficult regardless of how convincing it looks.</p><p></p><h2 class="wp-block-heading">Why AP Teams Are in the Crosshairs</h2><p>Accounts payable sits at the intersection of trust and timing. AP teams process invoices, manage supplier details, and execute payments, often under pressure to keep operations running smoothly.&nbsp;</p><p>For attackers, that combination is ideal.</p><p>Most successful fraud does not involve breaking into systems.&nbsp;</p><p>The <a href="https://www.fbi.gov/how-we-can-help-you/scams-and-safety/common-frauds-and-scams/business-email-compromise" target="_blank" rel="noopener">FBI&#8217;s Internet Crime Complaint Center (IC3) </a>&nbsp;has consistently found that BEC attacks rely on impersonation. This involves posing as a trusted executive, supplier, or internal colleague to redirect payments or update bank details before anyone notices.</p><p>AI has made that impersonation dramatically more scalable.&nbsp;</p><p>Where it once required skill and time to craft a convincing request, tools are now widely available that automate the research, writing, and contextual tailoring that make fraud blend into normal AP workflows.</p><p><a href="https://hoxhunt.com/blog/business-email-compromise-statistics" target="_blank" rel="noopener">By mid-2024, an estimated 40% of BEC phishing emails were already AI-generated</a>, with that share expected to grow significantly.</p><p></p><h2 class="wp-block-heading">What AI-Enhanced Fraud Looks Like in Practice</h2><p></p><h3 class="wp-block-heading">Emails that blend into normal workflow</h3><p>Traditional phishing relied on volume and imperfection. AI has changed that.&nbsp;</p><p>Modern BEC emails are grammatically correct and written in the specific tone of the executive or supplier being impersonated. They reference active projects, current invoice numbers, and upcoming payment runs.&nbsp;</p><p>For AP teams processing high volumes of routine communications, that level of familiarity is exactly what lowers the guard.</p><p></p><h3 class="wp-block-heading">Invoice and payment redirection</h3><p>One of the most common AP fraud patterns involves payment redirection.&nbsp;</p><p>Attackers may intercept a legitimate invoice exchange and quietly alter the destination account. They then send a short message claiming a supplier has updated its banking details, or re-issue a real invoice with minor modifications.&nbsp;</p><p>The surrounding content looks entirely legitimate because, in many cases, it is drawn from real correspondence.&nbsp;</p><p></p><h3 class="wp-block-heading">Voice cloning and executive impersonation</h3><p>Email isn’t the only channel being exploited.&nbsp;</p><p>AI voice-cloning tools can replicate a person’s voice from a short audio sample. That makes it possible to leave convincing voicemails or place calls that sound like a known executive.</p><p>For AP teams accustomed to verbal approvals on high-value or urgent payments, this removes one of the few remaining verification methods that email security alone cannot address.&nbsp;</p><p></p><h2 class="wp-block-heading">Why Traditional Checks No Longer Work</h2><p>Security awareness training still matters, and investing in it remains worthwhile. But AI has changed what AP teams are up against.</p><p>&nbsp;Attacks no longer contain the signals that training programs once focused on: awkward phrasing, mismatched logos, odd sender addresses, or generic greetings.&nbsp;</p><p>Modern fraud emails can reference the recipient&#8217;s organization, active suppliers, and current invoice values drawn from publicly available or previously intercepted sources.</p><p>When a fraudulent request is indistinguishable from a legitimate one, placing the burden of detection on the AP team puts it in the wrong place.&nbsp;</p><p>The organizations that reduce risk are not asking staff to be more suspicious. They are building verification processes that work independent of how a message looks.</p><p></p><h2 class="wp-block-heading">Building Process Around the Risk</h2><p>The most effective defense is not sharper instincts. It is removing ambiguity from high-risk actions.</p><p></p><h3 class="wp-block-heading">Out-of-band verification as standard</h3><p>Any request to change supplier bank details or approve an urgent payment outside the normal cycle should require secondary confirmation through a known, independent channel — not a reply to the same email thread. Calling a supplier on a number already on file, or confirming with a colleague directly, breaks the impersonation chain regardless of how convincing the original request appeared. This step does not require technology. It requires a written procedure and the team&#8217;s habit of following it.</p><p></p><h3 class="wp-block-heading">Layered access and authentication controls</h3><p>Restricting access to financial systems and enforcing<a href="https://yourwebsite.com/blog/multi-factor-authentication" target="_blank" rel="noopener"> multi-factor authentication</a> limits the damage a compromised account can cause. If an attacker gains access to a vendor&#8217;s email, MFA requirements on the receiving end create friction that can slow or stop a fraudulent change before any money moves.</p><p></p><h3 class="wp-block-heading">A culture that supports slowing down</h3><p>Fraud prevention improves when staff feel safe questioning requests, including from senior leadership.&nbsp;</p><p>A team member who pauses a payment to verify it is not being obstructive. They are doing exactly what good process requires.&nbsp;</p><p>Building that culture starts with leadership modeling the behavior and making clear that slowing down on high-risk actions is always the right call.</p><p>The <a href="https://www.govtech.com/security/fbi-crypto-ai-scams-drove-billions-in-losses-in-2025" target="_blank" rel="noopener">FBI&#8217;s 2025 Internet Crime Report</a> included a dedicated AI section for the first time, logging more than $893 million in AI-enabled scam losses across more than 22,000 complaints.</p><p>When verification is standard and questioning is encouraged, AI-enhanced fraud loses much of its advantage.&nbsp;</p><p>The technology attackers use is advancing quickly, but the process controls that contain the damage do not have to be complicated. They have to be consistent.</p><p></p><h2 class="wp-block-heading">Shift the Burden From People to Process</h2><p>Concerned about AI-enhanced fraud targeting your finance teams or clients?&nbsp;</p><p>Contact us or schedule a consultation to review your current controls and identify where the most important gaps are.</p><p></p><p>&#8212;</p><p><a href="https://pixabay.com/vectors/scam-phishing-fraud-money-6922102/" data-type="link" data-id="https://unsplash.com/photos/person-using-laptop-vZJdYl5JVXY" target="_blank" rel="noreferrer noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/is-your-invoice-a-deepfake-securing-your-accounts-payable-process-against-voice-and-email-cloning/" title="Is Your Invoice a Deepfake? Securing Your Accounts Payable Process Against Voice and Email Cloning" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13075</post-id>	</item>
		<item>
		<title>Adversary-in-the-Middle Attacks: How Phishing Sites Steal Your Active Login</title>
		<link>https://www.hopedaletech.com/adversary-in-the-middle-attacks-how-phishing-sites-steal-your-active-login/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13078</guid>

					<description><![CDATA[You click a link, sign in, approve the MFA prompt, and get on with your day. Completely unaware that someone else just logged into your account at the same moment. That scenario surprises many businesses, particularly those that rely on multi-factor authentication (MFA) to protect cloud accounts. But this is exactly how Adversary-in-the-Middle (AiTM) phishing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>You click a link, sign in, approve the MFA prompt, and get on with your day. Completely unaware that someone else just logged into your account at the same moment.</p><p>That scenario surprises many businesses, particularly those that rely on multi-factor authentication (MFA) to protect cloud accounts. But this is exactly how Adversary-in-the-Middle (AiTM) phishing attacks work.&nbsp;</p><p>Rather than stealing passwords for later use, these attacks silently hijack an already-authenticated session in real time.</p><p>MFA remains a core control, and getting it implemented correctly is still a critical first step for any business.&nbsp;</p><p>But AiTM attacks exploit something MFA was never designed to protect: the trusted session that exists after authentication has already completed.</p><p></p><h2 class="wp-block-heading">Phishing Has Moved Beyond Passwords</h2><p>Phishing remains the most common starting point for account compromise, but the objective has changed.&nbsp;</p><p>Traditional phishing collected usernames and passwords. Modern phishing is after something more immediately useful: the authenticated session itself.</p><p>Security researchers have documented a significant shift toward session and token theft, where attackers intercept the authentication process as it happens.&nbsp;</p><p>Rather than reusing stolen credentials, which MFA typically blocks, they wait until the user successfully completes login, then steal the session token that proves it already occurred.</p><p>The technique has matured quickly. Phishing-as-a-Service (PhaaS) platforms now supply ready-made proxy toolkits that let even low-skilled attackers run AiTM campaigns targeting Microsoft 365 and Google Workspace.&nbsp;</p><p></p><h2 class="wp-block-heading">How AiTM Attacks Actually Work</h2><p></p><h3 class="wp-block-heading">The fake login page that isn’t fake</h3><p>An AiTM phishing site is not a basic replica of a login page. It is a live reverse proxy.</p><p>The attacker’s infrastructure sits between the user and the real authentication service. Every keystroke, redirect, and server response flows through the attacker’s system in real time. From the user’s perspective, nothing looks wrong.&nbsp;</p><p>The page behaves exactly like the real service, with correct branding, working redirects, and a functioning MFA prompt. In most cases, the only clue is a slightly altered URL that goes unnoticed on a mobile screen or when someone is under time pressure.</p><p></p><h3 class="wp-block-heading">Why MFA doesn’t stop it</h3><p>This is where many security assumptions fall apart.</p><p>MFA protects the moment of authentication, not what comes after it.&nbsp;</p><p>Once a user successfully completes MFA, the service issues a session cookie. What this means is that the cookie signals to the application that the user is already verified. From that point, no password or MFA prompt is required. The system trusts the token. Whoever holds the cookie holds the access.</p><p>AiTM attacks simply wait for that cookie to be issued then steal it.</p><p><a href="https://www.microsoft.com/en-us/security/blog/2025/05/29/defending-against-evolving-identity-attack-techniques/" target="_blank" rel="noopener">Microsoft tracked a 146% rise</a> in AiTM attacks over the past year, as cybercriminals increasingly shift focus to accounts already protected by MFA.</p><p>Much of this increase is driven by PhaaS platforms like Evilginx that allow even low-skilled attackers to run convincing reverse-proxy campaigns at scale, targeting major cloud identity providers with minimal setup.</p><p></p><h3 class="wp-block-heading">Session cookies</h3><p>Session tokens act as bearer credentials. So, whoever possesses the token can access the account, with no password or MFA challenge required.</p><p>Once the cookie is stolen, the attacker imports it into their own browser and immediately resumes the session.&nbsp;</p><p>This is a session replay attack. The attacker does not log in. They pick up where the legitimate user left off, inside a fully trusted, already-verified session.</p><p></p><h2 class="wp-block-heading">What Happens After a Session Is Stolen</h2><p>The aftermath of an AiTM attack tends to be quiet, which is precisely what makes it dangerous.&nbsp;</p><p>The attacker is operating inside a legitimate, authenticated session. There are no failed MFA attempts, no unusual login alerts, and nothing in standard sign-in logs to signal a problem.</p><p>Research from <a href="https://www.proofpoint.com/us/blog/email-and-cloud-threats/aitm-phishing-attacks-evolving-threat-microsoft-365" target="_blank" rel="noopener">Proofpoint</a> shows that attackers who gain access through session hijacking commonly create hidden inbox rules to redirect mail, register additional MFA methods to lock in persistent access, monitor email threads for financial conversations, and use the trusted account to launch phishing campaigns against internal colleagues or finance teams.</p><p>These follow-on actions are a key reason AiTM attacks are frequently uncovered late, after financial fraud, data exposure, or wider network compromise has already begun.</p><p></p><h2 class="wp-block-heading">Reducing Your Exposure</h2><p>MFA is still essential. Building strong authentication practices remains the starting baseline. But reducing AiTM risk requires controls that extend beyond the login event itself.</p><p></p><h3 class="wp-block-heading">Adopt phishing-resistant MFA</h3><p>Methods like FIDO2 hardware keys and passkeys bind authentication to the specific device and the legitimate domain. A proxy in the middle cannot relay them: the process fails if the URL is not the real one.&nbsp;</p><p>The<a href="https://www.cyber.gc.ca/en/guidance/defending-against-adversary-middle-threats-phishing-resistant-multi-factor-authentication-itsm30031" target="_blank" rel="noopener"> Canadian Centre for Cyber Security</a> analyzed over 100 AiTM campaigns targeting Microsoft Entra ID accounts. It found that phishing-resistant MFA consistently blocked session theft where standard MFA methods (including push notifications and one-time passcodes) did not.</p><p></p><h3 class="wp-block-heading">Tighten Conditional Access policies</h3><p>Risk-based access controls evaluate additional signals, including device compliance, IP location, and session behavior, rather than treating every authenticated session as permanently trusted.&nbsp;</p><p>Configured correctly, these policies can detect and block anomalous access even when a stolen session token appears valid.</p><p></p><h3 class="wp-block-heading">Monitor for post-login anomalies</h3><p>Detecting AiTM compromise typically means watching for activity after login: new MFA method registrations, inbox rules created outside business hours, access from unfamiliar locations, or unusual data activity.&nbsp;</p><p>Authentication logs alone will not surface the problem.</p><p></p><h3 class="wp-block-heading">Train users on URL awareness</h3><p>Employees who understand that a working MFA prompt on an unfamiliar-looking page still represents a risk are better positioned to pause, check the URL, and report before a session is compromised. A brief team walkthrough of what AiTM lures look like in Microsoft 365 contexts can meaningfully reduce exposure.</p><p></p><h2 class="wp-block-heading">Stop Protecting Just the Login Screen</h2><p>MFA is a baseline, not a finish line. The businesses that reduce AiTM risk are the ones that understand how sessions, tokens, and identity trust actually work . And they build controls around each layer, not just the login screen.</p><p>Want to review your identity security controls?&nbsp;</p><p>Contact us or schedule a consultation to identify the gaps that matter most before an incident does it for you.</p><p></p><p>&#8212;</p><p><a href="https://pixabay.com/vectors/hacker-anonymous-cybersecurity-7294476/" data-type="link" data-id="https://pixabay.com/vectors/hacker-anonymous-cybersecurity-7294476/" target="_blank" rel="noreferrer noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/adversary-in-the-middle-attacks-how-phishing-sites-steal-your-active-login/" title="Adversary-in-the-Middle Attacks: How Phishing Sites Steal Your Active Login" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13078</post-id>	</item>
		<item>
		<title>Malvertising: When the Ad at the Top of Google Is the Threat</title>
		<link>https://www.hopedaletech.com/malvertising-when-the-ad-at-the-top-of-google-is-the-threat/</link>
		
		<dc:creator><![CDATA[Chris Seaver]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 18:15:44 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13120</guid>

					<description><![CDATA[Picture this: it’s ten minutes before an important meeting, school presentation, or video call. You realize you need Zoom, so you type &#8220;Zoom download&#8221; into Google, click the top result, and follow the prompts. The page looks legitimate, the installer runs without errors, and Zoom opens exactly as expected. But something else may have come [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Picture this: it’s ten minutes before an important meeting, school presentation, or video call. You realize you need Zoom, so you type &#8220;Zoom download&#8221; into Google, click the top result, and follow the prompts. The page looks legitimate, the installer runs without errors, and Zoom opens exactly as expected.</p>



<p>But something else may have come along for the ride.</p>



<p>This is called&nbsp;<strong>malvertising</strong>. It’s not a phishing email and it’s not a suspicious link from a stranger. Instead, it&#8217;s a malicious advertisement placed at the very top of a search result page, carefully designed to look exactly like the real website you&#8217;re trying to visit.</p>



<h3 class="wp-block-heading"><strong>What Actually Happens</strong></h3>



<p>Cybercriminals buy Google ads targeting searches people run every day: &#8220;Adobe Acrobat download,&#8221; &#8220;WinRAR,&#8221; &#8220;Zoom installer,&#8221; &#8220;7-Zip,&#8221; &#8220;VLC media player,&#8221; and countless others. The ad appears above the legitimate search results, sometimes even above the software company&#8217;s own website, and directs users to a convincing copy of the real download page.</p>



<p>The web address is usually just slightly different from the legitimate site—close enough to pass a quick glance. Most people don&#8217;t carefully inspect URLs when Google has already done the searching for them.</p>



<p><strong>READ MORE:</strong>&nbsp;&nbsp;<a href="https://www.hopedaletech.com/clickfix-the-scam-that-learned-a-new-trick/" target="_blank" rel="noreferrer noopener">ClickFix: The Scam That Learned a New Trick</a></p>



<p>The download can be almost anything: ransomware, a tool that gives someone remote access to the computer, or a type of malware known as an infostealer that quietly collects saved passwords, browser cookies, and other sensitive information before sending it to an attacker. In some cases, the malicious installer even launches the legitimate software after installation, leaving the victim with no reason to suspect anything is wrong.</p>



<h3 class="wp-block-heading"><strong>The Problem with &#8220;Just Be Careful&#8221;</strong></h3>



<p>Traditional security advice focuses heavily on phishing emails, suspicious attachments, and unexpected links from strangers. Those are still important threats, but none of that training would necessarily protect someone who searched for Zoom, clicked the first result, and downloaded what appeared to be the official installer.</p>



<p>The reality is that they didn&#8217;t do anything that seemed risky.</p>



<p>There is also a trust issue with search engines themselves. Many people assume that appearing at the top of Google means a website has been verified or endorsed. While paid advertisements are labeled as &#8220;Sponsored,&#8221; the label is subtle and often overlooked.</p>



<h3 class="wp-block-heading"><strong>Why This Matters</strong></h3>



<p>The risk isn&#8217;t limited to businesses.</p>



<p>At home, a malicious download can expose online banking credentials, email accounts, social media accounts, saved passwords, personal documents, and family photos.</p>



<p>In a business environment, the consequences can be even broader. The entry point might be the receptionist&#8217;s computer, a new employee&#8217;s laptop, or a workstation where someone downloads a free utility to solve a problem quickly. Every device that allows software downloads becomes a potential target.</p>



<p>Passwords stolen from one machine rarely stay there. An infostealer that collects browser-saved credentials can provide access to email accounts, accounting systems, cloud platforms, customer information, and other business-critical resources—all without triggering an obvious warning.</p>



<h3 class="wp-block-heading"><strong>What Actually Helps</strong></h3>



<p>Technology can help close the gap that user awareness alone cannot.</p>



<p>DNS filtering acts like a doorman with a list of known bad actors. Before a browser loads a website, it checks whether the destination has already been identified as malicious. If it has, access is blocked regardless of how the user arrived there.</p>



<p>Endpoint detection and response (EDR) tools focus on behavior rather than appearance. A legitimate software installer follows predictable patterns. Malware behaves differently, and modern security tools can often detect and stop those actions even when the installer appears legitimate on screen.</p>



<p>For businesses, managed IT providers can reduce the risk even further by maintaining approved software lists, ensuring devices arrive preconfigured with required applications, controlling software updates, and providing security awareness training that covers modern threats like malvertising—not just phishing emails.</p>



<p><strong>READ MORE:</strong>&nbsp;&nbsp;<a href="https://www.hopedaletech.com/phishing-2-0-how-ai-is-amplifying-the-danger-and-what-you-can-do/" target="_blank" rel="noreferrer noopener">Phishing 2.0: How AI is Amplifying the Danger and What You Can Do</a></p>



<p>When the software people need is already available and properly managed, there is far less reason to search for downloads in the first place.</p>



<h3 class="wp-block-heading"><strong>T</strong><strong>he Bottom Line</strong></h3>



<p>Malvertising is effective because it doesn&#8217;t ask anyone to do something obviously suspicious. The person who gets infected wasn&#8217;t necessarily careless—they followed a process that millions of people use every day.</p>



<p>Protecting against that threat requires more than vigilance alone. It requires layers of protection at the network level, the device level, and the process level. Whether you&#8217;re protecting a family computer or an entire business, those layers are what turn a simple search into a much safer experience.</p>



<p></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13120</post-id>	</item>
		<item>
		<title>The &#8220;Session Cookie&#8221; Hijack: Why MFA Can’t Always Save You</title>
		<link>https://www.hopedaletech.com/the-session-cookie-hijack-why-mfa-cant-always-save-you/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 30 May 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13006</guid>

					<description><![CDATA[MFA is a strong front-door lock. But it’s not the only thing that decides whether someone can get in. After you sign in, your browser keeps you logged in using a session token (often stored as a cookie). It’s the digital version of a wristband at an event: once you’ve been checked, the wristband proves [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>MFA is a strong front-door lock. But it’s not the only thing that decides whether someone can get in.</p><p>After you sign in, your browser keeps you logged in using a session token (often stored as a cookie). It’s the digital version of a wristband at an event: once you’ve been checked, the wristband proves you belong there. If an attacker steals that wristband, they may not need to beat your MFA prompt at all.</p><p>That’s the core of session cookie hijacking. The attacker isn’t “cracking” MFA. They’re skipping it by replaying your already authenticated session.</p><p>This isn’t a reason to stop using MFA. It’s a reason to stop treating MFA as the finish line.&nbsp;</p><p>When sessions can be stolen, the practical defence shifts to layered controls: phishing-resistant sign-ins, device hygiene, tighter session policies, and detection that catches suspicious access early.</p><p></p><h2 class="wp-block-heading">Why MFA Isn’t a “Game Over” Control</h2><p>MFA is still one of the best upgrades most businesses can make, but it doesn’t end an attack on its own. The reason is that attackers don’t always try to beat the login step. They try to go around it.</p><p><a href="https://www.cloudflare.com/en-gb/the-net/bypassing-mfa/" target="_blank" rel="noopener">Cloudflare</a> notes that “attackers are finding new ways to circumvent MFA” and that modern incidents are rarely one isolated technique. They’re “part of a chain of attacks.”&nbsp;</p><p>In other words, MFA can block a lot of credential theft, but it doesn’t automatically protect what happens after a user successfully signs in.&nbsp;</p><p>That’s where session cookie hijacking comes in.&nbsp;</p><p><a href="https://www.microsoft.com/en-us/security/blog/2022/07/12/from-cookie-theft-to-bec-attackers-use-aitm-phishing-sites-as-entry-point-to-further-financial-fraud/" target="_blank" rel="noopener">Microsoft</a> has described adversary-in-the-middle phishing campaigns where attackers use a reverse-proxy site to “steal and intercept” a user’s password and the session cookie that proves they have an authenticated session.&nbsp;</p><p>This is “not a vulnerability in MFA.” The attacker isn’t breaking the MFA. They’re reusing the session.&nbsp;</p><p></p><h2 class="wp-block-heading">What a Session Cookie Is and Why Attackers Want It</h2><p>When you sign into a web app, the site needs a way to remember that you’ve already proved who you are. That’s what a session is: a temporary “logged-in” state that saves you from entering your password and MFA code on every click.&nbsp;</p><p><a href="https://www.kaspersky.com/resource-center/definitions/what-is-session-hijacking" target="_blank" rel="noopener">Kaspersky</a> explains that session hijacking is “sometimes called cookie hijacking” because cookies are commonly used to store the session identifier that keeps you authenticated.&nbsp;</p><p>Attackers want that session identifier because it’s the shortcut.&nbsp;</p><p><a href="https://www.proofpoint.com/us/threat-reference/session-hijacking" target="_blank" rel="noopener">Proofpoint</a> describes session tokens as digital “keys” that let a user stay authenticated. It warns that stealing valid tokens lets attackers impersonate legitimate users and potentially bypass authentication measures “like MFA.”&nbsp;</p><p>That’s why session cookie hijacking is so highly leveraged.&nbsp;</p><p>If an attacker can steal the cookie or token that represents your active session, they’re not trying to defeat the login process. They’re attempting to reuse what you already completed, and access the same apps and data as if they were sitting at your keyboard.</p><p></p><h2 class="wp-block-heading">How Session Cookie Hijacking Actually Happens</h2><p>A lot of teams picture “account takeover” as someone guessing a password or tricking a user into approving an MFA prompt.&nbsp;</p><p>Session cookie hijacking is different. The attacker’s goal is to steal the proof that you’re already logged in, then reuse it, often without triggering another sign-in challenge.</p><p></p><h3 class="wp-block-heading">1.) AiTM phishing&nbsp;</h3><p>Adversary-in-the-middle (AiTM) phishing is the “proxy login” trap.&nbsp;</p><p>You think you’re signing into a normal service, but you’re actually signing into a lookalike page that sits between you and the real site. The attacker relays the login in real time, so everything appears to work, including MFA.</p><p>Attackers use AiTM phishing sites to “steal and intercept” a user’s password and the session cookie that proves the authenticated session. This is “not a vulnerability in MFA.” The attacker isn’t breaking the MFA. They’re capturing the session after MFA is completed and reusing it.&nbsp;</p><p>One such campaign “<a href="https://www.microsoft.com/en-us/security/blog/2022/07/12/from-cookie-theft-to-bec-attackers-use-aitm-phishing-sites-as-entry-point-to-further-financial-fraud/" target="_blank" rel="noopener">attempted to target more than 10,000 organisations</a>” since September 2021, which shows how scalable this approach has become.&nbsp;</p><p></p><h3 class="wp-block-heading">2.) Browser-in-the-Middle session stealing</h3><p>Browser-in-the-middle (BitM) is similar in spirit, but it’s even more “hands-on” from the attacker’s side.&nbsp;</p><p>Instead of stealing a password and running away, the attacker effectively places themselves in control of the browsing session.</p><p><a href="https://cloud.google.com/blog/topics/threat-intelligence/session-stealing-browser-in-the-middle" target="_blank" rel="noopener">Google’s</a> threat intelligence says, “Stealing this session token is the equivalent of stealing the authenticated session.” Once the token is stolen, “an adversary would no longer need to perform the MFA challenge.”&nbsp;</p><p>In other words, the attacker isn’t trying to authenticate instead of you. They’re trying to ride along after you’ve authenticated.</p><p></p><h3 class="wp-block-heading">3.) Cookie theft from the endpoint</h3><p>Not every session hijack starts with a fancy proxy. Sometimes the attacker simply steals session data from the device itself.</p><p>Stealing valid session tokens allows attackers to impersonate legitimate users. Tokens act like digital “keys.” If an endpoint is compromised, those “keys” can be extracted and reused.</p><p><a href="https://www.invicti.com/learn/cookie-hijacking" target="_blank" rel="noopener">Invicti</a> explains that an attacker steals HTTP cookies and can gain access. The goal is often to obtain sensitive information stored in cookies.&nbsp;</p><p></p><h2 class="wp-block-heading">MFA Is a Baseline, Not a Finish Line</h2><p>MFA is still essential. It blocks a huge amount of credential theft and makes basic account takeover harder. But session cookie hijacking is a reminder that attackers don’t always try to defeat the login step. Sometimes they reuse what happens after it.</p><p>The practical response is layered and realistic. Make phishing harder to pull off, and treat device health as part of identity. Tighten session behaviour for high-risk apps. Watch for suspicious access patterns that suggest a session is being replayed.</p><p>When those controls work together, MFA stops being a comforting checkbox and becomes what it should be: a strong baseline that’s backed by protections around the session itself.</p><p>Contact us today for help protecting your login sessions from hijacking.</p><p></p><p>&#8212;</p><p><a href="https://pixabay.com/vectors/attack-unsecured-laptop-hacker-6806140/" data-type="link" data-id="https://pixabay.com/vectors/attack-unsecured-laptop-hacker-6806140/" target="_blank" rel="noreferrer noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/the-session-cookie-hijack-why-mfa-cant-always-save-you/" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13006</post-id>	</item>
		<item>
		<title>That “Job Application” on Google Forms Could Be Hiding Malware</title>
		<link>https://www.hopedaletech.com/that-job-application-on-google-forms-could-be-hiding-malware/</link>
		
		<dc:creator><![CDATA[Chris Seaver]]></dc:creator>
		<pubDate>Tue, 26 May 2026 20:43:58 +0000</pubDate>
				<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Online Safety]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[online safety]]></category>
		<category><![CDATA[scams]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13095</guid>

					<description><![CDATA[A job opportunity turns up in your inbox, in a LinkedIn message, or on a Facebook group you follow. It looks legitimate: a Google Form, a recognizable company name, a professional logo. You fill in your details, download what appears to be a contract or project brief, and within seconds your device is quietly compromised, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>A job opportunity turns up in your inbox, in a LinkedIn message, or on a Facebook group you follow. It looks legitimate: a Google Form, a recognizable company name, a professional logo. You fill in your details, download what appears to be a contract or project brief, and within seconds your device is quietly compromised, with no warning and no obvious sign that anything went wrong.</p>



<p>This is a real attack pattern that&#8217;s been identified by security researchers, and it&#8217;s worth understanding exactly why it works so well.</p>



<h2 class="wp-block-heading"><strong>Why this scam is so hard to spot</strong></h2>



<p>Most people know to be suspicious of random email attachments or sketchy download sites. This attack sidesteps all of that by looking completely normal at every stage.</p>



<p>It starts with a platform you trust. Google Forms is used by schools, employers, and businesses every day, so landing on one doesn&#8217;t set off any alarm bells. The form itself asks for professional information: your work history, your experience, your background. That&#8217;s exactly what a real recruiter would ask for, so filling it in feels completely reasonable.</p>



<p><strong>READ MORE:</strong>&nbsp;<a href="https://www.hopedaletech.com/linkedin-social-engineering-protecting-your-staff-from-fake-recruitment-scams/" target="_blank" rel="noreferrer noopener">LinkedIn &#8220;Social Engineering&#8221;: Protecting Your Staff from Fake Recruitment Scams</a></p>



<p>Then comes the download. In a genuine hiring process, it&#8217;s common to receive a contract to review, a role overview to read through, or a brief to look at before an interview. Downloading a file feels like a normal next step, not a trap.</p>



<p>The files are named to match the situation too, using real company names from well-known industries such as finance, logistics, and technology. Nothing about the experience feels out of place until it&#8217;s too late.</p>



<h2 class="wp-block-heading"><strong>What the file actually does</strong></h2>



<p>The ZIP or RAR file you download contains a hidden malicious program. Once you open it, it installs itself quietly in the background and gives the attacker remote control over your device.</p>



<p>From that point, they can run commands on your computer without you knowing; collect your passwords, saved browser data, and any crypto wallet details; and pull information from apps such as Telegram. They can also install additional tools to dig deeper over time, and the infection is designed to survive a restart, so simply turning your computer off and on won&#8217;t remove it.</p>



<p>You likely wouldn&#8217;t notice any of this happening. There&#8217;s no pop-up, no obvious slowdown, and no message telling you something is wrong.</p>



<h2 class="wp-block-heading"><strong>How to spot it before you click</strong></h2>



<p>A few things should make you pause before you download anything:</p>



<p>The download is a ZIP or RAR file, not a straightforward PDF or Word document. Legitimate employers don&#8217;t typically send compressed archives as part of an initial application process.</p>



<p>The link goes to a file-sharing site you haven&#8217;t heard of, or it&#8217;s hidden behind a shortened URL that doesn&#8217;t show you where it actually leads.</p>



<p>The opportunity came out of nowhere, especially if you didn&#8217;t apply for the role and the contact isn&#8217;t someone you know.</p>



<p>If any of these apply, it&#8217;s worth stopping before you click.</p>



<h2 class="wp-block-heading"><strong>What to do instead</strong></h2>



<p>Go to the company&#8217;s real website and search for the role to confirm it actually exists. If you can&#8217;t find it there, that tells you everything. If you&#8217;re unsure, call the company directly using the contact details on their official site, not the number or email provided in the form.</p>



<p><strong>READ MORE:</strong>&nbsp;<a href="https://www.hopedaletech.com/how-to-spot-fake-download-buttons-and-stay-safe/" target="_blank" rel="noreferrer noopener">How to Spot Fake Download Buttons and Stay Safe</a></p>



<p>Never download a file from a form you weren&#8217;t expecting, even if the form looks professional and the company name is familiar.</p>



<p>If you&#8217;ve already opened a suspicious file and something feels off with your device, whether it&#8217;s running slowly, behaving strangely, or showing activity you don&#8217;t recognize, bring it in and we&#8217;ll take a look. And if you&#8217;d rather not rely on spotting these things yourself, there&#8217;s a better option. We can install protection software on your device that catches malicious downloads before they ever have a chance to run, so even if you click something you shouldn&#8217;t have, the threat gets stopped at the door. Give us a call, and we&#8217;ll get you set up.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13095</post-id>	</item>
		<item>
		<title>The &#8220;Legacy Debt&#8221; Audit: Identifying the 3 Oldest Risks in Your Server Room</title>
		<link>https://www.hopedaletech.com/the-legacy-debt-audit-identifying-the-3-oldest-risks-in-your-server-room/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 25 May 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[IT Management]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13009</guid>

					<description><![CDATA[The most dangerous thing in a server room is often the phrase, “Don’t touch that.” It’s usually said with a half-joke and a grimace. It refers to the old box that “still works”, runs something important, and has survived so many fixes and workarounds that nobody feels confident changing it anymore. That’s legacy debt.&#160; Not [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The most dangerous thing in a server room is often the phrase, “Don’t touch that.”</p><p>It’s usually said with a half-joke and a grimace. It refers to the old box that “still works”, runs something important, and has survived so many fixes and workarounds that nobody feels confident changing it anymore.</p><p>That’s legacy debt.&nbsp;</p><p>Not just “old tech”, but old tech that’s become a dependency. It’s the kind that quietly accumulates risk until it turns into downtime, security exposure, or an emergency upgrade at the worst possible time.</p><p>A legacy debt audit is the fast way to bring that risk back into the light.&nbsp;</p><p></p><h2 class="wp-block-heading">What Legacy Debt Really Looks Like</h2><p>Legacy debt isn’t “old gear”. It’s old gear that has become normal.&nbsp;</p><p>It’s the server that runs a critical app, the edge device nobody remembers buying, the workaround that turned into a dependency. Over time, that debt stacks up quietly.</p><p><a href="https://infinitelambda.com/legacy-debt/" target="_blank" rel="noopener">Infinite Lambda</a> describes legacy debt as something that “happens even to the best systems,” “silently accruing costs and constraints,” and it can “accumulate basically unnoticed until it is too costly to ignore.”&nbsp;</p><p>That’s why a legacy debt audit isn’t a theoretical exercise. It’s a visibility exercise to bring the oldest, highest-leverage risks back onto the list of things you actively manage.</p><p>The security problem shows up when “old” becomes “unpatchable.”&nbsp;</p><p>The UK’s<a href="https://www.ncsc.gov.uk/collection/device-security-guidance/managing-deployed-devices/obsolete-products" target="_blank" rel="noopener"> NCSC guidance on obsolete products</a> says, “Ideally, once out of date, technology should not be used,” and “the only fully effective way to mitigate this risk is to stop using the obsolete product.”&nbsp;</p><p>If something can’t be updated, weaknesses don’t age out. They sit there, waiting for the wrong day.</p><p>Legacy debt also looks like basic server hygiene slipping.</p><p><a href="https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-123.pdf" target="_blank" rel="noopener">NIST SP 800-123</a> frames secure server operations as an ongoing process: “Maintaining the secure configuration through application of appropriate patches and upgrades, security testing, monitoring of logs, and backups…”&nbsp;</p><p>It also calls out foundational hardening steps like “Patch and upgrade the operating system” and “Remove or disable unnecessary services, applications, and network protocols.”&nbsp;</p><p>When those basics become inconsistent, legacy debt turns into a reliability and incident-response problem, not just a security one.</p><p>Finally, legacy debt often hides at the edge. If you have end-of-support internet-facing devices, you’ve got high-leverage risk in the most exposed place.&nbsp;</p><p></p><h2 class="wp-block-heading">The 3 Oldest Risks to Find First</h2><p>These three categories are where “old” most often turns into outsized risk, because they combine age with leverage: they either sit at the front door, can’t be fixed anymore, or have quietly drifted out of a safe baseline.</p><p></p><h3 class="wp-block-heading">Risk #1: End-of-support edge devices</h3><p>If you’re looking for high-leverage legacy debt, start at the edge. Firewalls, VPN gateways, routers, and other internet-facing devices are the front door to your environment.&nbsp;</p><p>When they reach end-of-support (EOS), they don’t just become outdated. They become harder to defend because security fixes stop arriving.</p><p><strong>What to check in your audit</strong></p><ul class="wp-block-list"><li>List every edge device (firewall, VPN, router) and the support status for each one</li><li>Confirm which ones are internet-facing and which services are exposed</li><li>Identify devices that can’t run the current firmware or no longer receive updates.</li></ul><p></p><h3 class="wp-block-heading">Risk #2: Obsolete products that can’t be fixed anymore</h3><p>Obsolete products are the purest form of legacy debt: things that are still operating but no longer receive security updates. That means every new vulnerability becomes permanent.</p><p>In other words, there’s no clever workaround that makes an unsupported system “safe”. There are only risk reductions until you can replace it.</p><p><strong>What to check in your audit</strong></p><ul class="wp-block-list"><li>Identify anything past support: server OS versions, appliances, old hypervisors, and line-of-business apps</li><li>Flag systems that require exceptions, like the ones with old protocols, weak auth, and special firewall rules</li><li>Find the “business-critical but unsupported” systems<br></li></ul><h3 class="wp-block-heading">Risk #3: “It still works” servers with neglected basics</h3><p>This is the sneakiest risk because it looks normal.&nbsp;</p><p>The server is supported. The hardware runs. Nobody’s complaining. But the basics have drifted: patching is inconsistent, unnecessary services are still running, and backups haven’t been proven under pressure.</p><p><a href="https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-123.pdf" target="_blank" rel="noopener"><em>SP 800-123 Guide to General Server Security</em></a> frames secure server operations as an ongoing discipline, including “patches and upgrades,” “monitoring of logs,” and “backups.”&nbsp;</p><p>It also calls out core hardening steps like “Patch and upgrade the operating system” and “Remove or disable unnecessary services, applications, and network protocols.”&nbsp;</p><p>Those are the unglamorous fundamentals that stop small problems from turning into long outages.</p><p><strong>What to check in your audit</strong></p><ul class="wp-block-list"><li>Patch reality: what’s the current patch level and how often do updates slip?</li><li>Service sprawl: what’s running that doesn’t need to be running?</li><li>Admin and service accounts: where are the broad permissions and shared credentials?</li><li>Backup confidence: when was the last restore test and did it succeed?</li><li>Change control: who can make changes, and how are they tracked?</li></ul><p></p><h2 class="wp-block-heading">Stop Carrying Silent Risk</h2><p>Legacy debt doesn’t announce itself. It sits quietly in the background until the day it becomes downtime, exposure, or an emergency upgrade you didn’t plan for.</p><p>A legacy debt audit gives you control back by turning “we should deal with that someday” into a shortlist you can act on. Start with the highest-leverage risks: end-of-support edge devices, obsolete products that can’t be patched, and servers where the basics have drifted. Then assign owners, set dates, and move one item at a time from “too scary to touch” to “handled”.</p><p>Contact us for help running your next legacy debt audit.</p><p></p><p>&#8212;</p><p><a href="https://www.pexels.com/photo/person-using-a-calculator-on-the-table-6266276/" data-type="link" data-id="https://www.pexels.com/photo/person-using-a-calculator-on-the-table-6266276/" target="_blank" rel="noreferrer noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/the-legacy-debt-audit-identifying-the-3-oldest-risks-in-your-server-room/" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13009</post-id>	</item>
		<item>
		<title>The &#8220;Backup Exit&#8221; Strategy: Can You Move Your Data Without the Vendor’s Help?</title>
		<link>https://www.hopedaletech.com/the-backup-exit-strategy-can-you-move-your-data-without-the-vendors-help/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 20 May 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[IT Management]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13012</guid>

					<description><![CDATA[When you first sign up for a software-as-a-service (SaaS) platform, everything is designed to feel effortless.&#160; The problem is that the first real test of a SaaS relationship isn’t the onboarding. It’s the exit.&#160; For many small businesses, the front door is wide open, but the emergency exit is bolted shut: exports are incomplete, key [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>When you first sign up for a software-as-a-service (SaaS) platform, everything is designed to feel effortless.&nbsp;</p><p>The problem is that the first real test of a SaaS relationship isn’t the onboarding. It’s the exit.&nbsp;</p><p>For many small businesses, the front door is wide open, but the emergency exit is bolted shut: exports are incomplete, key data sits in proprietary formats, and leaving requires expensive vendor help.</p><p>That’s more than inconvenient. It’s a business risk.&nbsp;</p><p>As teams move toward a workforce blended with humans and Agentic AI in 2026, your advantage will come from data you can move, reuse, and trust. If your data can’t leave a vendor cleanly, you don’t fully control your processes. Then your options, timelines, and costs are controlled for you.</p><p></p><h2 class="wp-block-heading">Why This Gets Worse in 2026</h2><p>The “backup exit strategy” question is getting sharper in 2026 because SaaS sprawl and third-party dependence are now normal.&nbsp;</p><p>Your business data isn’t sitting in one system. It’s spread across platforms, integrations, plug-ins, and automation. When one vendor changes pricing, terms, features, or risk profile, you don’t just “switch tools.” You either move your data cleanly or you stay stuck.</p><p>The breach environment also raises the stakes. <a href="https://www.verizon.com/business/resources/reports/2025-dbir-executive-summary.pdf" target="_blank" rel="noopener">Verizon’s 2025 DBIR Executive Summary </a>says it analysed 22,052 security incidents and 12,195 confirmed breaches, calling it “the highest number of breaches ever analysed in a single report,” across 139 countries.&nbsp;</p><p>That volume matters because exits and migrations often happen under pressure. A backup exit strategy is what prevents “we need to move” from becoming “we can’t move.”</p><p>Attackers are also increasingly focused on credentials and data pathways. These are the same pathways you rely on during exports and migrations.&nbsp;</p><p><a href="https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/microsoft/msc/documents/presentations/CSR/Microsoft-Digital-Defense-Report-2025.pdf" target="_blank" rel="noopener">Microsoft’s Digital Defense Report 2025</a> notes that credential and access key theft attempts are up 23%, and attempts to extract sensitive data from storage accounts and databases increased 58%.&nbsp;</p><p>Microsoft also reports that data collection showed up in 80% of reactive engagements, which is a reminder that “getting the data” is now a common objective.&nbsp;</p><p>If you can’t export your data safely and predictably, you end up trapped. You can’t rotate away from a risky platform quickly. And you can’t migrate without creating new exposure.&nbsp;</p><p>Finally, being stuck is expensive even before you factor in vendor fees. <a href="https://www.ibm.com/reports/data-breach" target="_blank" rel="noopener">IBM’s Cost of a Data Breach Report 2025</a> puts the global average cost of a breach at USD 4.4M.</p><p>That’s not a “lock-in” statistic, but it is a useful reality check: data incidents cost real money. A clean exit strategy reduces the chance that a vendor becomes an added cost multiplier during an already expensive situation.</p><p>In 2026, the question isn’t whether you’ll ever need to move data. It’s whether you’ll be able to do it without vendor hand-holding, surprise costs, or emergency timelines.&nbsp;</p><p></p><h2 class="wp-block-heading">The Financial Cost of the &#8220;Proprietary Trap&#8221;</h2><p>A weak exit plan doesn’t just slow innovation. It quietly increases operating costs because you end up paying for a setup you can’t easily change.</p><p>When you’re locked into a vendor, spending becomes sticky. You can’t right-size quickly, consolidate tools, or move workloads to a better-fit platform without turning it into a major project.&nbsp;</p><p>That’s how waste hangs around.</p><p>The real cost isn’t the monthly invoice. It’s the lack of options. When your data can’t move easily, every renewal, pricing change, or product shift becomes a forced decision instead of a strategic one.</p><p>A true backup exit strategy flips that dynamic. It gives you the ability to migrate on your timeline, reduce duplicate tooling, and make cost decisions based on value rather than inertia. In practical terms, it turns “we can’t leave” into “we can compare, choose, and move when it makes sense.”</p><p></p><h2 class="wp-block-heading">Securing the Move</h2><p>Once you decide to move your data, the migration itself becomes a high-risk moment. Not because migrations are inherently unsafe. But because they concentrate exactly what attackers want:&nbsp;</p><ul class="wp-block-list"><li>High-privilege access</li><li>Lots of open sessions, </li><li>A lot of data moving at once</li></ul><p>During a data move, your team is often signed into multiple admin-level tools at the same time. That’s where session cookie hijacking becomes relevant. An attacker doesn’t need to “crack” your password if they can steal the session token that proves you’re already authenticated.&nbsp;</p><p><a href="https://www.microsoft.com/en-us/security/blog/2022/07/12/from-cookie-theft-to-bec-attackers-use-aitm-phishing-sites-as-entry-point-to-further-financial-fraud/" target="_blank" rel="noopener">Microsoft</a> has described adversary-in-the-middle phishing campaigns that intercept session cookies so attackers can reuse an authenticated session and bypass the MFA prompt.&nbsp;</p><p><a href="https://www.cloudflare.com/en-gb/the-net/bypassing-mfa/" target="_blank" rel="noopener">Cloudflare</a> also notes that attackers are finding ways to circumvent MFA as part of broader attack chains, which is why the safest approach is layered rather than relying on one control.&nbsp;</p><p>To protect your backup exit migration:</p><ul class="wp-block-list"><li>Use phishing-resistant sign-ins where possible for migration and admin accounts.</li><li>Tighten session controls so privileged sessions expire sooner and re-authentication is required for risky actions.</li><li>Treat device health as part of access: run the migration from a managed, patched, protected device.</li><li>Monitor for suspicious access during the move.</li></ul><p></p><h2 class="wp-block-heading">Ownership is a Discipline</h2><p>The businesses that thrive over the next few years won’t just adopt new tools. They’ll stay flexible as tools change.&nbsp;</p><p>In a world of SaaS sprawl and AI-driven workflows, that flexibility comes from clean data, clear processes, and the ability to move when you need to.</p><p>If you’d like help building an exit-ready baseline across your vendor stack, contact us for a technology consultation.&nbsp;</p><p></p><p>&#8212;</p><p><a href="https://unsplash.com/photos/a-man-sitting-at-a-table-with-a-laptop-and-cell-phone-pz67hBsfbJ4" data-type="link" data-id="https://unsplash.com/photos/a-man-sitting-at-a-table-with-a-laptop-and-cell-phone-pz67hBsfbJ4" target="_blank" rel="noreferrer noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/the-backup-exit-strategy-can-you-move-your-data-without-the-vendors-help/" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13012</post-id>	</item>
		<item>
		<title>Are Your Staff Using the Right Devices for Their Roles?</title>
		<link>https://www.hopedaletech.com/are-your-staff-using-the-right-devices-for-their-roles/</link>
		
		<dc:creator><![CDATA[Chris Seaver]]></dc:creator>
		<pubDate>Tue, 19 May 2026 17:36:46 +0000</pubDate>
				<category><![CDATA[Business Technology]]></category>
		<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[productivity]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13087</guid>

					<description><![CDATA[When was the last time you looked at what devices your team is using? If you&#8217;ve ever heard staff grumble about slow systems, awkward workflows, or tools that don&#8217;t quite meet their needs, it&#8217;s time to ask yourself, &#8220;Are they working with the right equipment for the job?&#8221; Mismatched devices can frustrate staff and slow [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>When was the last time you looked at what devices your team is using? If you&#8217;ve ever heard staff grumble about slow systems, awkward workflows, or tools that don&#8217;t quite meet their needs, it&#8217;s time to ask yourself, &#8220;Are they working with the right equipment for the job?&#8221;</p>



<p>Mismatched devices can frustrate staff and slow productivity, costing your business time and money. Here&#8217;s a closer look at some common mismatches and how you can address them.</p>



<h2 class="wp-block-heading"><strong>Designers and Video Editors: They Need Power and Precision</strong></h2>



<p>Designers, video editors, and other creative professionals rely heavily on their devices to produce accurate and high-quality work. If their laptop or computer is underpowered or not optimized for their tasks, it can become a severe bottleneck.</p>



<p><strong>What they need:</strong></p>



<ol class="wp-block-list">
<li><strong>More RAM –</strong> for heavy software such as Photoshop, Illustrator, or video editing tools, 16GB of RAM (or more) is a must for smooth performance.</li>



<li><strong>Better screens</strong> – high-resolution displays with accurate color reproduction are critical for correct color grading and editing.</li>



<li><strong>Multiple monitors</strong> – larger or even dual screens allow for better multitasking and faster workflows.</li>
</ol>



<p>Without these essentials, creative work becomes slower and more frustrating than it needs to be.</p>



<h2 class="wp-block-heading"><strong>Accounting, Data-Entry, and Admin Staff: The Power of a Second Screen</strong></h2>



<p>Your accounting or admin team may not need the raw power of a designer&#8217;s machine, but they do benefit from tools that make their workflows easier. One simple upgrade can make a massive difference for roles involving spreadsheets, data entry, or long documents: a second screen.</p>



<p><strong>Why a second screen helps:</strong></p>



<ol class="wp-block-list">
<li><strong>Vertical orientation</strong>. A second monitor in vertical orientation allows staff to view long spreadsheets, invoices, or documents without constant scrolling.</li>



<li><strong>Improved multitasking</strong>. Staff can view data on one screen while working on another, reducing the back-and-forth between tabs.</li>
</ol>



<p>Adding a second monitor is a simple upgrade that can significantly improve efficiency.</p>



<p><strong>READ MORE:</strong>&nbsp;<a href="https://www.hopedaletech.com/handy-tips-to-optimize-a-dual-monitor-setup-for-the-best-experience/" target="_blank" rel="noreferrer noopener">Handy Tips to Optimize a Dual-Monitor Setup for the Best Experience</a></p>



<h2 class="wp-block-heading"><strong>Engineers, Architects, and CAD Users: Specialized Tools for Specialized Work</strong></h2>



<p>If your team uses CAD software, standard laptops or desktops just don&#8217;t cut it. These programs need specific hardware to perform effectively. The wrong equipment can mean endless lag, rendering issues, or crashes, leading to wasted time and energy.</p>



<p><strong>Key requirements for CAD work:</strong></p>



<ol class="wp-block-list">
<li><strong>Optimized graphics cards</strong>. CAD software relies heavily on graphics processing power, so a CAD-optimized graphics card is worth the investment.</li>



<li><strong>High-performance processors</strong>. A fast CPU reduces lag, making designs smoother and more responsive.</li>



<li><strong>Ample RAM</strong>. Like with design work, more RAM means better multitasking and handling of complex projects.</li>
</ol>



<p>With the right tools, engineers and architects can focus on their work without hardware slowing them down.</p>



<h2 class="wp-block-heading"><strong>Portable Staff: Laptops vs. Tablets</strong></h2>



<p>For staff constantly on the move, it&#8217;s important to strike the right balance between portability and functionality. This often means choosing between a tablet, a laptop, or a combination of both.</p>



<p><strong>When tablets are enough:</strong></p>



<ul class="wp-block-list">
<li>If staff primarily perform tasks such as checking emails, taking notes, or light browsing, a lightweight tablet can be the perfect tool. Tablets are easy to carry and ideal for quick, on-the-go tasks.</li>
</ul>



<p><strong>When a laptop is better:</strong></p>



<ul class="wp-block-list">
<li>If staff need to do heavy typing, work on complex documents, or use specific software, a tablet alone may not be enough. A full laptop (or a tablet with a detachable keyboard) provides the flexibility and power needed for serious work.</li>
</ul>



<p>The key is identifying what tasks portable staff actually perform and matching them with the right device.</p>



<p><strong>READ MORE:</strong>&nbsp;&nbsp;<a href="https://www.hopedaletech.com/desktop-vs-laptop/" target="_blank" rel="noreferrer noopener">Desktop vs. Laptop: Which is Right for You?</a></p>



<h2 class="wp-block-heading"><strong>The Benefits of a Device Audit</strong></h2>



<p>It&#8217;s not always easy to know what hardware your staff truly needs. Over time, businesses often patch together equipment that works but isn&#8217;t optimized. This often leads to frustrated staff and reduced productivity that might go unnoticed.</p>



<p>That&#8217;s where we come in.</p>



<p>As a managed service provider, Hopedale Technologies can conduct a thorough audit of your business&#8217;s devices. We&#8217;ll assess what tasks your employees need to perform and match them with the right tools for the job. Whether it&#8217;s upgrading underpowered laptops or optimizing workstations, we make sure your team has the tools they need.</p>



<h3 class="wp-block-heading"><strong>Why it matters:</strong></h3>



<ol class="wp-block-list">
<li><strong>Happier staff</strong>. The right tools make work more manageable and less stressful.</li>



<li><strong>Increased productivity</strong>. No more slow systems or workarounds that eat up time.</li>



<li><strong>Smarter investments</strong>. Avoid overspending on devices that are more powerful than necessary or underinvesting in critical roles.</li>
</ol>



<h2 class="wp-block-heading"><strong>Let&#8217;s Get the Right Tools in the Right Hands</strong></h2>



<p>If you suspect your team&#8217;s devices aren&#8217;t quite right for the work they&#8217;re doing, it&#8217;s time to take action. Let us audit your current hardware, identify mismatches, -and get the right tools into the hands of those who need them most.</p>



<p>It&#8217;s a simple step that can make a world of difference to your team&#8217;s productivity and happiness.&nbsp;<strong>Contact us today at 508-478-6010</strong>&nbsp;to schedule your device audit and start working smarter, not harder.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13087</post-id>	</item>
		<item>
		<title>Micro-SaaS Vetting: The 5-Minute Security Check for Browser Add-ons</title>
		<link>https://www.hopedaletech.com/micro-saas-vetting-the-5-minute-security-check-for-browser-add-ons/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 15 May 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<guid isPermaLink="false">https://www.hopedaletech.com/?p=13015</guid>

					<description><![CDATA[Browser add-ons have a funny reputation. They feel “small”. A quick install. A tiny productivity boost. A harmless little helper that lives in your toolbar. But in practice, a browser extension is more like a micro-SaaS vendor sitting inside your browser session. It can see what you see, interact with the pages you open, and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Browser add-ons have a funny reputation. They feel “small”. A quick install. A tiny productivity boost. A harmless little helper that lives in your toolbar.</p><p>But in practice, a browser extension is more like a micro-SaaS vendor sitting inside your browser session. It can see what you see, interact with the pages you open, and sometimes access the same cloud apps your business runs on all day.</p><p>That’s why a browser extension security check matters.&nbsp;</p><p>Not because every extension is bad, but because it only takes one over-permissioned add-on or one bad update to turn “helpful” into exposure.</p><p>The good news is you don’t need a 40-page policy to reduce the risk. A simple five-minute check can prevent most extension problems before they start.</p><p></p><h2 class="wp-block-heading">Why Browser Extensions Are a High-Leverage Risk</h2><p>Browser extensions sit in the most sensitive place in modern work: the browser tab where your staff live all day.&nbsp;</p><p>That matters because extensions aren’t just “apps”. They’re granted special authorisations inside the browser. That makes them attractive targets and gives them leverage that’s disproportionate to how “small” they feel.&nbsp;</p><p><a href="https://security.berkeley.edu/education-awareness/browser-extensions-how-vet-and-install-safely" target="_blank" rel="noopener">UC Berkeley’s guidance</a> says extensions get “special authorisations,” and the more you install, the bigger the attack surface becomes.</p><p>The risk is often permission-based. <a href="https://cheatsheetseries.owasp.org/cheatsheets/Browser_Extension_Vulnerabilities_Cheat_Sheet.html" target="_blank" rel="noopener">OWASP</a> calls out “permissions overreach” as a core problem. Extensions can request more access than they need, including access to “all tabs, browsing history, and even sensitive user data.”&nbsp;</p><p>When an extension can read and modify what happens in the browser, it can potentially see data in cloud tools, capture what’s typed into forms, or alter content on a page.</p><p>It’s also a “change over time” risk. A useful extension today can become a different extension tomorrow.&nbsp;</p><p></p><h2 class="wp-block-heading">The 5-Minute Browser Extension Security Check</h2><p>This browser extension security check is designed to be fast, repeatable, and realistic. It helps staff make safe decisions in minutes without turning every extension into a big IT ticket.</p><p></p><h3 class="wp-block-heading">Vet the developer like a real vendor</h3><p>If you wouldn’t give a random supplier access to your customer records, don’t give a random extension access to your browser.</p><p>Start with the basics:</p><ul class="wp-block-list"><li>Confirm the developer has a real website, support details, and a consistent name across listings</li><li>Look for a track record (other products, a clear company presence, updates that look normal)</li><li>Prefer official stores and trusted sources over “download this .zip” links</li></ul><p></p><h3 class="wp-block-heading">Read the description like a contract</h3><p>Treat the store listing as a mini security disclosure. It should clearly explain what the extension does and why it needs access.</p><p>What to look for:</p><ul class="wp-block-list"><li>Specific, concrete function </li><li>Clear explanation of what data it touches </li><li>Any hint of tracking, analytics, or data sharing that doesn’t match the core feature.</li></ul><p></p><h3 class="wp-block-heading">Permission sanity check</h3><p>Permissions are the whole game. This is where a “helpful tool” can become a high-leverage risk.</p><p><a href="https://learn.microsoft.com/en-us/legal/microsoft-edge/extensions/developer-policies" target="_blank" rel="noopener">Microsoft’s Edge Add-ons policies</a> say extensions “must only request those permissions that are essential for functioning,” and requesting permissions for “future proofing” is “not allowed.”</p><p>How to do a fast check:</p><ul class="wp-block-list"><li>Ask: “Does this permission match the feature?” If not, it’s a red flag.</li><li>Be cautious of anything that effectively means “read and change everything you do in the browser.”</li><li>Remember: <a href="https://support.google.com/chrome/a/answer/9897812?hl=en" target="_blank" rel="noopener">Google</a> even publishes guidance for admins to “evaluate the security risk” of different extension permissions.</li></ul><p></p><h3 class="wp-block-heading">Check updates and change risk</h3><p>Extensions aren’t static. They update. And updates can change what the extension can do.</p><p>Two things to watch:</p><ul class="wp-block-list"><li>Permission creep: If an extension suddenly requests new permissions, you should be wary. And if you can’t justify it, <a href="https://security.berkeley.edu/education-awareness/browser-extensions-how-vet-and-install-safely" target="_blank" rel="noopener">“it’s probably better to uninstall</a>”</li><li>Update abuse: Treat unexpected permission changes or sudden feature shifts as a reason to pause and escalate</li></ul><p></p><h3 class="wp-block-heading">Decide: approve, avoid, or escalate</h3><p>You don’t need a committee for every install.&nbsp;</p><p>You need a simple decision tree:</p><ul class="wp-block-list"><li>Approve when the vendor is credible, the purpose is clear, and permissions are tight and match the feature</li><li>Avoid when the extension is vague, over-permissioned, or feels like it wants access “just in case”</li><li>Escalate when it’s genuinely useful but touches sensitive systems or asks for broad permissions. </li><li>Have IT review it and, if approved, add it to an allowlist</li></ul><p></p><h2 class="wp-block-heading">From “Quick Install” to Clear Standards</h2><p>Browser extensions aren’t “bad”. Unvetted extensions are the problem.</p><p>A simple browser extension security check turns installs from impulse decisions into repeatable standards.&nbsp;</p><p>You’re not trying to slow people down. You’re trying to make sure the tools that live inside your browser have a clear purpose, tight permissions, and a vendor you’d actually trust.</p><p>Start small. Reduce extension sprawl, treat permission changes as a red flag, and escalate anything that touches sensitive systems.&nbsp;</p><p>Then make it easier for staff to do the right thing by default with an approved list and browser-level controls. When installs are standardised, extensions stop being a hidden risk and become just another managed part of the environment.</p><p>Contact us today to schedule a browser extension audit.</p><p></p><p>&#8212;</p><p><a href="https://pixabay.com/illustrations/ai-generated-cybersecurity-8857204/" data-type="link" data-id="https://pixabay.com/illustrations/ai-generated-cybersecurity-8857204/" target="_blank" rel="noreferrer noopener">Featured Image Credit</a></p><p></p><p>This Article has been Republished with Permission from <a rel="canonical noopener" href="https://thetechnologypress.com/micro-saas-vetting-the-5-minute-security-check-for-browser-add-ons/" title="Micro-SaaS Vetting: The 5-Minute Security Check for Browser Add-ons" target="_blank">The Technology Press.</a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13015</post-id>	</item>
	</channel>
</rss>
