<?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>Hold No Virtue&#8230;</title>
	<atom:link href="https://tonytown.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonytown.com/</link>
	<description>...the lunatic ravings of Tony Hunt...</description>
	<lastBuildDate>Thu, 04 Jun 2026 22:02:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>CVE-2023-23397: How a Single Outlook Email Could Lead to Silent Email Theft</title>
		<link>https://tonytown.com/27621-2/</link>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Sat, 06 Jun 2026 20:51:25 +0000</pubDate>
				<category><![CDATA[Randomosity...]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27621</guid>

					<description><![CDATA[<p>CVE-2023-23397: How a Single Outlook Email Could Lead to Silent Email Theft Email remains one of the most critical communication tools for businesses, nonprofits, and government organizations. Unfortunately, it is also one of the most heavily targeted attack surfaces. In 2023, Microsoft disclosed one of the most dangerous Outlook vulnerabilities seen in years: CVE-2023-23397. What...</p>
<div class="read-more"><a href="https://tonytown.com/27621-2/">Read More</a></div>
<p>The post <a href="https://tonytown.com/27621-2/">CVE-2023-23397: How a Single Outlook Email Could Lead to Silent Email Theft</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 data-section-id="1na789h" data-start="0" data-end="77">CVE-2023-23397: How a Single Outlook Email Could Lead to Silent Email Theft</h1>
<p data-start="79" data-end="385">Email remains one of the most critical communication tools for businesses, nonprofits, and government organizations. Unfortunately, it is also one of the most heavily targeted attack surfaces. In 2023, Microsoft disclosed one of the most dangerous Outlook vulnerabilities seen in years: <strong data-start="366" data-end="384">CVE-2023-23397</strong>.</p>
<p data-start="387" data-end="822">What made this vulnerability particularly concerning was not just its severity, but the fact that it could be exploited with <strong data-start="512" data-end="545">little to no user interaction</strong>. A victim did not need to click a link, open an attachment, or even read the message. Simply receiving a specially crafted email could be enough to expose credentials that attackers could then use to compromise accounts, steal information, and establish long-term persistence.</p>
<p data-start="824" data-end="1043">Understanding how CVE-2023-23397 worked and how organizations can protect themselves remains important today because many of the techniques used by attackers continue to be effective against poorly secured environments.</p>
<hr data-start="1045" data-end="1048" />
<h2 data-section-id="f0qkh1" data-start="1050" data-end="1076">What Is CVE-2023-23397?</h2>
<p data-start="1078" data-end="1198">CVE-2023-23397 is a <strong data-start="1098" data-end="1197">privilege escalation and credential theft vulnerability affecting Microsoft Outlook for Windows</strong>.</p>
<p data-start="1200" data-end="1468">The flaw abused Outlook&#8217;s handling of reminders and notification sounds. An attacker could create a specially crafted email, calendar invitation, or task request that referenced a file located on a malicious SMB (Server Message Block) share controlled by the attacker.</p>
<p data-start="1470" data-end="1646">When Outlook attempted to access that remote resource, Windows would automatically attempt to authenticate to the attacker&#8217;s system using the victim&#8217;s <strong data-start="1621" data-end="1645">Net-NTLM credentials</strong>.</p>
<p data-start="1648" data-end="1747">Because this process occurred automatically, the victim often never realized anything had happened.</p>
<p data-start="1749" data-end="1819">The attacker could then capture the authentication hash and use it in:</p>
<ul data-start="1821" data-end="1999">
<li data-section-id="h9v98p" data-start="1821" data-end="1844">Pass-the-Hash attacks</li>
<li data-section-id="10syjkr" data-start="1845" data-end="1871">Credential relay attacks</li>
<li data-section-id="vsc56a" data-start="1872" data-end="1907">Lateral movement within a network</li>
<li data-section-id="kymmmt" data-start="1908" data-end="1954">Exchange or Microsoft 365 account compromise</li>
<li data-section-id="1oj91j4" data-start="1955" data-end="1999">Additional privilege escalation activities</li>
</ul>
<p data-start="2001" data-end="2131">This made CVE-2023-23397 particularly dangerous because it effectively transformed Outlook into a credential harvesting mechanism.</p>
<hr data-start="2133" data-end="2136" />
<h2 data-section-id="1vh0i7w" data-start="2138" data-end="2163">Why Was It So Serious?</h2>
<p data-start="2165" data-end="2230">Most phishing attacks rely on convincing users to take an action:</p>
<ul data-start="2232" data-end="2310">
<li data-section-id="1s685dz" data-start="2232" data-end="2246">Click a link</li>
<li data-section-id="61x0h6" data-start="2247" data-end="2267">Open an attachment</li>
<li data-section-id="1elaxbs" data-start="2268" data-end="2287">Enter credentials</li>
<li data-section-id="14td2rz" data-start="2288" data-end="2310">Approve MFA requests</li>
</ul>
<p data-start="2312" data-end="2360">CVE-2023-23397 removed much of that requirement.</p>
<p data-start="2362" data-end="2524">A malicious email could trigger the authentication attempt automatically, allowing attackers to collect credentials without relying on user awareness or training.</p>
<p data-start="2526" data-end="2621">For organizations that lacked modern authentication controls, the consequences could be severe.</p>
<p data-start="2623" data-end="2677">Once attackers obtained valid credentials, they could:</p>
<ul data-start="2679" data-end="2848">
<li data-section-id="s9wxty" data-start="2679" data-end="2697">Access mailboxes</li>
<li data-section-id="896n15" data-start="2698" data-end="2731">Search sensitive communications</li>
<li data-section-id="cd4d3q" data-start="2732" data-end="2754">Download attachments</li>
<li data-section-id="30s0x7" data-start="2755" data-end="2774">Impersonate users</li>
<li data-section-id="uzf1nk" data-start="2775" data-end="2798">Establish persistence</li>
<li data-section-id="lkfko6" data-start="2799" data-end="2848">Conduct business email compromise (BEC) attacks</li>
</ul>
<p data-start="2850" data-end="2987">In many documented incidents, attackers leveraged stolen credentials to maintain access long after the original email had been delivered.</p>
<hr data-start="2989" data-end="2992" />
<h2 data-section-id="lrxst0" data-start="2994" data-end="3036">The Connection to Malicious Inbox Rules</h2>
<p data-start="3038" data-end="3175">One of the most common post-compromise activities associated with Outlook and Exchange attacks is the creation of <strong data-start="3152" data-end="3174">hidden inbox rules</strong>.</p>
<p data-start="3177" data-end="3253">After gaining access to an email account, attackers often create rules that:</p>
<ul data-start="3255" data-end="3492">
<li data-section-id="16py8qr" data-start="3255" data-end="3313">Forward copies of all incoming mail to external accounts</li>
<li data-section-id="1f7fzwm" data-start="3314" data-end="3359">Redirect messages from specific individuals</li>
<li data-section-id="130rg1l" data-start="3360" data-end="3391">Delete security notifications</li>
<li data-section-id="1406dy4" data-start="3392" data-end="3446">Move invoices and payment requests to hidden folders</li>
<li data-section-id="prrbzj" data-start="3447" data-end="3492">Hide evidence of compromise from the victim</li>
</ul>
<p data-start="3494" data-end="3561">These rules can remain active for weeks or months before discovery.</p>
<p data-start="3563" data-end="3840">In a Business Email Compromise (BEC) scenario, attackers frequently monitor conversations between vendors, customers, executives, and accounting staff. They wait for a payment opportunity and then inject fraudulent banking information into an otherwise legitimate email thread.</p>
<p data-start="3842" data-end="3946">The result can be significant financial losses despite no malware ever being installed on a workstation.</p>
<hr data-start="3948" data-end="3951" />
<h2 data-section-id="2t44xl" data-start="3953" data-end="3972">Who Was at Risk?</h2>
<p data-start="3974" data-end="4011">The vulnerability primarily affected:</p>
<ul data-start="4013" data-end="4164">
<li data-section-id="f3u0ep" data-start="4013" data-end="4044">Microsoft Outlook for Windows</li>
<li data-section-id="1osp3qw" data-start="4045" data-end="4082">Organizations using Exchange Server</li>
<li data-section-id="1i4ead9" data-start="4083" data-end="4133">Microsoft 365 users with Outlook desktop clients</li>
<li data-section-id="iouqux" data-start="4134" data-end="4164">Hybrid Exchange environments</li>
</ul>
<p data-start="4166" data-end="4395">While Outlook Web Access (OWA) itself was not directly vulnerable to CVE-2023-23397, compromised credentials obtained through the attack could subsequently be used to access OWA, Exchange Online, and other Microsoft 365 services.</p>
<p data-start="4397" data-end="4562">Organizations that relied heavily on legacy authentication protocols faced particularly high risk because stolen Net-NTLM credentials could be leveraged more easily.</p>
<hr data-start="4564" data-end="4567" />
<h2 data-section-id="nldrjv" data-start="4569" data-end="4613">How Microsoft Addressed the Vulnerability</h2>
<p data-start="4615" data-end="4705">Microsoft released security updates that corrected the vulnerable behavior within Outlook.</p>
<p data-start="4707" data-end="4740">Organizations should ensure that:</p>
<ul data-start="4742" data-end="4941">
<li data-section-id="1dhihug" data-start="4742" data-end="4777">Outlook clients are fully patched</li>
<li data-section-id="1smye3o" data-start="4778" data-end="4828">Windows systems receive regular security updates</li>
<li data-section-id="wkn34t" data-start="4829" data-end="4881">Exchange environments are maintained and monitored</li>
<li data-section-id="5vfb7r" data-start="4882" data-end="4941">Legacy authentication methods are disabled where possible</li>
</ul>
<p data-start="4943" data-end="5094">Microsoft also provided detection scripts and guidance to help administrators identify potentially malicious messages that exploited the vulnerability.</p>
<p data-start="5096" data-end="5134">However, patching alone is not enough.</p>
<hr data-start="5136" data-end="5139" />
<h2 data-section-id="c3qsfc" data-start="5141" data-end="5180">Prevention and Deterrence Strategies</h2>
<h3 data-section-id="8ktn56" data-start="5182" data-end="5221">1. Keep Outlook and Windows Updated</h3>
<p data-start="5223" data-end="5308">The most important defense is ensuring all systems receive security updates promptly.</p>
<p data-start="5310" data-end="5340">Organizations should maintain:</p>
<ul data-start="5342" data-end="5448">
<li data-section-id="wfekpv" data-start="5342" data-end="5370">Automated patch management</li>
<li data-section-id="1l9s3zh" data-start="5371" data-end="5395">Vulnerability scanning</li>
<li data-section-id="v60ib8" data-start="5396" data-end="5415">Asset inventories</li>
<li data-section-id="14vilem" data-start="5416" data-end="5448">Update verification procedures</li>
</ul>
<p data-start="5450" data-end="5535">Unpatched systems remain attractive targets long after vulnerabilities become public.</p>
<hr data-start="5537" data-end="5540" />
<h3 data-section-id="1b9wmha" data-start="5542" data-end="5590">2. Enforce Multi-Factor Authentication (MFA)</h3>
<p data-start="5592" data-end="5650">MFA significantly reduces the value of stolen credentials.</p>
<p data-start="5652" data-end="5755">Even if attackers obtain passwords or authentication hashes, MFA can prevent successful account access.</p>
<p data-start="5757" data-end="5775">Whenever possible:</p>
<ul data-start="5777" data-end="5917">
<li data-section-id="1tah0bb" data-start="5777" data-end="5804">Require MFA for all users</li>
<li data-section-id="zzlfg" data-start="5805" data-end="5837">Require MFA for administrators</li>
<li data-section-id="1tmigvw" data-start="5838" data-end="5864">Eliminate MFA exceptions</li>
<li data-section-id="1d87zc5" data-start="5865" data-end="5917">Use phishing-resistant MFA methods where practical</li>
</ul>
<hr data-start="5919" data-end="5922" />
<h3 data-section-id="113ayt6" data-start="5924" data-end="5960">3. Disable Legacy Authentication</h3>
<p data-start="5962" data-end="6039">Legacy authentication protocols are frequently abused after credential theft.</p>
<p data-start="6041" data-end="6070">Organizations should disable:</p>
<ul data-start="6072" data-end="6174">
<li data-section-id="1i7tauq" data-start="6072" data-end="6094">Basic Authentication</li>
<li data-section-id="egz9qm" data-start="6095" data-end="6119">POP3 (unless required)</li>
<li data-section-id="18q0elj" data-start="6120" data-end="6144">IMAP (unless required)</li>
<li data-section-id="k3yf1n" data-start="6145" data-end="6174">SMTP AUTH where unnecessary</li>
</ul>
<p data-start="6176" data-end="6254">Modern authentication methods provide stronger protections and better logging.</p>
<hr data-start="6256" data-end="6259" />
<h3 data-section-id="1epofyp" data-start="6261" data-end="6289">4. Monitor Mailbox Rules</h3>
<p data-start="6291" data-end="6368">Administrators should routinely review mailbox rules for suspicious behavior.</p>
<p data-start="6370" data-end="6379">Look for:</p>
<ul data-start="6381" data-end="6494">
<li data-section-id="w9wb8u" data-start="6381" data-end="6412">External forwarding addresses</li>
<li data-section-id="8g8fwf" data-start="6413" data-end="6427">Hidden rules</li>
<li data-section-id="hsgymq" data-start="6428" data-end="6449">Automatic deletions</li>
<li data-section-id="19b918k" data-start="6450" data-end="6469">Unusual redirects</li>
<li data-section-id="1r6ga3v" data-start="6470" data-end="6494">Recently created rules</li>
</ul>
<p data-start="6496" data-end="6590">Many compromises are discovered only after investigators review mailbox configuration changes.</p>
<hr data-start="6592" data-end="6595" />
<h3 data-section-id="f2nxxh" data-start="6597" data-end="6637">5. Restrict External Auto-Forwarding</h3>
<p data-start="6639" data-end="6739">A simple but highly effective control is disabling automatic forwarding to external email addresses.</p>
<p data-start="6741" data-end="6821">Many organizations have no legitimate business need for unrestricted forwarding.</p>
<p data-start="6823" data-end="6943">Blocking external forwarding can prevent attackers from silently siphoning email even if an account becomes compromised.</p>
<hr data-start="6945" data-end="6948" />
<h3 data-section-id="sohw0h" data-start="6950" data-end="6987">6. Deploy Advanced Email Security</h3>
<p data-start="6989" data-end="7007">Solutions such as:</p>
<ul data-start="7009" data-end="7188">
<li data-section-id="1g0c6zs" data-start="7009" data-end="7044">Microsoft Defender for Office 365</li>
<li data-section-id="tm8mdj" data-start="7045" data-end="7083">Advanced threat protection platforms</li>
<li data-section-id="1i5i0f2" data-start="7084" data-end="7140">Security information and event management (SIEM) tools</li>
<li data-section-id="ci7i5a" data-start="7141" data-end="7188">Managed detection and response (MDR) services</li>
</ul>
<p data-start="7190" data-end="7261">can help identify suspicious behavior before significant damage occurs.</p>
<hr data-start="7263" data-end="7266" />
<h3 data-section-id="1a6dwas" data-start="7268" data-end="7304">7. Review Sign-In Logs Regularly</h3>
<p data-start="7306" data-end="7360">Microsoft 365 administrators should routinely monitor:</p>
<ul data-start="7362" data-end="7492">
<li data-section-id="oluzk0" data-start="7362" data-end="7387">Unusual login locations</li>
<li data-section-id="phhh12" data-start="7388" data-end="7414">Impossible travel events</li>
<li data-section-id="1pnkyra" data-start="7415" data-end="7438">Failed login attempts</li>
<li data-section-id="qc3lr" data-start="7439" data-end="7452">New devices</li>
<li data-section-id="1v9iidz" data-start="7453" data-end="7492">Suspicious OAuth application activity</li>
</ul>
<p data-start="7494" data-end="7581">Early detection often makes the difference between a minor incident and a major breach.</p>
<hr data-start="7583" data-end="7586" />
<h2 data-section-id="114wazr" data-start="7588" data-end="7605">Final Thoughts</h2>
<p data-start="7607" data-end="7924">I originally saw this kind of exploitation long before Office was a cloud service offering. PDF dropping executables were usually the delivery mechanism, but lately everyone seems to refer back to this CVE, and thus my focus on it.</p>
<p>CVE-2023-23397 serves as a reminder that modern cyberattacks do not always require users to make mistakes. In this case, a specially crafted Outlook message could trigger credential theft automatically, potentially leading to mailbox compromise, malicious forwarding rules, financial fraud, and long-term persistence.</p>
<p data-start="7926" data-end="8234">Organizations should view this vulnerability as more than a historical event. It highlights the importance of layered security controls, including timely patching, multi-factor authentication, disabling legacy authentication, monitoring mailbox rules, and maintaining strong Microsoft 365 security practices.</p>
<p data-start="8236" data-end="8479" data-is-last-node="" data-is-only-node="">The lesson from CVE-2023-23397 is clear: protecting email is no longer just about stopping phishing clicks. It is about securing the entire identity and messaging ecosystem before attackers can turn a single email into a full-scale compromise.</p>
<p data-start="8236" data-end="8479" data-is-last-node="" data-is-only-node="">References</p>
<ul>
<li data-section-id="x4ucef" data-start="2405" data-end="2445"><span class="" data-state="closed"><a class="decorated-link" href="https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2023-23397?utm_source=chatgpt.com" target="_blank" rel="noopener">Microsoft Security Response Center – CVE-2023-23397</a></span></li>
<li data-section-id="e1izlw" data-start="2446" data-end="2486"><span class="" data-state="closed"><a class="decorated-link" href="https://www.microsoft.com/en-us/security/blog/2023/03/24/guidance-for-investigating-attacks-using-cve-2023-23397/?utm_source=chatgpt.com" target="_blank" rel="noopener">Microsoft Security Blog – Guidance for Investigating Attacks Using CVE-2023-23397</a></span></li>
<li data-section-id="1xguo91" data-start="2487" data-end="2527"><span class="" data-state="closed"><a class="decorated-link" href="https://www.microsoft.com/en-us/msrc/blog/2023/03/microsoft-mitigates-outlook-elevation-of-privilege-vulnerability?utm_source=chatgpt.com" target="_blank" rel="noopener">Microsoft Security Response Center – Microsoft Mitigates Outlook Elevation of Privilege Vulnerability</a></span></li>
<li data-section-id="1sfstr6" data-start="2528" data-end="2570"><span class="" data-state="closed"><a class="decorated-link" href="https://nvd.nist.gov/vuln/detail/cve-2023-23397?utm_source=chatgpt.com" target="_blank" rel="noopener">National Vulnerability Database (NVD) – CVE-2023-23397</a></span></li>
<li data-section-id="qgulab" data-start="2571" data-end="2613"><span class="" data-state="closed"><a class="decorated-link" href="https://www.cyber.gc.ca/en/alerts-advisories/microsoft-outlook-zero-day-vulnerability-allowing-ntlm-credential-theft?utm_source=chatgpt.com" target="_blank" rel="noopener">Canadian Centre for Cyber Security Advisory on CVE-2023-23397</a></span></li>
<li data-section-id="1jd50io" data-start="2614" data-end="2656"><span class="" data-state="closed"><a class="decorated-link" href="https://unit42.paloaltonetworks.com/threat-brief-cve-2023-23397/?utm_source=chatgpt.com" target="_blank" rel="noopener">Palo Alto Networks Unit 42 Threat Brief – CVE-2023-23397</a></span></li>
</ul>
<p>The post <a href="https://tonytown.com/27621-2/">CVE-2023-23397: How a Single Outlook Email Could Lead to Silent Email Theft</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Securing Your Microsoft 365 Tenant: Why Native Security Isn&#8217;t Always Enough</title>
		<link>https://tonytown.com/securing-your-microsoft-365-tenant-why-native-security-isnt-always-enough/</link>
					<comments>https://tonytown.com/securing-your-microsoft-365-tenant-why-native-security-isnt-always-enough/#respond</comments>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 13:34:49 +0000</pubDate>
				<category><![CDATA[Randomosity...]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27615</guid>

					<description><![CDATA[<p>Is your Microsoft 365 tenant truly secure? Discover the risks of relying on default protections and how Sherweb Office Protect enhances security and visibility.</p>
<p>The post <a href="https://tonytown.com/securing-your-microsoft-365-tenant-why-native-security-isnt-always-enough/">Securing Your Microsoft 365 Tenant: Why Native Security Isn&#8217;t Always Enough</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 data-section-id="h8s7ba" data-start="0" data-end="77">Securing Your Microsoft 365 Tenant: Why Native Security Isn&#8217;t Always Enough</h1>
<p data-start="79" data-end="533">Microsoft 365 has become the productivity platform of choice for organizations of all sizes. It provides powerful tools for email, collaboration, file sharing, communication, and business operations. However, as Microsoft 365 adoption has increased, so has the number of cybercriminals targeting organizations through compromised email accounts, business email compromise (BEC), phishing attacks, malicious file sharing, and unauthorized access attempts.</p>
<p data-start="535" data-end="956">Many organizations mistakenly assume that because they are using Microsoft 365, they are automatically protected against modern cyber threats. While Microsoft provides a solid foundation of security capabilities, protecting a Microsoft 365 environment requires ongoing monitoring, threat detection, incident response, user awareness, and security expertise that many organizations simply do not have available internally.</p>
<p data-start="958" data-end="1079">This is where solutions such as Sherweb&#8217;s Office Protect can significantly strengthen an organization&#8217;s security posture.</p>
<h2 data-section-id="1nq10om" data-start="1081" data-end="1132">The Growing Threat to Microsoft 365 Environments</h2>
<p data-start="1134" data-end="1274">Cybercriminals increasingly target Microsoft 365 accounts because they often serve as the gateway to an organization&#8217;s most valuable assets:</p>
<ul data-start="1276" data-end="1479">
<li data-section-id="8bfyaf" data-start="1276" data-end="1298">Email communications</li>
<li data-section-id="eeza2n" data-start="1299" data-end="1318">Financial records</li>
<li data-section-id="852f34" data-start="1319" data-end="1341">Customer information</li>
<li data-section-id="1mfl95m" data-start="1342" data-end="1357">Employee data</li>
<li data-section-id="1melmv0" data-start="1358" data-end="1376">SharePoint files</li>
<li data-section-id="1aypsy1" data-start="1377" data-end="1395">OneDrive content</li>
<li data-section-id="tfw0pk" data-start="1396" data-end="1417">Teams conversations</li>
<li data-section-id="sutjby" data-start="1418" data-end="1479">Business applications integrated through Microsoft Entra ID</li>
</ul>
<p data-start="1481" data-end="1587">A single compromised account can provide attackers with access to sensitive information, allowing them to:</p>
<ul data-start="1589" data-end="1785">
<li data-section-id="1v1nulw" data-start="1589" data-end="1615">Send fraudulent invoices</li>
<li data-section-id="z0g6e3" data-start="1616" data-end="1635">Redirect payments</li>
<li data-section-id="13twnet" data-start="1636" data-end="1661">Steal confidential data</li>
<li data-section-id="y251f2" data-start="1662" data-end="1681">Deploy ransomware</li>
<li data-section-id="gh09af" data-start="1682" data-end="1711">Create hidden mailbox rules</li>
<li data-section-id="1qlxp9o" data-start="1712" data-end="1749">Conduct internal phishing campaigns</li>
<li data-section-id="xuh0sw" data-start="1750" data-end="1785">Impersonate executives or vendors</li>
</ul>
<p data-start="1787" data-end="1937">Many attacks are designed to remain undetected for weeks or months, allowing criminals to gather information before executing financial fraud schemes.</p>
<h2 data-section-id="a6vbye" data-start="1939" data-end="1982">Common Risks Without Advanced Monitoring</h2>
<p data-start="1984" data-end="2114">Organizations that rely solely on default configurations or limited administrative oversight often face several significant risks.</p>
<h3 data-section-id="u3eajb" data-start="2116" data-end="2151">Business Email Compromise (BEC)</h3>
<p data-start="2153" data-end="2401">BEC attacks remain one of the most financially damaging cybercrime categories worldwide. Attackers gain access to a mailbox and monitor communications until an opportunity arises to manipulate payments, banking information, or vendor relationships.</p>
<p data-start="2403" data-end="2518">Because these emails originate from legitimate accounts, they can be extremely difficult for employees to identify.</p>
<h3 data-section-id="17egts7" data-start="2520" data-end="2549">Suspicious Login Activity</h3>
<p data-start="2551" data-end="2624">Cybercriminals frequently attempt to access Microsoft 365 accounts using:</p>
<ul data-start="2626" data-end="2746">
<li data-section-id="1jcmsqz" data-start="2626" data-end="2644">Stolen passwords</li>
<li data-section-id="czzhoq" data-start="2645" data-end="2674">Credential stuffing attacks</li>
<li data-section-id="4mhco5" data-start="2675" data-end="2699">Password spray attacks</li>
<li data-section-id="kehjql" data-start="2700" data-end="2746">Leaked credentials from third-party breaches</li>
</ul>
<p data-start="2748" data-end="2922">Without active monitoring, suspicious sign-ins from foreign countries, anonymous proxies, VPN services, or unusual devices may go unnoticed until damage has already occurred.</p>
<h3 data-section-id="u8l23f" data-start="2924" data-end="2954">Unauthorized Mailbox Rules</h3>
<p data-start="2956" data-end="3065">One of the first actions attackers often take after compromising an account is creating hidden mailbox rules.</p>
<p data-start="3067" data-end="3083">These rules can:</p>
<ul data-start="3085" data-end="3215">
<li data-section-id="1esdozb" data-start="3085" data-end="3111">Forward email externally</li>
<li data-section-id="130rg1l" data-start="3112" data-end="3143">Delete security notifications</li>
<li data-section-id="5nfuj6" data-start="3144" data-end="3179">Move messages into hidden folders</li>
<li data-section-id="wlz19i" data-start="3180" data-end="3215">Conceal communications from users</li>
</ul>
<p data-start="3217" data-end="3319">The victim may continue using their account without realizing critical messages are being intercepted.</p>
<h3 data-section-id="1xx7ybm" data-start="3321" data-end="3353">Malicious OAuth Applications</h3>
<p data-start="3355" data-end="3505">Modern attackers increasingly exploit OAuth permissions rather than stealing passwords. Users may unknowingly grant a malicious application access to:</p>
<ul data-start="3507" data-end="3558">
<li data-section-id="1717an8" data-start="3507" data-end="3514">Email</li>
<li data-section-id="1km9tjv" data-start="3515" data-end="3525">Contacts</li>
<li data-section-id="1ydbq95" data-start="3526" data-end="3537">Calendars</li>
<li data-section-id="170r3i5" data-start="3538" data-end="3545">Files</li>
<li data-section-id="sbgoye" data-start="3546" data-end="3558">Teams data</li>
</ul>
<p data-start="3560" data-end="3672">Even after a password reset, the malicious application may retain access if not properly identified and removed.</p>
<h3 data-section-id="1mfkrby" data-start="3674" data-end="3705">Internal Account Compromise</h3>
<p data-start="3707" data-end="3812">Once an attacker gains access to one account, they often use that trust relationship to target coworkers.</p>
<p data-start="3814" data-end="3853">Employees are far more likely to trust:</p>
<ul data-start="3855" data-end="3929">
<li data-section-id="1wxuuqj" data-start="3855" data-end="3880">Internal email messages</li>
<li data-section-id="b7i12j" data-start="3881" data-end="3894">Teams chats</li>
<li data-section-id="xqh6l9" data-start="3895" data-end="3913">Shared documents</li>
<li data-section-id="1o4suy4" data-start="3914" data-end="3929">File requests</li>
</ul>
<p data-start="3931" data-end="4011">This allows attackers to expand their access rapidly throughout an organization.</p>
<h2 data-section-id="1hvxp6k" data-start="4013" data-end="4056">Why Security Alerts Alone Are Not Enough</h2>
<p data-start="4058" data-end="4199">Many Microsoft 365 tenants generate security alerts, but alerts only provide value when someone is actively reviewing and responding to them.</p>
<p data-start="4201" data-end="4294">A common misconception is that security notifications automatically stop attacks. In reality:</p>
<ul data-start="4296" data-end="4499">
<li data-section-id="wxfnkf" data-start="4296" data-end="4319">Alerts may go unread.</li>
<li data-section-id="6gztaz" data-start="4320" data-end="4371">Administrators may not understand their severity.</li>
<li data-section-id="g5xtpw" data-start="4372" data-end="4436">Small organizations may not have dedicated security personnel.</li>
<li data-section-id="p2ea45" data-start="4437" data-end="4499">Threats occurring after business hours may remain unchecked.</li>
</ul>
<p data-start="4501" data-end="4550">Cyber incidents rarely occur at convenient times.</p>
<p data-start="4552" data-end="4604">Organizations often discover compromises only after:</p>
<ul data-start="4606" data-end="4748">
<li data-section-id="hos69b" data-start="4606" data-end="4643">Customers report suspicious emails.</li>
<li data-section-id="1108l9j" data-start="4644" data-end="4680">Vendors question payment requests.</li>
<li data-section-id="dj03bm" data-start="4681" data-end="4706">Financial losses occur.</li>
<li data-section-id="1senybh" data-start="4707" data-end="4748">Regulatory reporting obligations arise.</li>
</ul>
<h2 data-section-id="2k4v49" data-start="4750" data-end="4788">The Value of Sherweb Office Protect</h2>
<p data-start="4790" data-end="4910">Sherweb Office Protect helps bridge the gap between basic Microsoft 365 security and a more proactive security strategy.</p>
<p data-start="4912" data-end="5117">Office Protect provides centralized security management designed specifically for Microsoft 365 environments and offers enhanced visibility into security risks that many organizations would otherwise miss.</p>
<p data-start="5119" data-end="5140">Key benefits include:</p>
<h3 data-section-id="1htro9e" data-start="5142" data-end="5174">Enhanced Security Monitoring</h3>
<p data-start="5176" data-end="5354">Office Protect continuously monitors tenant activity and identifies potentially suspicious events, helping administrators detect issues before they escalate into major incidents.</p>
<h3 data-section-id="14iy07t" data-start="5356" data-end="5387">Security Posture Management</h3>
<p data-start="5389" data-end="5509">The platform evaluates Microsoft 365 security settings and identifies areas where security controls can be strengthened.</p>
<p data-start="5511" data-end="5593">This helps organizations implement best practices and reduce unnecessary exposure.</p>
<h3 data-section-id="597kb6" data-start="5595" data-end="5619">User Risk Visibility</h3>
<p data-start="5621" data-end="5806">Administrators gain visibility into risky behaviors and potentially compromised accounts, allowing them to prioritize remediation efforts and focus resources where they are most needed.</p>
<h3 data-section-id="1d2qaz6" data-start="5808" data-end="5846">Simplified Security Administration</h3>
<p data-start="5848" data-end="5929">Many organizations struggle to navigate Microsoft&#8217;s extensive security ecosystem.</p>
<p data-start="5931" data-end="6110">Office Protect provides a more streamlined interface and consolidated security insights, making it easier to manage Microsoft 365 security without requiring specialized expertise.</p>
<h3 data-section-id="3g9pjc" data-start="6112" data-end="6141">Faster Incident Detection</h3>
<p data-start="6143" data-end="6227">The sooner suspicious activity is identified, the less damage an attacker can cause.</p>
<p data-start="6229" data-end="6277">Early detection can mean the difference between:</p>
<ul data-start="6279" data-end="6387">
<li data-section-id="1mmbqm7" data-start="6279" data-end="6315">A password reset and minor cleanup</li>
<li data-section-id="asg7gz" data-start="6316" data-end="6387">A major breach requiring legal, regulatory, and financial remediation</li>
</ul>
<h2 data-section-id="rhiks0" data-start="6389" data-end="6428">Security Is a Process, Not a Product</h2>
<p data-start="6430" data-end="6552">No security solution can eliminate all risk. Effective cybersecurity requires multiple layers working together, including:</p>
<ul data-start="6554" data-end="6762">
<li data-section-id="sbkx4a" data-start="6554" data-end="6589">Multi-factor authentication (MFA)</li>
<li data-section-id="i30r2a" data-start="6590" data-end="6616">Strong password policies</li>
<li data-section-id="7e4u5x" data-start="6617" data-end="6646">Security awareness training</li>
<li data-section-id="1335aav" data-start="6647" data-end="6665">Email protection</li>
<li data-section-id="jbf8fc" data-start="6666" data-end="6687">Endpoint protection</li>
<li data-section-id="3ddkby" data-start="6688" data-end="6709">Backup and recovery</li>
<li data-section-id="1nek7zd" data-start="6710" data-end="6733">Continuous monitoring</li>
<li data-section-id="t1lteo" data-start="6734" data-end="6762">Incident response planning</li>
</ul>
<p data-start="6764" data-end="6894">However, organizations that lack visibility into their Microsoft 365 environment are often operating with significant blind spots.</p>
<p data-start="6896" data-end="7121">Office Protect helps reduce those blind spots by providing additional monitoring, security insights, and administrative controls that improve an organization&#8217;s ability to detect and respond to threats targeting Microsoft 365.</p>
<h2 data-section-id="114wazr" data-start="7123" data-end="7140">Final Thoughts</h2>
<p data-start="7142" data-end="7371">Microsoft 365 is one of the most targeted business platforms in the world. As cybercriminals continue to refine their tactics, organizations must move beyond the assumption that default settings alone provide adequate protection.</p>
<p data-start="7373" data-end="7575">The financial and operational impact of a compromised Microsoft 365 account can be severe, including fraud, business disruption, reputational damage, regulatory consequences, and loss of customer trust.</p>
<p data-start="7577" data-end="7832">By implementing additional security controls and leveraging solutions such as Sherweb Office Protect, organizations can improve visibility, strengthen defenses, and reduce the likelihood that a single compromised account becomes a major business incident.</p>
<p data-start="7834" data-end="8020" data-is-last-node="" data-is-only-node="">Cybersecurity is no longer just an IT concern—it is a business risk management requirement. Investing in stronger Microsoft 365 security today can help prevent costly incidents tomorrow.</p>
<p>The post <a href="https://tonytown.com/securing-your-microsoft-365-tenant-why-native-security-isnt-always-enough/">Securing Your Microsoft 365 Tenant: Why Native Security Isn&#8217;t Always Enough</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tonytown.com/securing-your-microsoft-365-tenant-why-native-security-isnt-always-enough/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Phish-testing is fun&#8230;</title>
		<link>https://tonytown.com/phish-testing-is-fun/</link>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 20:16:00 +0000</pubDate>
				<category><![CDATA[Randomosity...]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27612</guid>

					<description><![CDATA[<p>A small company hired a new cybersecurity consultant after a phishing incident. Day one, he walked into the office and asked, “How many people clicked the phishing email?” The IT manager sighed. “About 40%.” “That&#8217;s bad,” said the consultant. “Actually,” replied the manager, “that&#8217;s an improvement. Last year it was 90%.” Determined to fix things,...</p>
<div class="read-more"><a href="https://tonytown.com/phish-testing-is-fun/">Read More</a></div>
<p>The post <a href="https://tonytown.com/phish-testing-is-fun/">Phish-testing is fun&#8230;</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A small company hired a new cybersecurity consultant after a phishing incident.</p>
<p>Day one, he walked into the office and asked, “How many people clicked the phishing email?”</p>
<p>The IT manager sighed. “About 40%.”</p>
<p>“That&#8217;s bad,” said the consultant.</p>
<p>“Actually,” replied the manager, “that&#8217;s an improvement. Last year it was 90%.”</p>
<p>Determined to fix things, the consultant launched mandatory security awareness training.</p>
<p>A month later, he sent a fake phishing test:</p>
<p>Subject: FREE PIZZA IN THE BREAK ROOM</p>
<p>Within two minutes, 73 employees clicked.</p>
<p>Within five minutes, someone replied-all:</p>
<p>&#8220;There is no pizza. This is another one of Kevin&#8217;s stupid tests.&#8221;</p>
<p>The consultant was disappointed.</p>
<p>Then he noticed the CEO had clicked too.</p>
<p>He walked into the CEO&#8217;s office and asked, &#8220;Why did you click it?&#8221;</p>
<p>The CEO shrugged.</p>
<p>&#8220;Because if there was free pizza and I didn&#8217;t click, I&#8217;d look stupid.&#8221;</p>
<p>The consultant updated the training.</p>
<p>Next month he sent another test:</p>
<p>Subject: IMPORTANT PAYROLL CORRECTION — ACTION REQUIRED</p>
<p>Only three people clicked.</p>
<p>Huge improvement.</p>
<p>Then payroll called.</p>
<p>Every employee had received the email, panicked, and immediately called payroll to ask if their paycheck was safe.</p>
<p>The payroll department suffered a complete operational collapse for six hours.</p>
<p>The consultant proudly reported a phishing click rate of only 1.5%.</p>
<p>The CFO stared at him.</p>
<p>&#8220;You shut down payroll for an entire day.&#8221;</p>
<p>&#8220;Correct.&#8221;</p>
<p>&#8220;And you consider that a success?&#8221;</p>
<p>&#8220;Absolutely.&#8221;</p>
<p>&#8220;How?&#8221;</p>
<p>The consultant pointed at his report.</p>
<p>&#8220;Nobody entered their password.&#8221;</p>
<p>The CFO rubbed his temples.</p>
<p>&#8220;Kevin&#8230;&#8221;</p>
<p>&#8220;Yes?&#8221;</p>
<p>&#8220;Next month, send the pizza email.&#8221;</p>
<p>The consultant smiled.</p>
<p>&#8220;Already scheduled.&#8221;</p>
<p>The post <a href="https://tonytown.com/phish-testing-is-fun/">Phish-testing is fun&#8230;</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Cost of Coffee &#8211; Key Factors in Global Price Increases</title>
		<link>https://tonytown.com/the-cost-of-coffee-key-factors-in-global-price-increases/</link>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Mon, 26 May 2025 19:42:19 +0000</pubDate>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Randomosity...]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27601</guid>

					<description><![CDATA[<p>In 2025, global coffee prices soared to record highs, shaking the beverage industry and consumers worldwide. Arabica beans, the most commonly consumed coffee type, recently exceeded $4.40 per pound—a level not seen in more than a decade. Multiple converging factors are fueling this unprecedented surge, from climate impacts and geopolitical tensions to supply chain disruptions...</p>
<div class="read-more"><a href="https://tonytown.com/the-cost-of-coffee-key-factors-in-global-price-increases/">Read More</a></div>
<p>The post <a href="https://tonytown.com/the-cost-of-coffee-key-factors-in-global-price-increases/">The Cost of Coffee &#8211; Key Factors in Global Price Increases</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignright size-medium wp-image-27605" src="https://tonytown.com/wp-content/uploads/2025/05/custom_coffees_4x3_nonlabel-300x225.png" alt="custom coffees - the flaming bean logo" width="300" height="225" srcset="https://tonytown.com/wp-content/uploads/2025/05/custom_coffees_4x3_nonlabel-300x225.png 300w, https://tonytown.com/wp-content/uploads/2025/05/custom_coffees_4x3_nonlabel-1024x768.png 1024w, https://tonytown.com/wp-content/uploads/2025/05/custom_coffees_4x3_nonlabel-768x576.png 768w, https://tonytown.com/wp-content/uploads/2025/05/custom_coffees_4x3_nonlabel-1536x1152.png 1536w, https://tonytown.com/wp-content/uploads/2025/05/custom_coffees_4x3_nonlabel-2048x1536.png 2048w" sizes="(max-width: 300px) 100vw, 300px" />In 2025, global coffee prices soared to record highs, shaking the beverage industry and consumers worldwide. Arabica beans, the most commonly consumed coffee type, recently exceeded $4.40 per pound—a level not seen in more than a decade. Multiple converging factors are fueling this unprecedented surge, from climate impacts and geopolitical tensions to supply chain disruptions and rising demand. This has impacted spinning Custom Roasted back up in significant ways. My ability to source beans in a price range that doesn&#8217;t force me to sell coffee at outlandish prices is difficult, and ultimately, the premise for this article. I get asked a LOT about what will happen to coffee when so many other crazy things in the world impact it. For those, here is a fairly good drill-down on the key factors.</p>
<h3>1. <strong>Climate Change and Unpredictable Weather Patterns</strong></h3>
<p>One of the most significant contributors to the coffee price surge in 2025 is climate change. Coffee crops are extremely sensitive to changes in temperature, rainfall, and altitude. Brazil, the world’s largest coffee producer, has suffered repeated bouts of drought and unseasonal frosts that have severely damaged coffee plantations.</p>
<p>Poor weather significantly impacted the 2023-2024 harvests, leading to reduced yields and lower-quality beans. Meanwhile, regions like Vietnam and Colombia have also experienced shifting rain patterns and soil degradation, making coffee cultivation more challenging and less predictable.</p>
<p>Sourcing coffee from impacted regions has become so difficult that even my brokers are sourcing alternatives now rather than offering a premium price. This is the rub: We&#8217;re talking about unavailability, not high pricing. Robusta is now surging to premium arabica pricing when it used to be the cheapest and easiest bean to source.</p>
<h3>2. <strong>Supply Chain Disruptions and Transportation Costs</strong></h3>
<p>The lingering effects of the COVID-19 pandemic and geopolitical unrest continue to strain global supply chains. Ports in Latin America and Southeast Asia are experiencing delays, with container shortages and inflated shipping costs making it more expensive to transport green coffee beans.</p>
<p>Freight costs have surged, particularly from export hubs in Brazil, Honduras, and Ethiopia to major consumption markets like the United States and Europe. Roasters and wholesalers are forced to absorb these higher costs or pass them on to consumers.</p>
<p>In speaking with my primary broker, who buys by the container, not by the bag, I learned that the cost of shipping is getting unreasonable, and is directly affecting retail pricing, where there used to be enough of a gap between the cost to source and retail pricing expectations. Again, this forces everyone in the business to adjust or fail.</p>
<h3>3. <strong>Geopolitical Tensions and Tariff Policies</strong></h3>
<p>Trade tensions and the imposition of tariffs have further intensified the coffee price surge. In early 2025, new U.S. tariffs on imported agricultural products, including green coffee, have driven up costs for American roasters and distributors. Paramount Coffee Company and other major U.S. brands have announced price increases to offset the new duties.</p>
<p>Political instability in key coffee-exporting nations has also contributed to market uncertainty. Unrest in Ethiopia and economic instability in parts of Central America have disrupted exports and led to speculative price hikes on coffee futures markets.</p>
<p>Unfortunately, Custom Roasted is also in the same boat. Prices will have to go up to accommodate for all the changes and instability.</p>
<h3>4. <strong>Rising Global Demand and Changing Consumer Preferences</strong></h3>
<p>The global appetite for coffee continues to grow. Consumption is expanding rapidly in emerging markets, particularly across Asia and the Middle East, where café culture is gaining momentum. Simultaneously, established markets like the U.S. and Europe are seeing an uptick in at-home coffee consumption.</p>
<p>This increased demand is stretching an already tight supply. Moreover, the rising popularity of specialty coffee, sustainable sourcing, and organic options is driving up production costs. Farmers are incentivized to adopt new techniques and certifications, which are often more expensive to implement and maintain.</p>
<p>More people are drinking coffee as mass marketing and distribution is enabling coffee companies to get their product in front of virtually everyone on the planet. The big trend and variety of options is allowing every home to have their own preference of coffee as well as their own preference in brewing it, meaning the demand is going to probably rise even more. The impact on continued increased demand is almost certainly going to reinforce the pricing increases we see. The primary beans I source for blends have increased in price by almost 60%, meaning the cost to get the bag in your hands is going up regardless of who is producing it.</p>
<h3>5. <strong>Labor Shortages and Production Costs</strong></h3>
<p>Coffee farming remains labor-intensive, and many producing countries are experiencing labor shortages. Factors such as urban migration, aging farming populations, and lack of incentives have left plantations understaffed during critical harvest periods.</p>
<p>In addition to labor shortages, the cost of inputs such as fertilizers, water, and energy has risen sharply. These cost pressures are being transferred throughout the supply chain, from farmers to exporters to retailers.</p>
<p>Regarding the farmers, I am going to say something that a lot of people will get riled up for &#8211; I do not believe Fair Trade is improving the industry, I kindof equate them with an HOA(homeowners association), except it&#8217;s basically inserted itself into the entire industry that gets to say, without a lot of justification, what is best for farmers to produce coffee, with little if any thought towards the costs of production. Coffee isn&#8217;t grown in Irish plantations like corn in Kansas. 90% of coffee is farmed in places where electricity isn&#8217;t even guaranteed. What fair trade doesn&#8217;t advertise is that the financial burden of producing fair trade coffee increases the cost of operation in farms by more than 50%.I might write about the details in this more later, but with all the other factors and craziness in the industry, I think <a href="https://www.fairtradecertified.org/what-we-do/what-we-certify/coffee/">Fair Trade</a> is probably one of the first supply chain factors that needs some serious re-evaluation. I have linked them in this article in case you want to form your own opinion.</p>
<h3>6. <strong>Currency Fluctuations and Inflation Pressures</strong></h3>
<p>Fluctuating currency exchange rates have compounded the issue. The depreciation of local currencies in major coffee-producing countries like Colombia and Indonesia makes exports more profitable in theory, but also exposes local markets to inflationary pressures.</p>
<p>Simultaneously, inflation in importing countries erodes purchasing power, making it more difficult for businesses and consumers to absorb higher prices. This dynamic has resulted in tighter margins and increased volatility in coffee pricing.</p>
<h3>7. <strong>Speculation and Futures Market Volatility</strong></h3>
<p>The coffee futures market has become more volatile in recent years, driven in part by investor speculation. With traditional investments underperforming due to global uncertainty, commodities like coffee have become an attractive option for short-term gains.</p>
<p>As more investors enter the market, futures prices rise, regardless of the underlying supply-demand balance. This speculative activity adds further pressure to real-world coffee prices, affecting contracts and long-term planning for producers and buyers.</p>
<div>
<hr />
</div>
<h3>What It Means for the Industry and Consumers</h3>
<p><strong>For producers</strong>, the high prices offer both opportunities and risks. While many farmers are seeing higher revenues, the volatility and rising costs of production make long-term planning difficult. Smallholder farmers, who produce most of the world’s coffee, are especially vulnerable to price shocks and market instability.</p>
<p><strong>For roasters and retailers</strong>, price increases necessitate difficult decisions. Passing costs onto consumers risks alienating price-sensitive buyers, while absorbing costs can shrink already thin profit margins. Many are turning to contract renegotiations and exploring alternative sourcing strategies to hedge against future disruptions.</p>
<p><strong>For consumers</strong>, the impact is direct and noticeable. From a morning cup at the local café to a bag of beans at the grocery store, prices have increased across the board. Specialty coffee drinkers may feel the pinch the most, as premium offerings carry even higher markups.</p>
<div>
<hr />
</div>
<h3>Outlook: Is Relief on the Horizon?</h3>
<p>Industry analysts suggest that while the current surge is unlikely to last forever, coffee prices will remain elevated for the foreseeable future. Stabilization depends on a range of unpredictable factors, including climate normalization, resolution of trade conflicts, and investments in sustainable production.</p>
<p>Emerging technologies such as AI-driven agriculture, precision irrigation, and improved supply chain logistics may help offset some challenges in the long run. For now, stakeholders across the coffee ecosystem must brace for continued volatility and adapt strategies accordingly.</p>
<div>
<hr />
</div>
<p><strong>Conclusion</strong></p>
<p>The 2025 coffee price surge is the result of a perfect storm of environmental, economic, political, and market-driven forces. As these dynamics continue to evolve, stakeholders at every level—from farmers to café owners to daily drinkers—must stay informed and proactive. Understanding the root causes of this complex issue is the first step toward building a more resilient and sustainable global coffee industry.</p>
<p>The post <a href="https://tonytown.com/the-cost-of-coffee-key-factors-in-global-price-increases/">The Cost of Coffee &#8211; Key Factors in Global Price Increases</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Harden Your Google Account for Maximum Privacy</title>
		<link>https://tonytown.com/how-to-harden-your-google-account-for-maximum-privacy/</link>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Mon, 26 May 2025 18:46:24 +0000</pubDate>
				<category><![CDATA[Randomosity...]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27582</guid>

					<description><![CDATA[<p>As Google accounts become increasingly central to our digital lives—handling everything from email and calendar to cloud storage and navigation—it is vital to take control over what data is collected, how it is used, and how well it is protected. For those concerned with privacy, including cybersecurity professionals, privacy advocates, or individuals at higher risk...</p>
<div class="read-more"><a href="https://tonytown.com/how-to-harden-your-google-account-for-maximum-privacy/">Read More</a></div>
<p>The post <a href="https://tonytown.com/how-to-harden-your-google-account-for-maximum-privacy/">How to Harden Your Google Account for Maximum Privacy</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="width: 260px" class="wp-caption alignright"><img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/250px-Google_2015_logo.svg.png" alt="Google Privacy" width="250" height="85" /><p class="wp-caption-text">Google accounts have many options that can enhance your privacy.</p></div>
<p>As Google accounts become increasingly central to our digital lives—handling everything from email and calendar to cloud storage and navigation—it is vital to take control over what data is collected, how it is used, and how well it is protected. For those concerned with privacy, including cybersecurity professionals, privacy advocates, or individuals at higher risk of surveillance or abuse, configuring your Google account properly is essential.</p>
<p>This guide outlines the key privacy and security settings you should adjust to minimize unnecessary data collection and improve your overall privacy posture.</p>
<h2>1. Start with Google’s Privacy Checkup</h2>
<p>Google offers a helpful overview via its Privacy Checkup tool, which provides step-by-step instructions to manage data settings across services.</p>
<p>Get started: <a href="https://myaccount.google.com/privacycheckup">https://myaccount.google.com/privacycheckup</a></p>
<p>This tool walks you through the most common privacy settings. However, deeper configuration is necessary for those serious about limiting data exposure.</p>
<h2>2. Adjust Activity Controls</h2>
<p>Navigate to: <a href="https://myaccount.google.com/activitycontrols">https://myaccount.google.com/activitycontrols</a></p>
<p>Here you can pause or disable several categories of activity tracking:</p>
<ul>
<li>Web &amp; App Activity: Disable to prevent tracking of search history and activity in Google services.</li>
<li>Location History: Disable to stop storing your GPS data from mobile devices.</li>
<li>YouTube History: Pause or disable to prevent tracking of videos watched or searched.</li>
<li>Voice &amp; Audio Activity: This is often a sub-option under Web &amp; App Activity—disable it to prevent storage of audio recordings from Assistant or other Google services.</li>
</ul>
<p>When these are disabled, Google stops logging new activity in these areas, although previously stored data may still exist unless you explicitly delete it.</p>
<h2>3. Limit Ad Personalization</h2>
<p>Google uses your activity data to build an advertising profile. You can disable this by visiting:</p>
<p>Ad Settings: <a href="https://adssettings.google.com/">https://adssettings.google.com/</a></p>
<ul>
<li>Turn off Ad Personalization.</li>
<li>Review interests and demographics and manually remove any categories.</li>
<li>Check if any third-party advertisers have access and revoke them if desired.</li>
</ul>
<p>Google’s advertising infrastructure is vast, and opting out significantly reduces the targeting fidelity, even if it does not stop all ads.</p>
<h2>4. Lock Down Your Google Profile</h2>
<p>Visit your Google profile at: https://myaccount.google.com/profile</p>
<p>Audit the information you&#8217;ve provided and make the following adjustments:</p>
<ul>
<li>Remove any sensitive or unnecessary information (e.g., address, phone number).</li>
<li>Change visibility settings on each profile field to &#8220;Only You&#8221; wherever possible.</li>
<li>Avoid uploading a profile picture if anonymity is a concern.</li>
</ul>
<p>This limits how much of your identity is exposed to others through services like Gmail or Google Meet.</p>
<h2>5. Revoke Third-Party App Access</h2>
<p>Visit: <a href="https://myaccount.google.com/security-checkup">https://myaccount.google.com/security-checkup</a></p>
<p>Review any connected third-party apps or services that have access to your account. Revoke access for any you no longer use or don&#8217;t trust. This includes apps using OAuth to access Drive, Gmail, or Calendar.</p>
<h2>6. Improve Login Security</h2>
<p>Enable two-factor authentication by visiting your security settings at:<br />
https://myaccount.google.com/security</p>
<ul>
<li>Turn on 2-Step Verification.</li>
<li>Prefer app-based authenticators like Google Authenticator or Authy.</li>
<li>Consider using a hardware security key (e.g., YubiKey) for phishing-resistant authentication.</li>
</ul>
<p>Also review:</p>
<ul>
<li>Devices that are currently signed in.</li>
<li>Recently detected security events.</li>
</ul>
<p>Remove old devices and investigate anything suspicious.</p>
<h2>7. Set Data Deletion Rules</h2>
<p>To minimize long-term data storage, set your Google account to auto-delete activity after a short time frame.<br />
Visit: <a href="https://myactivity.google.com/delete-activity">https://myactivity.google.com/delete-activity</a></p>
<ul>
<li>Set auto-delete for all categories to every 3 months or less.</li>
<li>Consider performing a manual deletion of all stored data for “All time” if you&#8217;re just starting.</li>
</ul>
<h2>8. YouTube Privacy Settings</h2>
<p>Visit your YouTube privacy settings: https://www.youtube.com/account_privacy</p>
<ul>
<li>Set your subscriptions, liked videos, and playlists to Private.</li>
<li>Disable watch and search history if not done earlier through Activity Controls.</li>
</ul>
<h2>9. Gmail and Google Workspace Settings</h2>
<p>In Gmail:</p>
<ul>
<li>Open Settings ? General.</li>
<li>Disable “Smart Compose” and “Smart Reply” if you don&#8217;t want Google to analyze your writing.</li>
</ul>
<p>In Chat and Meet settings:</p>
<ul>
<li>Disable Google Meet and Chat integrations unless actively used.</li>
</ul>
<h2>10. Google Maps and Location Data</h2>
<p>Visit: <a href="https://www.google.com/maps/timeline">https://www.google.com/maps/timeline</a></p>
<ul>
<li>Turn off Location History if not already done.</li>
<li>Clear stored location history.</li>
<li>Navigate to “Your data in Maps” and disable personalized map features.</li>
</ul>
<h2>11. Chrome Sync Settings (Optional)</h2>
<p>If you use Chrome and are logged in with your Google account, review your sync settings at:<br />
Visit: chrome://settings/syncSetup (copy into your Chrome address bar)</p>
<p>Disable synchronization for:</p>
<ul>
<li>History</li>
<li>Passwords</li>
<li>Open tabs</li>
<li>Autofill data</li>
</ul>
<p>This prevents Google from storing and syncing sensitive data across devices.</p>
<h2>12. Data Portability and Deletion</h2>
<p>To back up your data or prepare to delete your account:</p>
<ul>
<li>Use Google Takeout: https://takeout.google.com/</li>
<li>Account deletion (if needed): <a href="https://myaccount.google.com/deleteaccount">https://myaccount.google.com/deleteaccount</a></li>
</ul>
<p>Google provides extensive documentation and options for downloading your data, including Drive files, email, and more.</p>
<h2>Final Thoughts</h2>
<p>While you cannot completely de-Google your life without abandoning its services altogether, configuring your account using the steps above drastically reduces your exposure to tracking and surveillance. Regular audits of your Google account settings, careful app permissions, and proactive deletion of stored activity can help you retain control over your data.</p>
<p>For more information and Google&#8217;s own privacy documentation, visit:</p>
<ul>
<li><a href="https://support.google.com/accounts/">Google Account Help</a></li>
<li><a href="https://safety.google/">Google Safety Center</a></li>
</ul>
<p>The post <a href="https://tonytown.com/how-to-harden-your-google-account-for-maximum-privacy/">How to Harden Your Google Account for Maximum Privacy</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>I like big Dogs!</title>
		<link>https://tonytown.com/i-like-big-dogs/</link>
					<comments>https://tonytown.com/i-like-big-dogs/#respond</comments>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Thu, 22 May 2025 17:29:36 +0000</pubDate>
				<category><![CDATA[Randomosity...]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27576</guid>

					<description><![CDATA[<p>This is what happens when I dont have anything booked on a Thursday morning&#8230; I Like Big Dogs By: Not Sir Bark-a-Lot [Intro:] Oh my dog, Becky, Look at that pup! It is so big&#8230; It looks like&#8230; it could eat a house or something&#8230; But you know what? Who cares?! &#8216;Cause I like &#8217;em...</p>
<div class="read-more"><a href="https://tonytown.com/i-like-big-dogs/">Read More</a></div>
<p>The post <a href="https://tonytown.com/i-like-big-dogs/">I like big Dogs!</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is what happens when I dont have anything booked on a Thursday morning&#8230;</p>
<p>I Like Big Dogs<br />
By: Not Sir Bark-a-Lot </p>
[Intro:]
Oh my dog, Becky,<br />
Look at that pup!<br />
It is so big&#8230;<br />
It looks like&#8230; it could eat a house or something&#8230;<br />
But you know what?<br />
Who cares?!<br />
&#8216;Cause I like &#8217;em big. Ruff!</p>
<p>? I like big dogs and I cannot lie<br />
You other trainers can&#8217;t deny<br />
When a Great Dane walks in with that wrinkly face<br />
And that tail just whips your place, you get sprung! ?</p>
<p>Wanna pull up tough,<br />
‘Cause you noticed that fluff was stuffed!<br />
Deep in the fur she&#8217;s wearin’<br />
I&#8217;m hooked and I can’t stop starin’<br />
Oh, doggo! I wanna walk ya<br />
And take your big paws for a jog-a<br />
My vet tried to warn me<br />
But those jowls you got<br />
Make me so corny!</p>
<p>Ooh, Ruffadoodle smooth coat<br />
You say you ain&#8217;t got float?<br />
Well, shake it, shake it<br />
&#8216;Cause your drool game’s woke!</p>
<p>I’m tired of lil’ pups smilin’<br />
That yappin’ sound ain’t stylin’<br />
Take a Rottweiler or a Bernese<br />
And feed ‘em double cheese, please!</p>
<p>So, fellas! (Yeah!)<br />
Fellas! (Yeah!)<br />
Has your dog got fur that sheds? (Heck yeah!)<br />
Tell &#8217;em to bark it! Bark it!<br />
Bark that floofin’ fluff!<br />
Big dog got woof!</p>
<p>I like big dogs and I cannot lie<br />
You other dog moms can’t deny<br />
That when a Saint Bernard lumbers in<br />
With that keg under his chin<br />
You drool! ?</p>
<p>I like &#8217;em furry, burly, hefty<br />
With tongues hangin&#8217; long and messy<br />
A Malamute or a Newfie ride?<br />
You better clear the couch — that dog’s wide.</p>
<p>So I&#8217;m lookin’ at shelters daily<br />
Tryna rescue one that’s Bailey<br />
Mastiffs, Ridgebacks, or a big ol’ mutt<br />
If it clears the fence, I’m strut!</p>
<p>Some people like &#8217;em purse-sized<br />
But those little yips I despise<br />
So I roll with Labs and Huskies<br />
Who leave my car seats dusky</p>
<p>If you&#8217;re big and you&#8217;re barkin’ loud<br />
Come on over, you’ve made me proud<br />
Dial 1-900-BIG-DOGS now<br />
And teach me how to bow-wow!</p>
<p>The post <a href="https://tonytown.com/i-like-big-dogs/">I like big Dogs!</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tonytown.com/i-like-big-dogs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Vilifying people for being people&#8230;</title>
		<link>https://tonytown.com/vilifying-people-for-being-people/</link>
					<comments>https://tonytown.com/vilifying-people-for-being-people/#respond</comments>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Wed, 29 Dec 2021 03:13:04 +0000</pubDate>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Randomosity...]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[Judge]]></category>
		<category><![CDATA[LameSauce]]></category>
		<category><![CDATA[No More Stupid]]></category>
		<category><![CDATA[perspective]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[tony is a dork]]></category>
		<category><![CDATA[twitter]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27552</guid>

					<description><![CDATA[<p>Don&#8217;t expect heroes, but encourage them. People are going to be people, it&#8217;s great to hope they&#8217;re going to be amazing, but you&#8217;re setting your self up for disappointment if you expect consistent social acceptance or heroism. It&#8217;s great to hope for it. It&#8217;s even okay to help people be their best version of themselves,...</p>
<div class="read-more"><a href="https://tonytown.com/vilifying-people-for-being-people/">Read More</a></div>
<p>The post <a href="https://tonytown.com/vilifying-people-for-being-people/">Vilifying people for being people&#8230;</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="attachment_1643" style="width: 310px" class="wp-caption alignright"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1643" class="wp-image-1643 size-medium" src="https://tonytown.com/wp-content/uploads/2009/12/over-confidence-cat-eagle-demotivational-poster-300x238.jpg" alt="overconfidence - when you assume you can make people be more or better without their consent." width="300" height="238" srcset="https://tonytown.com/wp-content/uploads/2009/12/over-confidence-cat-eagle-demotivational-poster-300x238.jpg 300w, https://tonytown.com/wp-content/uploads/2009/12/over-confidence-cat-eagle-demotivational-poster.jpg 584w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p id="caption-attachment-1643" class="wp-caption-text">Bad things happen when you expect the world to exist according to your whims. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p></div>
<h3>Don&#8217;t expect heroes, but encourage them.</h3>
<p>People are going to be people, it&#8217;s great to hope they&#8217;re going to be amazing, but you&#8217;re setting your self up for disappointment if you expect consistent social acceptance or heroism. It&#8217;s great to hope for it. It&#8217;s even okay to help people be their best version of themselves, thats what people do for each other right? I guess maybe its the pragmatist in me that is also saying &#8220;If you tell them its mandatory they are going to flip out.&#8221;</p>
<p>That&#8217;s pretty much what happened according to <a href="https://www.sfgate.com/tech/article/DoorDash-requires-engineers-to-deliver-food-16732012.php" target="_blank" rel="noopener">SFGate</a></p>
<p>About 15 years ago, I came up with this awesome program to drive engagement and improve public perception of the work my team was doing. 2-4 times a year we were going to shine. A few times a year, we were going to, instead of a regular work day, help on Habitat for Humanity builds. You can call it what you want, helping people, teambuilding, character improvement, improving public awareness was my gig. You would think this is a really cool thing. So many good people on our teams, amazing people. But you know what&#8230;half of them we&#8217;re pretty pissed off. You see some people arent here to do anything but what they want. Its a fact of life. They arent evil though.</p>
<p>The level of consideration it takes to prioritize something that does not directly or tangibly benefit people over their own wont is actually pretty considerable. It&#8217;s not bad manners, it&#8217;s not poor social engagement&#8230;it&#8217;s just their prerogative is not aligned with whatever you&#8217;re intending. Everyone seems surprised when some employee that makes mad money doesnt want to do something he or she doesnt want to do. Doesnt make them a bad person&#8230;just means they dont want to do something.</p>
<p>But what happened on our little Habitat program? My people @#$%ing 100% revolted. No joke. I had to actually sit down and remediate my own @#$%ing program because of it. I lost friends over this, no joke. The program completely flatlined and my awareness and charity program fell apart.</p>
<h3>Learning this the hard way wasn&#8217;t fun.</h3>
<p>Regardless of the workload, the type of work, or the character of the people affected&#8230;you will find a boundary you dont want to cross twice even in requesting something small, like asking for help loading office supplies. In new york, you can&#8217;t even get on a damn latter to do something yourself, you have to hire a damn porter($40/per hour for dude that climbs ladders) and if you dont you&#8217;re open to a business-killing state case against you because porters unions lost wages.</p>
<p>In today&#8217;s banter it&#8217;s about someone who (as an engineer) doesnt want to have to make food deliveries for a delivery service we ALL use&#8230;seems like an abstract but it isnt. People dont want to do what they dont want to do, and I will go so far as to say even if its helping people. So an engineer the makes bank doesnt want to do a delivery for Doordash. Doesnt make them evil, yall.</p>
<p>But now lets say DURING COVID said person that drives almost never gets told they have to go out and deliver cheeseburgers because of some corporate policy. I would say no too. Its not like lives are on the line, and I know damn well it doesnt make me evil.</p>
<p>Fast food isnt an essential service. So corporate policy or not, there is an argument here that maybe its not exactly the time to be telling employees they have to go out into the wild and risk exposure so that someone can get their wings on.</p>
<p>Yes its probably an unpopular opinion, but its not like its someones last meal, we&#8217;re talking about a company policy that really has no place in our current social safety outlook.</p>
<p>Having in the past required people to help build houses periodically for families that dont have homes 4 days a year taught me alot about human nature. Stop expecting everyone to be shine like a rockstar. Hope for it YES&#8230;but expecting if of them pisses them off.</p>
<p>I write rants like this occasionally under the tag <a href="https://tonytown.com/tag/no-more-stupid/">&#8220;No More Stupid&#8221;</a> if you want more. Dont hold your breath though I dont post often <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Be amazing to one another.</p>
<p>-T</p>
<p>The post <a href="https://tonytown.com/vilifying-people-for-being-people/">Vilifying people for being people&#8230;</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tonytown.com/vilifying-people-for-being-people/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>testpost for coffee</title>
		<link>https://tonytown.com/testpost-for-coffee/</link>
					<comments>https://tonytown.com/testpost-for-coffee/#respond</comments>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 01:13:36 +0000</pubDate>
				<category><![CDATA[Coffee]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27543</guid>

					<description><![CDATA[<p>this is a test post for a coffee blog post</p>
<p>The post <a href="https://tonytown.com/testpost-for-coffee/">testpost for coffee</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>this is a test post for a coffee blog post</p>
<p>The post <a href="https://tonytown.com/testpost-for-coffee/">testpost for coffee</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tonytown.com/testpost-for-coffee/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>test post for security</title>
		<link>https://tonytown.com/test-post-for-security/</link>
					<comments>https://tonytown.com/test-post-for-security/#respond</comments>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 01:08:58 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27536</guid>

					<description><![CDATA[<p>inforsec madness is coming..</p>
<p>The post <a href="https://tonytown.com/test-post-for-security/">test post for security</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>inforsec madness is coming..</p>
<p>The post <a href="https://tonytown.com/test-post-for-security/">test post for security</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tonytown.com/test-post-for-security/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Subtweeting #521</title>
		<link>https://tonytown.com/subtweeting-521/</link>
					<comments>https://tonytown.com/subtweeting-521/#respond</comments>
		
		<dc:creator><![CDATA[Tony Hunt]]></dc:creator>
		<pubDate>Sun, 26 Jul 2020 21:33:17 +0000</pubDate>
				<category><![CDATA[Randomosity...]]></category>
		<category><![CDATA[8 years]]></category>
		<category><![CDATA[Beautiful]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[covid]]></category>
		<category><![CDATA[demographics]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[initiative]]></category>
		<category><![CDATA[oversight]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[subtweeting]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[term limits]]></category>
		<category><![CDATA[tony is a dork]]></category>
		<category><![CDATA[tonytown]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[violence]]></category>
		<category><![CDATA[vote]]></category>
		<category><![CDATA[Voting]]></category>
		<guid isPermaLink="false">https://tonytown.com/?p=27491</guid>

					<description><![CDATA[<p>That time when I thought about writing again and it turned into a gigantic subtweet.</p>
<p>The post <a href="https://tonytown.com/subtweeting-521/">Subtweeting #521</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><a href="https://tonytown.com/wp-content/uploads/2020/07/subtweeting.jpg"><img loading="lazy" decoding="async" class="alignright size-medium wp-image-27493" src="https://tonytown.com/wp-content/uploads/2020/07/subtweeting-300x218.jpg" alt="liam neeson meme from imgflip https://imgflip.com/i/49hzjy" width="300" height="218" srcset="https://tonytown.com/wp-content/uploads/2020/07/subtweeting-300x218.jpg 300w, https://tonytown.com/wp-content/uploads/2020/07/subtweeting.jpg 586w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a>I&#8217;ve been refraining from writing for a long time. The world got a little bit crazy, and my writing is and always had been intended an outlet of importance only to myself. But this year&#8230;2020&#8230;it has sucked more than anything has sucked before. Seeing so many people hurt, so many people sick, and so many people left without any real help, it&#8217;s kind of lit the fires again (so to speak.) This is me just dipping my feet back in the pool. No citations, no extra research because honestly I don&#8217;t have time for it. But who knows, maybe I will start making more time for writing again.</p>
<p style="text-align: justify;">So&#8230;here it goes. My subtweeting is usually to avoid the crazy mob of pundits&#8217; fans and their socks. Maybe someday I&#8217;ll shift a focus to being an influencer, but right now most of what I see is people using their powers to rile up their fans with shit-poor information.</p>
<p style="text-align: justify;">The bigger problem with this, is that it is inspiring conflict, not resolution. Inspiring people to act and protect is beautiful. Inspiring people to suppress, to harm, or do violence, by word, inference, or gesture&#8230;that makes one part of the problem.</p>
<p style="text-align: justify;">If the response is violence, suppression, or harm, it means that the system is either incapable of addressing the problem, or there is an agenda that specifically seeks to condone/promote the disparity.</p>
<p style="text-align: justify;">If you&#8217;re wondering why there isn&#8217;t more oversight, simply look at everyone not voting for it. That&#8217;s literally all that is necessary. Vote them out, and vote representatives in that support term limits.</p>
<p style="text-align: justify;">It might take a decade, but the end result will be all of the old good-ol&#8217; boys will be gone, and younger, less corrupted representatives will only get 8 years(or whatever) to make their difference. The old guys will not be able to maintain their status quo.</p>
<p style="text-align: justify;">We would also see quickly, a more diverse representation. Is the majority still white? Yep, but not for long. By creating/supporting initiatives that lessen the strength of minority votes, institutional agendas remain entrenched.</p>
<p style="text-align: justify;">I hate to say it, but look at Russia. Putin&#8217;s playbook was a long long game, and it worked. Ignore that he&#8217;s scary as hell, but he systematically realign most of Russia to his agenda. I think honestly that&#8217;s the same playbook we&#8217;re seeing from the political institution now.</p>
<p style="text-align: justify;">A small change in policy now nudges demographics to a more controllable voting situation. Think of it as non-geographic gerrymandering. And here we are, letting it happen, year after year, letting the same people do the same things to us.</p>
<p>Vote them out…vote them out and for heaven’s sake, don’t let them stay and continue to do harm.</p>
<p>The post <a href="https://tonytown.com/subtweeting-521/">Subtweeting #521</a> appeared first on <a href="https://tonytown.com">Hold No Virtue...</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tonytown.com/subtweeting-521/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
