Loading
How to Stop Scammers From Sending Emails From Your Company’s Name


Article Summary: Email spoofing is when a scammer sends a message that appears to come from your domain to trick your clients or staff into paying a fake invoice or changing banking details. Three DNS records (SPF, DKIM and DMARC) prove that a message really came from you and tell receiving mail servers to reject the ones that didn't. The catch is that DMARC only protects you once it is set to "quarantine" or "reject" and a lot of businesses leave it on "none" which monitors but does not block.

Right now (with no special tools) someone could send an email that looks like it came from your company.

The From line would show your domain, your logo could be pasted into the message and it could ask one of your clients to pay an invoice or update banking details. This is called email spoofing and it is one of the most common ways fraud against your clients and suppliers begins.

There are three settings you can add to your domain that make this much harder to pull off.

They are called SPF, DKIM and DMARC.

Most businesses have one or two of them set up and the third missing.

That is usually all it takes to let a spoofed email through. This post explains what each one does, the setting most businesses get wrong and how to check your own domain.

Why Scammers Can Send Email in Your Company's Name

Email was built in a more trusting time.

The system that delivers mail does not check that the sender is who they claim to be. The From address on an email is about as trustworthy as the return address handwritten on an envelope. Anyone can write anything there and the mail still gets delivered.

Spoofing takes advantage of that.

A scammer puts your domain in the From field, sends the message and (unless your domain is set up to prevent it) the receiving mail server has no reason to question it. The message lands in your client's inbox looking like it came from you. The UK's National Cyber Security Centre publishes anti-spoofing guidance for exactly this reason.

The Three Records That Stop Email Spoofing

Three DNS records work together to prove an email really came from your domain. You add them once at your domain registrar or DNS host and receiving mail servers check them on every message you send.

SPF (Sender Policy Framework)

SPF is a list of the mail servers allowed to send email for your domain published as a DNS record. When a receiving server gets a message claiming to be from you, it checks whether the sending server is on that list. If a server that isn't on the list tries to send as your domain, SPF flags it.

DKIM (DomainKeys Identified Mail)

DKIM adds a tamper-proof signature to every message you send. Your mail server signs outgoing email with a private key and the matching public key sits in your DNS. The receiving server checks the signature to confirm two things: the message really came from your domain and nobody altered it along the way.

DMARC (Domain-based Message Authentication, Reporting and Conformance)

DMARC ties the other two together and tells receiving servers what to do when a message fails the check. It also confirms that the domain in the visible From address matches the domain SPF and DKIM verified which is the part that stops someone forging your exact address.

It also sends you reports showing who is sending email using your domain including the senders who shouldn't be.

The DMARC Setting Most Businesses Get Wrong

DMARC has three policy settings and choosing the wrong one is a common mistake.

  1. p=none tells receiving servers to do nothing when a message fails. It only monitors and sends you reports. Your domain can still be spoofed.
  2. p=quarantine tells them to send failing messages to the junk folder.
  3. p=reject tells them to block failing messages before they ever arrive.

A lot of businesses set up DMARC at p=none, watch the reports come in and never move past it. At p=none, you get reports but your domain still isn't protected.

Real protection only starts at quarantine or reject.

Microsoft's own guidance is to work toward p=reject once you have confirmed your legitimate mail passes.

What SPF, DKIM and DMARC Don't Stop

These records stop someone from forging your exact domain.

There are two things they don't catch and both are worth knowing about.

  • Lookalike domains. A scammer can register a domain that resembles yours (like yourcompany-invoices.com) or yourcompany.co instead of .com and send from that. Your records protect your real domain but not a different one the attacker owns.
  • Display-name spoofing. The name shown in the From line can read "Your Company Accounts" while the real address behind it is a random Gmail account. DMARC checks the domain but not the display name.

For those, you still need the habits that catch any phishing attempt: check the full email address rather than just the display name and verify any request to change payment details by calling a known number rather than one from the email.

Why This Matters Even if You Don't Send Bulk Email

The first reason is protection.

These records stop scammers from impersonating your domain to your clients, your suppliers and your own staff.

The second is deliverability.

The major mailbox providers now require these records from anyone sending in volume.

Since February 2024, Google and Yahoo have required bulk senders (which means those sending more than 5,000 messages a day) to use SPF, DKIM and DMARC.

Microsoft began applying similar requirements to Outlook.com and Hotmail in 2025 and routing non-compliant high-volume mail to junk and then rejecting it.

Even below those thresholds, a domain with proper authentication is more likely to reach the inbox than the spam folder.

How to Check and Fix Your Domain

You can get a rough sense of where you stand without any technical work.

Several free DMARC and SPF checkers let you type in your domain and see which records exist. That tells you whether the records are present but not whether they are configured correctly.

Fixing them properly is a job for whoever manages your IT or your domain.

The records live in your DNS and a mistake can send your own legitimate email to spam so the rollout is done in stages:

  1. Publish SPF and DKIM so all of your real mail sources are covered.
  2. Add DMARC at p=none and read the reports to confirm your legitimate mail passes.
  3. Move DMARC to p=quarantine and then to p=reject once the reports look clean.

Microsoft recommends this same gradual path starting at none and working toward reject so you protect the domain without blocking your own mail on the way.

Frequently Asked Questions

What is email spoofing?

Email spoofing is when someone sends a message with your domain in the From address to make it look like it came from your company. It is used to trick your clients, suppliers or staff into paying fake invoices, changing banking details or handing over information.

What are SPF, DKIM and DMARC in simple terms?

SPF is a list of servers allowed to send email for your domain. DKIM is a signature that proves a message came from you and was not altered. DMARC ties the two together, tells receiving servers to reject messages that fail and reports who is sending email as your domain.

Does DMARC stop all email impersonation?

No. DMARC stops someone forging your exact domain. It does not stop lookalike domains (like yourcompany-invoices.com) or display-name spoofing where the sender's name says your company but the address behind it is different. Those still need staff awareness and payment-verification habits.

Will setting up DMARC block my own emails?

Not if you roll it out gradually. Starting at p=none lets you watch the reports and confirm your legitimate mail passes before you move to quarantine and then reject. Skipping straight to reject without checking first is what causes problems.

Do I need these records if I don't send many emails?

Yes. They protect your domain from being spoofed regardless of how much email you send and they help your messages reach the inbox. Google, Yahoo and Microsoft now expect proper authentication and mail without it is more likely to be filtered.

August 10, 2026
susan
standart
What to Do in Case of a Cyberattack: Your Step By Step Guide


Article Summary: If your business is hit by a cyberattack, the first hour matters. Disconnect the affected devices from the network instead of powering them off, call your IT provider by phone and leave the evidence in place. If money was wired to a scammer, call your bank right away. This post is the step-by-step plan plus where to report an attack in the US, UK and Australia.

If a cyberattack hits your business, what you do in the first hour really matters.

It is also the easiest time to make a costly mistake like turning off the wrong machine, deleting evidence or replying from an email account the attacker is already reading.

The steps below tell you what to do and the order to do them in so you are not guessing in the moment.

Doing these steps doesn’t require technical knowledge.

Before Anything Else, Don't Make it Worse

Before you touch anything, avoid these:

  • Don't turn the affected computer off if you can avoid it. Disconnecting it from the network is better because powering it down can wipe evidence that helps work out what happened.
  • Don't delete anything. Leave the ransom note, the suspicious email and any alerts exactly where they are. They are what your IT team and investigators will need.
  • Don't pay a ransom on the spot.
  • Don't use the hacked email or accounts to talk about the attack. If an attacker is in your inbox, they can read those messages. Switch to phone calls or a different account.

The Step by Step

Work through these in order starting from the moment you notice something is wrong.

  1. Disconnect the affected devices from the network. Unplug the network cable and turn off Wi-Fi on anything that looks affected. This stops the problem spreading to other computers and to your backups. CISA's guidance is to isolate devices rather than power them off where you ca, and to shut a device down only if you can't get it off the network any other way.
  2. Call your IT provider straight away by phone. Don't email in case the attacker is watching your inbox. If you have cyber insurance, call them next because many policies require you to involve their incident team early.
  3. Leave the evidence alone. Don't wipe, reinstall or tidy up the affected machines yet. Screenshots of the ransom note or suspicious emails are useful but keep the originals too.
  4. If money was sent, call your bank immediately. Ask them to recall the transfer and freeze it if they can. With wire and bank fraud, acting in the first few hours makes the biggest difference.
  5. Reset passwords from a clean device and turn on multi-factor authentication. Start with email and any admin accounts and use a device you know isn't affected.
  6. Report it. That can help you recover and it is sometimes legally required. Where to report depends on your country.

Where to Report It

Where you report depends on where you are:

  • United States: file with the FBI's Internet Crime Complaint Center (IC3) and report to CISA.
  • United Kingdom: report through the NCSC and to Action Fraud.
  • Australia: report through ReportCyber or call the 24/7 hotline on 1300 CYBER1.

If money was wired to a scammer, report it fast.

The FBI says reporting wire fraud to IC3 within 72 hours gives its Recovery Asset Team the best chance of clawing it back and that team recovers funds in about 70% of the cases reported in time.

If personal data about your customers or staff was exposed, you may be legally required to notify a regulator and the people affected (sometimes within 72 hours).

The rules depend on where you operate like GDPR in the UK and Europe, state breach-notification laws in the US and the Notifiable Data Breaches scheme in Australia.

Ask your lawyer or IT provider early so you don't miss a deadline.

Should You Pay the Ransom?

If it is ransomware, the big question is whether to pay.

The FBI does not recommend it. Paying doesn't guarantee you get your files back. It marks you as a business that pays and the money funds more attacks.

It is ultimately your decision but it is one to make with law enforcement, your IT or incident-response team and your insurer rather than alone in the first panicked hour.

Sometimes a free decryption tool already exists for the exact ransomware that hit you which is one more reason to get the experts involved before you pay anyone.

The Best Time to Prepare is Before it Happens

All of this is far easier if you have decided some of it in advance. You don't need a thick binder. You just need a simple plan that covers:

  • Who to call first (your IT provider and your insurer) and their numbers kept somewhere you can reach without your main systems.
  • Where your backups are and proof they have been tested by restoring from them.
  • Which accounts and devices matter most so you know what to protect first.

A single page covering those is enough for most small businesses and it will save you a lot of scrambling if the day ever comes.

Frequently Asked Questions

What is the first thing to do in a cyberattack?

Disconnect the affected devices from the network by unplugging the network cable and turning off Wi-Fi and then call your IT provider by phone. Getting the device off the network stops the problem spreading while you get help.

Should I turn off the computer if I get ransomware?

If you can, disconnect it from the network instead of powering it off. Shutting it down can wipe evidence stored in memory that helps work out what happened. Only power a device off if you can't get it off the network any other way.

Should I pay the ransom?

The FBI does not recommend it. Paying doesn't guarantee you get your data back and it funds more attacks. Make that decision with law enforcement, your IT or incident-response team and your insurer and check whether a free decryption tool already exists first.

We wired money to a scammer. What do we do?

Call your bank immediately and ask them to recall the transfer. If you are in the US, report it to the FBI's IC3 within 72 hours because reported quickly means their Recovery Asset Team recovers the money in about 70% of cases. In other countries, contact your bank and your national reporting service straight away.

Who do I report a cyberattack to?

In the US, the FBI's IC3 and CISA. In the UK, the NCSC and Action Fraud. In Australia, ReportCyber. Also tell your cyber insurer and check whether you have a legal duty to notify a regulator if personal data was exposed.

August 5, 2026
susan
standart
QR Code Scams: What They Are and How to Protect Yourself


Article Summary: A QR code scam (sometimes called quishing) hides a malicious web link inside a QR code. Since the link is buried in an image instead of written as text, it slips past the email filters that normally catch bad links and scanning the code usually moves the victim onto a personal phone that sits outside the company's security. Microsoft reported a 146% rise in QR code phishing during the first quarter of 2026.

QR codes are part of normal business now.

You scan them to see a menu, pay for parking, connect to Wi-Fi or open a shared document.

Attackers know that and they have started hiding malicious links inside QR codes to get past the security tools that would normally catch a bad link in an email.

The technique is called quishing and it works because a QR code is just an image.

Your email filter reads text so a link encoded into a QR code can pass straight through. When you scan it, you usually do so on your phone which sits outside most of the protection your work computer has.

This post covers what a QR code scam is, why it gets past your security, what the common ones look like and the habits that protect your business.

What is a QR code scam?

A QR code scam is a phishing attack that uses a QR code in place of a written link.

Instead of a clickable URL your email security can inspect, the attacker encodes the web address into a square image.

You scan it with your phone camera, your phone opens the link and you land on a page built to steal your login or your payment details.

The page on the other end is the same kind of fake you would see in any phishing attack which is a login screen made to look like Microsoft 365 or a payment form that copies your bank. The QR code is only the delivery method that gets you there.

Why QR Code Scams Get Past Your Security

Two things make these scams effective.

The malicious link is hidden inside an image.

Most email security tools scan the text of a message for known bad links. A QR code is a picture so the link inside it is not text the filter can read.

The UK's National Cyber Security Centre points out that not all phishing-detection tools scan images which is the reason criminals started using QR codes to disguise their links in the first place.

Scanning a code moves you onto your phone.

Your work computer probably has web filtering, endpoint protection and DNS controls that block known bad sites.

Your personal phone usually has none of that. So the moment you scan, you step outside the protection your business pays for and often without realizing it happened.

How common are QR code scams?

The volume is climbing fast. In its report on email threats for the first quarter of 2026, Microsoft said it detected around 8.3 billion email-based phishing threats in those three months.

QR code phishing rose 146% across the quarter from 7.6 million attacks in January to 18.7 million in March.

By the end of the quarter it had reached its highest monthly volume in at least a year.

Microsoft also found that most of these attacks arrived as PDF attachments and grew from 65% of QR code attacks in January to 70% in March.

The QR code sits inside a PDF, the PDF is attached to an email and the whole thing looks like an ordinary document until someone scans it.

What QR Code Scams Look Like

These are the QR code scams that come up most often.

  • A "security" email. You get a message that looks like it is from Microsoft or your IT team telling you to scan a code to re-enroll your multi-factor authentication or keep your account active. The code leads to a fake login page.
  • A shared document. An email says a colleague or client has shared a file and you need to scan the code to view it. The page asks you to sign in first.
  • A fake invoice. A PDF invoice includes a QR code "to pay faster." The code routes your payment to the attacker.
  • A delivery notice. A text or email about a missed package asks you to scan a code to reschedule. The US Federal Trade Commission has warned about this exact scam.
  • A sticker in the real world. Attackers print QR code stickers and place them over legitimate ones on parking meters, posters and payment terminals. You think you are paying for parking and instead you are handing your card details to a stranger.

How to Protect Your Business from QR Code Scams

Protecting yourself against Quishing comes down to a few habits:

  • Be suspicious of QR codes in emails. A code that arrives by email that asks you to log in or pay deserves the same caution as a strange link. The NCSC's advice is to be wary of scanning QR codes inside emails even though codes in places like restaurants are usually fine.
  • Check the web address before you act. When you scan a code, your phone shows the link before it opens. Read it. If the address is not the official site you expected, close it.
  • Go direct instead of scanning. If an email says your Microsoft account needs attention, open your browser and type the address yourself or use a bookmark. Don't rely on the code to take you to the right place.
  • Watch for urgency. Messages that threaten account closure or a fine "within 24 hours" are trying to rush you past your own judgment. That pressure is a warning sign.
  • Use phishing-resistant MFA. If a scam does capture a password, phishing-resistant multi-factor authentication (a passkey, a hardware key or number-matching in an authenticator app) makes that password much harder to use.
  • Check physical codes for tampering. Before scanning a code on a parking meter or payment terminal, look for a sticker placed over the original.
  • Tell your team. Most people have never been warned about QR code scams. Send your staff a short message with a real example so they know what to watch for.

What to Do if Someone Already Scanned One

If you or someone on your team scanned a QR code and entered details on the page that opened:

  1. Change the password for that account right away along with any other account that used the same password.
  2. Confirm multi-factor authentication is turned on for the account.
  3. Tell whoever manages your IT so they can check for unusual sign-ins.
  4. If card or banking details were entered, call the bank and watch the account closely.

Acting quickly limits what an attacker can do with the details they captured.

Frequently Asked Questions

Are QR codes safe to use?

Most QR codes are safe. A code on a restaurant table or an official payment terminal is usually fine. The risk comes from codes sent in unexpected emails or texts and from stickers placed over real codes in public. Treat those with caution.

What is quishing?

Quishing is phishing that uses a QR code instead of a written link. The word combines "QR" and "phishing". The goal is the same as any phishing attack: to get you onto a fake page that captures your login or payment information.

Can antivirus or email filters stop QR code scams?

Not always. Many email security tools scan the text of a message for bad links and a QR code hides its link inside an image so it can slip through. Some products now scan images for codes but you should not assume the scam will be caught before it reaches you.

Why is a QR code in an email more dangerous than a normal link?

A written link can be inspected by your email security and opened on a managed work computer. A QR code hides the link from those tools and pushes you to scan with your phone which usually has far less protection than your work device.

What should I do if I scanned a scam QR code but didn't enter anything?

If you closed the page without typing anything, the risk is low. Close it, don't go back and let your IT contact know so they can keep an eye out. If you did enter a password or payment details, follow the recovery steps above.

August 2, 2026
susan
standart
How to Answer Cyber Insurance Renewal Questions Without Voiding Your Policy


Article Summary: Cyber insurance applications have grown longer because of specific claim trends from 2023 and 2024 including the MOVEit supply-chain breach, the Change Healthcare ransomware incident and the Arup deepfake wire fraud. Each new section asks about specific security controls including immutable backups, layered MFA, callback verification on wires, EDR or MDR coverage, vendor risk and tested incident response. Answers that overstate your security posture can trigger rescission after a claim which means the policy is treated as if it never existed.

If you have a cyber insurance renewal coming up, the application is probably longer than the one you filled in last time. It is also more specific. Each new question maps to a control that (if missing) allowed a major 2023 or 2024 claim to escalate. The wording reflects how carriers responded to losses they paid in 2023 and 2024 and how you answer the form matters more than it used to.

This post covers why the application got longer, what each new section is asking, how to answer honestly without overstating your controls and what to fix in the 30 days before submission. The expensive mistake on a cyber insurance application is rescission where a future claim is denied because the carrier finds that the controls you declared were not in place at the time.

Why the Renewal Application Got Longer

The current generation of cyber insurance applications was shaped by three specific claim events from 2023 and 2024.

The MOVEit supply-chain breach surfaced on May 28, 2023 when Progress Software received the first reports of unusual activity from customers. The Cl0p ransomware group had been exploiting a previously unknown vulnerability in Progress Software's MOVEit Transfer file-sharing tool with activity detected by some researchers as early as February of that year. By late 2023, more than 2,650 organizations and over 66 million individuals had been affected with totals rising further into 2024. Carriers paid claims across that footprint and the experience reshaped how underwriters ask about third-party software risk.

Then the Change Healthcare ransomware incident in February 2024 froze US healthcare claims processing for weeks. The attacker gained network access on February 12, 2024 and deployed ransomware on February 21 with downstream impact on pharmacies, providers and patients across the country. HIPAA Journal's coverage noted that the absence of multifactor authentication on a key entry point made the initial intrusion possible. Industry analysts have estimated the cyber insurance loss from this single event at over $250 million and the response was tighter questions about backup immutability and incident response readiness.

The Arup deepfake wire fraud (also from early 2024) reframed how underwriters approach social engineering. A finance employee at the engineering firm's Hong Kong office transferred $25.6 million across 15 wires after a video call with what appeared to be the company's CFO and other executives (all of whom were AI-generated deepfakes). The fraud went undiscovered for about a week until the employee contacted Arup headquarters about a “secret transaction.” Out-of-band callback verification for wire transfers is now on every underwriter's checklist.

If you run an e-commerce store handling cardholder data, a healthcare practice with PHI, an accounting firm or law firm moving client funds or a real estate brokerage handling escrow, your application is the longest of all. You sit in the loss categories carriers got burned on.

The Backup Question Changed

The backup question on cyber insurance applications has tightened materially since 2023. What used to be a single yes/no question now asks whether those backups are immutable or air-gapped, when they were last tested and whether they can be deleted by your domain administrator credentials.

Expect wording on your form like: “Are backups stored in an immutable or air-gapped state, tested for restoration within the past 12 months and inaccessible to domain administrator credentials?”.

An immutable backup is one that nobody can delete or alter during a fixed retention window including someone using stolen administrator credentials. Air-gapped means the backup copy sits on infrastructure that cannot be reached from your production network. CISA's Stop Ransomware Guide lists immutable and tested backups as a baseline control which is the same standard most cyber insurance carriers now apply.

“Microsoft 365 backup” is no longer a passing answer on its own. Native Microsoft 365 retention isn't a backup in the sense the carrier means. Third-party backups that share the same identity perimeter as your production tenant can be wiped by a compromised global admin.

For the immutable backup question, the strongest answer references a backup platform with object lock or write-once-read-many storage enabled, an immutability window of at least 14 days (with 30 days now preferred), credentials separated from your production admin accounts and a recent successful restore test. Weaker answers describe daily backups to a NAS on the same network with no recent restore test which typically triggers follow-up underwriting and sometimes a premium adjustment. Answers that leave the immutability question unclear are the ones most likely to push a renewal toward sub-limits or non-renewal.

MFA Questions Go Deeper Than One Checkbox

MFA was once captured as a single yes/no question on most applications. The current generation asks whether MFA is enforced on email, VPN, remote desktop (RDP), all administrator accounts and privileged service accounts. The answer needs to be yes on all five for a clean pass.

SMS-based MFA is now treated as a weaker control. SIM-swap attacks and SS7 vulnerabilities have made text codes the weakest authentication factor available. Several carriers ask specifically whether your MFA uses an authenticator app, hardware token or push with number matching rather than SMS. If you are still on SMS for admin accounts, expect a follow-up question or a premium adjustment.

The privileged access management (PAM) question is the one most owners haven't seen before. PAM is a category of tool that keeps administrator credentials out of regular password managers. A PAM platform vaults privileged credentials, rotates them on use and logs every session which means a stolen admin password can't be used unnoticed for weeks before someone catches it.

A strong PAM answer describes a vaulting tool with credentials rotated on use and session logging enabled. Weaker answers like admin passwords stored in a shared password manager with annual rotation will usually trigger follow-up underwriting. Shared admin accounts that never rotate and produce no audit log of who used them are the configuration most likely to result in sub-limits or non-renewal.

Will cyber insurance be denied if you don't have MFA everywhere? Not always denied outright. Expect significant premium increases, sub-limits on ransomware coverage or exclusions for any incident that traces back to the unprotected entry point.

The Wire Transfer and Deepfake Verification Questions

After the Arup case and a string of business email compromise losses, carriers added callback verification questions to their applications. Callback verification means that before sending any wire above a defined threshold (commonly $10,000 or $25,000), the person authorizing the transfer calls the recipient at a phone number previously verified and stored rather than the number on the request email.

Expect wording like: “Does your organization require out-of-band verification using a previously known phone number for all funds transfer requests above [threshold] including requests appearing to come from executives?”.

Several current applications now ask separately whether staff have been trained on AI voice cloning and deepfake video risks. The Arup case made that question relevant for every carrier writing in professional services.

Accounting firms, law firms with escrow or trust accounts and real estate brokers will see this section scrutinized most carefully. Anyone moving other people's money is a soft target and an expensive claim when wire fraud lands.

A strong answer references a written wire transfer policy requiring callback verification to a verified number for transfers above a stated threshold, dual approval and annual social engineering training that includes deepfake awareness. Informal verification practice without a written policy will usually be flagged for follow-up. Wire transfers authorized by email approval alone are the configuration carriers are now declining to cover at all.

EDR, MDR and the End of the “We Have Antivirus” Answer

Traditional antivirus scans files against a list of known threats. Endpoint Detection and Response (EDR) watches behavior on each device and flags suspicious activity such as a process trying to encrypt files or escalate privileges. Managed Detection and Response (MDR) is EDR plus a 24/7 team watching the alerts and responding when something fires at 2am on a Sunday.

Current applications ask whether you have EDR deployed, whether it covers 100% of endpoints including servers and whether a 24/7 security operations center (SOC) monitors and responds to alerts. The MDR question is increasingly yes or no and the no answer has pricing consequences.

If you don't have MDR yet but plan to add it, say so plainly with a timeline. Underwriters can work with “MDR deployment scheduled for Q2 with vendor selected”. They cannot work with vague answers about future plans.

The Vendor Risk Questions

Supply chain questions used to be a single yes/no item. After MOVEit and Change Healthcare, carriers now want a full section on the software vendors holding your data.

Expect questions like: “List your top five software vendors with access to sensitive data and confirm whether each provides a SOC 2 Type II report or equivalent.” If you have never asked your practice management software vendor for a SOC 2 report, that conversation is overdue.

You are not expected to audit every vendor's security program in detail. The carrier wants to see that you know who your top vendors are, what data they hold and that you have asked the basic questions like SOC 2 attestation. An honest “we have identified our top five vendors and requested SOC 2 reports from three with two outstanding” reads better than a confident answer that falls apart in discovery.

The Mistake to Avoid: Misrepresentation and Rescission

The most expensive answer on a cyber insurance application is the one that overstates the security controls you have in place. Cyber insurance applications are warranty documents. If a forensic investigation after a claim finds your environment didn't match what you declared, the carrier can rescind the policy.

Rescission means the policy is treated as if it never existed, your claim is denied and any prior payouts under the same policy term can be clawed back. Some courts have found that the carrier doesn't need to prove a direct link between the misrepresentation and the loss. The misrepresentation itself is enough.

The cleanup approach is direct. If a question asks about MFA on all admin accounts and you have a gap, declare the gap and include a remediation date. Carriers reward honest gaps with a plan more than they reward polished answers that don't survive forensic review.

Checking “no” or “in progress” on the form may raise your premium or tighten your coverage terms. That cost is predictable. Misrepresentation discovered after a claim can void the policy entirely and the timing means you absorb the full incident cost yourself.

The 30-day Pre-Renewal Checklist

Work through this in order. Most items are achievable in a month if you start now.

Week 1. Confirm MFA on email, VPN, remote desktop, all administrator accounts and any service accounts that support it. Move admin MFA off SMS to an authenticator app or hardware token.

Weeks 1 to 2. Verify your backups are immutable or air-gapped. Run a test restore and document the result with date and screenshots.

Week 2. Write a one-page wire transfer policy requiring callback verification to a previously verified phone number for any transfer over your chosen threshold. Get it signed by anyone who can authorize payments.

Weeks 2 to 3. Confirm EDR is deployed on every endpoint and server. If you only have traditional antivirus, get quotes for EDR or MDR now so you can answer with a deployment timeline.

Week 3. Identify your top five software vendors and request SOC 2 reports or equivalent attestations. Note who responded.

Weeks 3 to 4. Document or update your incident response plan and then run a 60-minute tabletop exercise with your leadership team. Keep the notes. That is your “tested in the past 12 months” evidence.

Week 4. Sit down with the application and answer honestly. Flag anything you couldn't fix with a specific remediation date.

Article FAQs

What does rescission mean on a cyber insurance policy?

Rescission means the carrier voids the policy from inception after discovering material misrepresentation on the application. The policy is treated as if it never existed, the current claim is denied and any prior payouts under the same policy term can be clawed back.

Will my cyber insurance be denied if I don't have MFA on everything?

You are not always denied outright. Expect a significant premium increase, sub-limits on ransomware coverage or exclusions for incidents that trace back to the unprotected entry point. The most common gap is MFA on privileged or service accounts.

What is the difference between EDR and MDR on an insurance application?

EDR (Endpoint Detection and Response) is the technology that watches device behavior and flags suspicious activity. MDR (Managed Detection and Response) is the same technology plus a 24/7 team watching the alerts and responding. Carriers increasingly want both and the application often asks about each separately.

Why are cyber insurance renewal applications longer than they used to be?

Carriers added detailed sections in response to specific 2023 and 2024 losses including the MOVEit supply-chain breach, the Change Healthcare ransomware incident and the Arup deepfake wire fraud. Each event drove changes to backup, MFA, vendor risk or wire transfer questions on subsequent applications.

Can my cyber insurance claim be denied if I answered the application incorrectly?

Yes. Material misrepresentation on a cyber insurance application can trigger rescission which voids coverage retroactively. Many courts have found that the carrier does not need to prove a causal link between the misrepresentation and the specific loss.

What does immutable backup mean on a cyber insurance application?

A backup that cannot be modified or deleted for a defined retention period even by someone using stolen administrator credentials. Cloud object lock and write-once-read-many storage are common implementations. Most carriers want a window of at least 14 days with 30 days now preferred.

July 20, 2026
susan
standart
Securing Your Accounts Payable Process Against Voice and Email Cloning


Article Summary: AI-enhanced fraud is changing how criminals target finance teams (especially Accounts Payable). Attackers can use AI to produce convincing emails, realistic invoices and even cloned voices that bypass the red flags teams once relied on. The most effective defense combines stronger verification steps, tighter payment processes and a culture where pausing to confirm details is always supported.

It is a statistic that sends a shiver down the backs of SME owners, managers and employees. 

According to the FBI'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.

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.

Why AP Teams Are in the Crosshairs

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.

For attackers, that combination is ideal.

Most successful fraud does not involve breaking into systems.

The FBI's Internet Crime Complaint Center (IC3) 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.

AI has made that impersonation dramatically more scalable.

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.

By mid-2024, an estimated 40% of BEC phishing emails were already AI-generated with that share expected to grow significantly.

What AI-Enhanced Fraud Looks Like in Practice

Emails That Blend into Normal Workflow

Traditional phishing relied on volume and imperfection. AI has changed that.

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.

For AP teams processing high volumes of routine communications, that level of familiarity is exactly what lowers the guard.

Invoice and Payment Redirection

One of the most common AP fraud patterns involves payment redirection.

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.

The surrounding content looks entirely legitimate because it is drawn from real correspondence.

Voice Cloning and Executive Impersonation

Email isn’t the only channel being exploited.

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.

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.

Why Traditional Checks No Longer Work

Security awareness training still matters and investing in it remains worthwhile. However, AI has changed what AP teams are up against.

Attacks no longer contain the signals that training programs once focused on like awkward phrasing, mismatched logos, odd sender addresses or generic greetings.

Modern fraud emails can reference the recipient's organization, active suppliers and current invoice values drawn from publicly available or previously intercepted sources.

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.

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.

Building Process Around the Risk

The most effective defense is not sharper instincts. It is removing ambiguity from high-risk actions.

Out-of-band Verification as Standard

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's habit of following it.

Layered Access and Authentication Controls

Restricting access to financial systems and enforcing multi-factor authentication limits the damage a compromised account can cause. If an attacker gains access to a vendor's email, MFA requirements on the receiving end create friction that can slow or stop a fraudulent change before any money moves.

A Culture that Supports Slowing Down

Fraud prevention improves when staff feel safe questioning requests (including from senior leadership).

A team member who pauses a payment to verify it is not being obstructive. They are doing exactly what good process requires.

Building that culture starts with leadership modeling the behavior and making clear that slowing down on high-risk actions is always the right call.

The FBI's 2025 Internet Crime Report included a dedicated AI section for the first time and logged more than $893 million in AI-enabled scam losses across more than 22,000 complaints.

When verification is standard and questioning is encouraged, AI-enhanced fraud loses much of its advantage.

The technology attackers use is advancing quickly but the process controls that contain the damage do not need to be complicated. They need to be consistent.

Shift the Burden from People to Process

Concerned about AI-enhanced fraud targeting your finance teams or clients?

Contact us or schedule a consultation to review your current controls and identify where the most important gaps are.

Article FAQs

Why are Accounts Payable teams targeted so often?

AP teams manage payments and supplier details which makes them a direct path for attackers to move money without breaching technical systems.

Can awareness training alone stop AI-driven fraud?

No. Awareness helps but AI scams often look legitimate. Strong verification processes are essential.

Is voice-based fraud really a risk?

Yes. AI voice cloning allows attackers to impersonate executives convincingly which makes phone-based approvals vulnerable.

June 8, 2026
susan
standart
The “Legacy Debt” Audit: Identifying the 3 Oldest Risks in Your Server Room


The most dangerous thing in a server room is often the phrase, “Don’t touch that.”

It is 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 is legacy debt.

Not just “old tech”. Old tech that has become a dependency. It is the kind that quietly accumulates risk until it turns into downtime, security exposure or an emergency upgrade at the worst possible time.

A legacy debt audit is the fast way to bring that risk back into the light.

What Legacy Debt Really Looks Like

Legacy debt isn’t “old gear”. It is old gear that has become normal.

It is the server that runs a critical app, the edge device nobody remembers buying or the workaround that turned into a dependency. Over time, that debt stacks up quietly.

Infinite Lambda 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.”

That is why a legacy debt audit isn’t a theoretical exercise. It is a visibility exercise to bring the oldest and highest-leverage risks back onto the list of things you actively manage.

The security problem shows up when “old” becomes “unpatchable”.

The UK’s NCSC guidance on obsolete products 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.”

If something can’t be updated, weaknesses don’t age out. They sit there waiting for the wrong day.

Legacy debt also looks like basic server hygiene slipping.

NIST SP 800-123 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…”

It also calls out foundational hardening steps like “Patch and upgrade the operating system” and “Remove or disable unnecessary services, applications and network protocols.”

When those basics become inconsistent, legacy debt turns into a reliability and incident-response problem instead of just a security one.

Legacy debt often hides at the edge. If you have end-of-support internet-facing devices, you have high-leverage risk in the most exposed place.

The 3 Oldest Risks to Find First

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.

Risk #1: End-of-support edge devices

If you are 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.

When they reach end-of-support (EOS), they don’t just become outdated. They become harder to defend because security fixes stop arriving.

What to check in your audit

  • List every edge device (firewall, VPN, router) and the support status for each one.
  • Confirm which ones are internet-facing and which services are exposed.
  • Identify devices that can’t run the current firmware or no longer receive updates.

Risk #2: Obsolete products that can’t be fixed anymore

Obsolete products are the purest form of legacy debt. They include things that are still operating but no longer receive security updates. That means every new vulnerability becomes permanent.

In other words, there is no clever workaround that makes an unsupported system “safe”. There are only risk reductions until you can replace it.

What to check in your audit:

  • Identify anything past support: server OS versions, appliances, old hypervisors and line-of-business apps.
  • Flag systems that require exceptions like the ones with old protocols, weak auth and special firewall rules.
  • Find the “business-critical but unsupported” systems.

Risk #3: “It still works” servers with neglected basics

This is the sneakiest risk because it looks normal.

The server is supported. The hardware runs. Nobody is complaining. However, the basics have drifted. Patching is inconsistent, unnecessary services are still running and backups have not been proven under pressure.

SP 800-123 Guide to General Server Security frames secure server operations as an ongoing discipline including “patches and upgrades”, “monitoring of logs” and “backups.”

It also calls out core hardening steps like “Patch and upgrade the operating system” and “Remove or disable unnecessary services, applications and network protocols.”

Those are the unglamorous fundamentals that stop small problems from turning into long outages.

What to check in your audit:

  • Patch reality: What is the current patch level and how often do updates slip?
  • Service sprawl: What is running that doesn’t need to be running?
  • Admin and service accounts: Where are the broad permissions and shared credentials?
  • Backup confidence: When was the last restore test and did it succeed?
  • Change control: Who can make changes and how are they tracked?

Stop Carrying Silent Risk

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.

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 like 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”.

Contact us for help running your next legacy debt audit.

May 18, 2026
susan
standart
How Revoking PC Admin Rights Slashes 2026 Support Tickets
How Revoking PC Admin Rights Slashes 2026 Support Tickets

Article summary: Local admin rights are one of the most overlooked drivers of the repeat support tickets you submit to your IT provider. Most admin access was granted years ago for a one-time need and never removed, leaving your provider's team managing dozens of individually customized machines. By revoking local admin rights and replacing them with a controlled elevation process, you stabilize your endpoints, shrink your attack surface, and cut your support queue at the same time.Read more

May 16, 2026
Tech Marketing Engine
standart
LinkedIn “Social Engineering”: Protecting Your Staff from Fake Recruitment Scams


A fake recruiter message is one of the cleanest social engineering tricks around because it doesn’t look like a trick.

That is why LinkedIn recruitment scams work so well inside real businesses.

They don’t arrive as malware. They arrive as a normal conversation that nudges someone toward one small action. Click this link, open this file, “verify” this detail and move the chat to a different app.

A few simple checks, a couple of hard-stop rules and an easy way to report suspicious outreach can shut these scams down without slowing anyone down.

LinkedIn Recruitment Scams

LinkedIn recruitment scams artfully blend into normal professional behavior.

The message doesn’t look like a “cyber attack.” It looks like networking and it borrows credibility from recognizable brands, polished profiles and familiar hiring language.

At platform scale, the volume is also hard to wrap your head around.

Rest of World reports that LinkedIn said it “identified and removed 80.6 million fake accounts” at registration from July to December 2024. A LinkedIn spokesperson claimed “over 99%” of the fake accounts they remove are detected proactively before anyone reports them.

Even with that level of detection, enough scam activity still leaks through to reach real employees. That is especially true when scammers tailor their approach to what looks credible in a specific industry and location.

The other reason these scams succeed is that they follow a predictable persuasion pattern: urgency, authority and a quick push to “do the next step.”

The FTC describes scammers impersonating well-known companies and then steering targets toward actions that create leverage. These actions include handing over sensitive personal information or sending money for “equipment” or other upfront costs.

Once someone is rushed into treating the process as real, the scam doesn’t need to be technically sophisticated. It just needs the victim to keep moving.

The Scam Pattern Most Teams Miss

1. A polished approach on LinkedIn

The profile looks credible enough, the role sounds plausible and the message is written in a professional tone. The job post itself may still be oddly generic though.

Amoria Bond notes that fake job postings often “lack details” and lean on broad language to catch as many people as possible.

2. A quick push off-platform

The conversation shifts to email, WhatsApp/Telegram or a “recruitment portal” link. That shift is important because it removes the built-in friction of LinkedIn’s environment and makes it easier to send links, files and instructions.

3. A credibility wrapper: “assessment”, “interview pack” or “onboarding”

Airswift flags link/attachment requests and urgency tactics as common red flags. The story is usually something like: “Download this assessment”, “Review these onboarding steps” or “Log in here to schedule.”

Tag Apps

Make decisions visible and repeatable by tagging apps.

Microsoft explicitly calls tagging apps as sanctioned or unsanctioned an important step because it lets you filter, track progress and drive consistent action over time.

4. The pivot: money, sensitive info or account takeover

Scammers impersonate well-known companies and then ask for things legitimate employers typically don’t: payment for “equipment” or early requests for personal information.

Another variation is more subtle: “verification” steps that are really designed to steal identity details or compromise accounts.

5. Pressure to keep moving

If someone hesitates, the scam leans on urgency: “limited slots”, “fast-track hiring” or “complete this today”. That is why Forbes frames the key skill as slowing down and checking details because the scam depends on momentum.

Red Flags Checklist for Staff

Here are the red flags to look out for.

Red flags in the job posting

  • The role is oddly vague or overly broad. Generic responsibilities, unclear reporting lines and “we will share details later” language are common in fake listings.
  • The company's presence doesn’t match the brand name. Thin company pages, inconsistent logos/branding or a web presence that feels incomplete are worth pausing on.
  • The process is “too easy and too fast.” If the listing implies immediate hiring with minimal steps, treat it as suspicious.

Red flags in recruiter behavior

  • They push you off LinkedIn quickly. Moving to WhatsApp/Telegram or personal email early is a common tactic.
  • They use a personal email address or unusual contact details. Be specifically cautious of recruiters using free webmail accounts instead of a company domain.
  • They avoid verification. If they dodge basic questions, treat that as a signal rather than a scheduling issue.

Hard-stop requests

  • Any request for money or fees. Application fees, equipment purchases, “training costs”, gift cards or crypto is a hard stop.
  • Requests for sensitive personal info early. Bank details, identity documents, tax forms or “background checks” before a real interview process is established.
  • Requests for verification codes. If anyone asks you to read back a one-time code sent to your phone/email, assume they are trying to take over an account.
  • Requests for non-public company information like org charts, internal system details, client lists, invoice processes and security tools. Look out for requisitions for anything beyond what a recruiter would reasonably need.

Stop Scams With Simple Defaults

LinkedIn recruitment scams don’t succeed because staff are careless. They succeed because the outreach looks normal, the process feels familiar and the next step is always framed as urgent.

The fix isn’t turning everyone into an investigator. It is setting simple defaults that make scams harder to complete. Slow down before clicking, verify the recruiter and role through official channels, keep conversations on-platform until identity checks out and treat money requests, code requests and early personal data demands as hard stops.

When those habits are standardized, the scam loses its leverage.

Reach out to us today to make sure you have the latest tools to fight this and other types of scams.

May 4, 2026
susan
standart
The Essential Checklist for Securing Company Laptops at Home


At home, security incidents don’t look like dramatic movie hacks. They look like stepping away from your laptop during a delivery or leaving it unlocked while you grab something from another room.

Those ordinary moments repeated over time are how work devices end up exposed.

A remote work security checklist focuses on simple and practical controls that hold up in real life. Put it in place once, make it routine and you will prevent the kinds of issues that hurt most because they were entirely avoidable.   

Why Home Is a Different Security Environment

A work laptop doesn’t magically become “less secure” at home. However, the environment around it does.

In the office, there are built-in boundaries: fewer shared users, fewer casual touchpoints and more predictable networks. At home, that same laptop is suddenly operating in a space designed for convenience rather than control.

For starters, physical exposure goes up.

At home, devices move from room to room, sit on tables and countertops and are left unattended for short stretches throughout the day.

 That is why a remote work security checklist must treat physical security as part of cyber security.

In its training on device safety, CISA stresses the basics: keep devices secured, limit access and lock them when you are not using them. Those simple habits matter more at home because there is no “office culture” quietly enforcing them for you.

Home is where work and personal life collide and that creates messy and very human risks.

The NI Cyber Security Centre is blunt about it. Don’t let other people use your work device and don’t treat it like the family laptop.

The network is different.

Home Wi-Fi often starts with default settings, old router firmware or passwords that have been shared with everyone who has ever visited.

CISA’s guidance on connecting a new computer to the internet offers the baseline steps many people skip at home. Secure your router, enable the firewall, use anti-virus and remove unnecessary software and default features.

Remote access raises the stakes for identity. In its remote workforce security guidance, Microsoft’s best practices frames remote security around a Zero Trust approach and emphasizes that access should be strongly authenticated and checked for anomalies before it is granted.

The Remote Work Security Checklist

Use this remote work security checklist as your “minimum standard” for company laptops at home. It is designed to be practical, repeatable and easy to enforce without turning everyone into part-time IT employees.

Lock the Screen Every Time You Step Away

Set a short auto-lock timer and get into the habit of locking manually even at home.

Store the Laptop Like It Is Valuable

Assume that “out of sight” is safer than “out of the way.” When you are finished, store your device somewhere protected rather than on the couch, the kitchen counter or in the car.

Don’t Share Work Laptops with Family

At home, good intentions can still lead to accidental clicks. Even a quick “just checking something” can result in risky downloads, unfamiliar logins or unwanted browser extensions.

Use a Strong Sign-In and MFA

Use a long passphrase instead of a clever but short password and never reuse it across accounts. Treat multifactor authentication (MFA) as a baseline requirement instead of a nice extra.

Stop Using Devices That Can’t Update

If a laptop can’t receive security updates, it is not a work device. It is a risk.

Patch Fast

Updates are where most known issues get fixed. The longer you wait means the bigger the risk. Enable automatic updates and restart when prompted.

Secure Home Wi-Fi Like It Is Part of the Office

Use a strong Wi-Fi password and enable modern encryption. If your router still has the default admin login or hasn’t been updated in a long time, consider that your cue to fix it.

Use the Firewall and Keep Security Tools Switched On

Turn on your firewall, keep antivirus software active and make sure both are properly configured. If security tools feel inconvenient, don’t switch them off. Address the friction instead.

Remove Unnecessary Software

The more apps you install means the more updates you need to manage and the more opportunities there are for something to go wrong. Remove software you don’t need, disable unnecessary default features and stick to approved applications from trusted sources.

Keep Work Data in Work Storage

Storing work data in approved systems keeps access controlled, audit-ready and much easier to recover if something goes wrong. Avoid saving work documents to personal cloud accounts or personal backup services.

Be Wary of Unexpected Links and Attachments

If a message pressures you to click, open, download or “confirm now” treat it as suspicious. When in doubt, verify the request through a separate trusted channel before taking any action.

Only Allow Access From “Healthy Devices”

The safest remote setups gate access based on device health. Microsoft warns that unmanaged devices can be a powerful entry point and stresses the importance of allowing access only from healthy devices.

Are Your Laptops “Home-Proof”?

If you want remote work to remain seamless, your devices need to be “home-proof” by default.

That means treating the fundamentals as non-negotiable: automatic screen locks, secure storage, protected sign-ins, timely updates, properly secured Wi-Fi and work data stored only in approved locations.

Nothing complicated. Just consistent execution.

Start by adopting this remote work security checklist as your baseline standard. When the defaults are strong, you reduce avoidable incidents without slowing anyone down.

If you would like help turning these basics into a practical and enforceable remote work policy, contact us today. We will help you standardize protections across your team so remote work stays productive and secure.

April 27, 2026
susan
standart