Warning Signs of a Cyberattack: How to Detect a Compromised Computer, Network, or Business System
Cyberattacks do not always announce themselves with a ransom message or a completely disabled computer. Many successful attacks begin quietly. An attacker ma...
Cyberattacks do not always announce themselves with a ransom message or a completely disabled computer. Many successful attacks begin quietly. An attacker may obtain a password, establish remote access, create a hidden persistence mechanism, collect information, move between systems, or exfiltrate data before the victim realizes anything is wrong.
Recognizing the early warning signs of a cyberattack can significantly reduce the damage. The sooner suspicious activity is detected, the sooner administrators can isolate affected systems, protect credentials, preserve evidence, and determine the extent of the compromise.
However, an important principle of cybersecurity is:
A warning sign is not automatically proof of a cyberattack.
Slow computers, failed logins, high CPU utilization, application crashes, or network congestion can have legitimate explanations. Security incidents are usually identified by examining multiple indicators together and correlating endpoint, identity, network, application, and security logs.
This article explains the major technical warning signs that may indicate a computer, server, network, cloud account, website, or business environment is under attack or has already been compromised.
1. Unexpectedly Slow Computer or Server Performance
A sudden and unexplained decrease in performance can be an early indicator of malicious activity.
Watch for:
- CPU usage remaining unusually high
- RAM consumption increasing without explanation
- Disk utilization frequently reaching 100%
- Excessive network activity
- Applications taking unusually long to open
- Server response times suddenly increasing
- Fans running continuously on otherwise idle systems
- Systems becoming unresponsive without an obvious workload
Malware may consume resources while performing activities such as encryption, credential theft, cryptocurrency mining, scanning other systems, sending spam, communicating with command-and-control infrastructure, or stealing information.
Important
High CPU or memory usage alone does not prove malware is present. Use Task Manager, Resource Monitor, Process Explorer, EDR tools, antivirus logs, and network monitoring to identify which processes are responsible.
2. Unknown or Suspicious Processes
Unexpected processes running on a computer deserve investigation, particularly when they:
- Run from temporary directories
- Execute from user profile folders unexpectedly
- Have random-looking filenames
- Have no recognizable publisher
- Consume excessive CPU or network resources
- Automatically restart after termination
- Launch PowerShell, CMD, WScript, CScript, or other interpreters unexpectedly
Windows administrators can investigate suspicious processes using tools such as:
Task Manager
Open:
Ctrl + Shift + Esc
Review:
Processes → Details
PowerShell can also provide useful process information:
Get-Process | Sort-Object CPU -Descending
Process names alone should not be used to determine whether something is malicious. Attackers sometimes deliberately name malware after legitimate Windows components.
3. Antivirus or Endpoint Protection Is Unexpectedly Disabled
One of the strongest warning signs is security software becoming disabled without administrator action.
Examples include:
- Microsoft Defender Antivirus disabled
- Real-time protection turned off
- Firewall unexpectedly disabled
- EDR agent stopped
- Antivirus services terminated
- Virus definitions no longer updating
- Security exclusions unexpectedly created
- Security configuration changed without authorization
Attackers frequently attempt to weaken security controls before deploying additional malware or ransomware.
If an organization's endpoint protection suddenly stops reporting to its management console, the affected endpoint should be investigated promptly.
4. Unexpected MFA or Authentication Requests
Repeated authentication notifications can indicate that someone already knows the user's password.
Examples:
- Unexpected Microsoft Authenticator approval requests
- Google sign-in prompts the user did not initiate
- SMS verification codes arriving unexpectedly
- Password-reset emails appearing without a request
- Multiple MFA requests within a short period
This technique is sometimes called MFA fatigue or MFA push bombing.
Users should never approve an authentication request they did not initiate.
5. Logins from Unknown Locations or Devices
Identity systems often provide some of the earliest evidence of compromise.
Warning signs include:
- Login from an unfamiliar country
- Login from an unknown IP address
- Login from an unfamiliar device
- Login at an unusual time
- Multiple geographically distant logins within an unrealistic period
- Authentication attempts using outdated protocols
- Repeated failed logins followed by a successful login
Administrators should examine identity-provider logs rather than relying solely on location because VPNs, mobile networks, proxies, and cloud infrastructure can make geolocation misleading.
6. Large Numbers of Failed Login Attempts
Repeated authentication failures may indicate:
- Password guessing
- Brute-force attacks
- Password spraying
- Credential-stuffing attacks
- Automated bot activity
- Attempts against RDP, VPN, SSH, web applications, or cloud accounts
For Windows environments, Security Event Logs are especially useful.
Administrators can examine:
Event Viewer → Windows Logs → Security
Common events worth investigating include successful and failed authentication events and account-management events.
A failed login by itself is normal. Hundreds or thousands of failures across multiple accounts within a short period deserve significantly more attention.
7. New User or Administrator Accounts
Attackers who obtain privileged access may create additional accounts to maintain access.
Investigate:
- Unknown local users
- Unexpected domain accounts
- New members of Administrators
- New Domain Admin members
- Unexpected Microsoft 365 administrators
- Unknown Google Workspace administrators
- Service accounts created without documentation
On Windows, local accounts can be reviewed with:
Get-LocalUser
Local Administrators can be checked with:
Get-LocalGroupMember -Group "Administrators"
Any unexplained privileged account should be treated seriously.
8. Unexpected Password Changes or Locked Accounts
Users may suddenly discover that:
- Their password no longer works
- Their account is locked
- Recovery information has changed
- MFA methods have changed
- Their email address or phone recovery option has been replaced
This can indicate an account takeover.
Attackers sometimes change recovery information immediately after obtaining access to prevent the legitimate owner from regaining control.
9. Strange Emails Sent from Your Account
An email account may have been compromised if contacts report receiving messages that the account owner never sent.
Common examples include:
- Fake invoice emails
- Payment requests
- Password-protected ZIP attachments
- Malicious links
- Requests to change bank account details
- Gift-card requests
- Messages asking recipients to urgently contact the sender
This can be part of a Business Email Compromise (BEC) attack.
10. Unknown Email Forwarding or Inbox Rules
Mailbox rules are particularly important because sophisticated attackers may use them to remain hidden.
An attacker might create a rule that:
- Automatically forwards emails externally
- Deletes security notifications
- Moves certain messages to Archive
- Hides replies from a particular customer
- Redirects invoices
- Deletes password-reset messages
Organizations using Microsoft 365 or Google Workspace should regularly review forwarding configurations, mailbox rules, delegated access, OAuth permissions, and login history.
11. Files Suddenly Become Encrypted
One of the clearest signs of ransomware is large numbers of files becoming unreadable.
Possible indicators include:
- Documents no longer opening
- File extensions unexpectedly changing
- Hundreds of files being renamed rapidly
- Network-share files becoming inaccessible
- Backup files disappearing
- Desktop wallpaper being changed
- Ransom instructions appearing
Examples might look like:
invoice.xlsx.locked
database.db.encrypted
customer-data.docx.[random-extension]
If active ransomware encryption is suspected, containment should begin immediately.
12. A Ransom Note Appears
Ransomware frequently creates files such as:
README.txt
RECOVER_FILES.txt
HOW_TO_DECRYPT.txt
The message may demand cryptocurrency in exchange for a decryption key.
Do not immediately delete the ransom note. It can contain information useful for identifying the ransomware family and investigating the incident.
13. Files Are Missing or Unexpectedly Modified
Unauthorized file changes can indicate:
- Malware
- Ransomware
- Insider activity
- Data destruction
- Web-server compromise
- Unauthorized administrative activity
Particularly sensitive locations include:
- Financial records
- Customer databases
- Source code
- Shared folders
- Backup repositories
- Website directories
- Configuration files
File-integrity monitoring can help organizations detect unexpected modifications.
14. Unusually High Outbound Network Traffic
Large unexplained amounts of outbound traffic may indicate data exfiltration.
Examples include:
- Large uploads outside business hours
- Workstations contacting unknown external servers
- Database servers suddenly transmitting significant internet traffic
- Large DNS traffic volumes
- Unexpected cloud-storage uploads
- Persistent connections to unfamiliar IP addresses
Network monitoring tools, firewalls, IDS/IPS platforms, DNS logs, proxies, and SIEM systems can help identify these anomalies.
15. Connections to Suspicious IP Addresses or Domains
Compromised systems may communicate with attacker-controlled infrastructure.
Possible warning signs include:
- Repeated connections to newly registered domains
- Communication with known malicious IP addresses
- Unexpected connections to uncommon ports
- DNS queries for random-looking domain names
- Connections occurring continuously while the system is idle
These communications may represent command-and-control (C2) traffic.
16. Browser Redirects and Unexpected Pop-Ups
Browser-related symptoms can include:
- Search results redirecting unexpectedly
- Homepage changing without permission
- Unknown browser extensions appearing
- Excessive advertising pop-ups
- Proxy settings being changed
- Security certificates behaving unexpectedly
- Browser sessions opening unfamiliar websites
These symptoms can result from adware, browser hijackers, malicious extensions, proxy manipulation, or malware.
17. Unknown Software Suddenly Appears
Unexpected applications may indicate unauthorized installation.
Investigate programs that:
- Were never installed by the user or administrator
- Have unclear publishers
- Appeared recently
- Start automatically
- Provide remote-control functionality
- Install browser extensions
- Modify security settings
Be particularly cautious about unexpected remote-access utilities.
18. Unauthorized Remote Desktop Activity
Windows servers exposed through Remote Desktop Protocol require careful monitoring.
Warning signs include:
- RDP sessions from unknown addresses
- Unknown users logged into the server
- Administrator sessions at unusual times
- Repeated authentication failures
- Unexpected account creation after RDP login
- Security tools disabled shortly after a remote session
Organizations should avoid exposing RDP directly to the public internet whenever possible and should use appropriate access controls such as VPNs, gateways, MFA, firewalls, and restricted source addresses.
19. Unexpected PowerShell or Command-Line Activity
Attackers frequently use legitimate administrative tools because they already exist on Windows.
Potentially suspicious activity includes unexpected execution of:
powershell.exe
pwsh.exe
cmd.exe
wscript.exe
cscript.exe
mshta.exe
rundll32.exe
regsvr32.exe
These programs are legitimate and commonly used by administrators, so their presence alone does not indicate compromise.
Context is critical.
For example, PowerShell launching unexpectedly from a document-processing application or unknown process deserves investigation.
20. New Scheduled Tasks or Services
Attackers may create persistence mechanisms that automatically restart malware.
Check for:
- Unknown scheduled tasks
- New Windows services
- Startup entries
- Registry Run keys
- Startup-folder programs
- Scripts triggered at login
PowerShell administrators can review scheduled tasks using:
Get-ScheduledTask
Services can be reviewed with:
Get-Service
Compare findings against an established system baseline whenever possible.
21. Firewall Configuration Changes
Unexpected firewall changes can allow attackers to maintain connectivity.
Examples include:
- New inbound rules
- Ports unexpectedly opened
- Firewall profiles disabled
- Applications granted network access
- RDP exposed unexpectedly
Windows Firewall rules can be inspected using:
Get-NetFirewallRule |
Where-Object Enabled -eq "True"
Enterprise firewalls should also be monitored for unauthorized policy changes.
22. DNS Settings Change Unexpectedly
DNS manipulation can redirect users toward malicious infrastructure.
Check:
Get-DnsClientServerAddress
Unexpected DNS servers should be investigated.
Attackers may modify DNS settings at several levels:
- Individual computer
- Router
- DHCP server
- Firewall
- Domain controller
- VPN configuration
23. Website Defacement or Unexpected Website Changes
For web servers, warning signs include:
- Homepage changed
- Unknown administrator accounts
- Spam pages appearing
- Unexpected PHP files
- JavaScript injected into legitimate pages
- Search engines showing pharmaceutical or gambling pages
- Visitors being redirected elsewhere
- Hosting CPU usage suddenly increasing
- Unknown cron jobs
These can indicate compromised credentials, vulnerable plugins, malicious uploads, or server compromise.
24. Search Engines Warn That Your Website Is Dangerous
A compromised website may be detected externally before the administrator notices anything.
Warnings may include:
- Malware detected
- Phishing detected
- Dangerous website warning
- Suspicious downloads
- Search-engine security warnings
If this occurs, inspect server files, databases, administrator accounts, plugins, themes, logs, scheduled jobs, and credentials.
25. Database Activity Becomes Abnormal
Potential database-compromise indicators include:
- Large unexpected queries
- Database dumps being created
- Unknown administrator accounts
- Tables unexpectedly modified
- Large exports outside business hours
- Unusual remote database connections
- Application accounts accessing unusual tables
Database audit logging can provide valuable evidence during an investigation.
26. Backup Systems Are Deleted or Disabled
Attackers deploying ransomware increasingly attempt to damage recovery mechanisms before encrypting production systems.
Warning signs include:
- Backup jobs suddenly failing
- Backup agents being disabled
- Recovery points disappearing
- Backup repositories becoming inaccessible
- Shadow copies being deleted
- Backup administrator passwords changing
Backup infrastructure should therefore be treated as a critical security system rather than merely a storage system.
27. Security Logs Are Deleted
Unexpected clearing of logs can be a major warning sign.
Attackers may attempt to remove evidence from:
- Windows Event Logs
- Web-server logs
- Firewall logs
- Application logs
- Database logs
- Authentication logs
Centralized logging makes this more difficult because attackers would need to compromise both the endpoint and the external logging system.
Warning Signs by Severity
Lower-Priority Indicators
These require investigation but frequently have legitimate explanations:
- Slow computer
- High CPU
- High RAM usage
- Browser crashes
- Internet slowdown
- Application errors
Medium-Priority Indicators
These deserve prompt security investigation:
- Unknown software
- Suspicious processes
- Strange network traffic
- Repeated login failures
- Unexpected PowerShell activity
- Unknown scheduled tasks
- Unexplained firewall changes
High-Priority Indicators
These should generally trigger immediate incident-response procedures:
- Antivirus unexpectedly disabled
- Unknown administrator account
- Unauthorized successful login
- Unexpected MFA approvals
- Files rapidly being encrypted
- Ransom note appearing
- Large unexplained outbound data transfer
- Backup systems being deleted
- Security logs unexpectedly cleared
- Mailbox forwarding rules created without authorization
What Should You Do If You Suspect a Cyberattack?
1. Isolate the Affected System
If active compromise is suspected, disconnect the affected machine from the network where doing so will not create a greater operational or safety risk.
This may include disconnecting:
- Ethernet
- Wi-Fi
- VPN
- Shared storage access
Avoid immediately powering off systems if forensic investigation may be required because volatile evidence can be lost.
2. Protect Credentials
If credentials may have been stolen:
- Reset affected passwords from a known-clean device
- Revoke active sessions
- Review MFA methods
- Remove unknown authentication methods
- Disable compromised accounts temporarily if necessary
Privileged administrator credentials should receive immediate attention.
3. Preserve Evidence
Do not unnecessarily delete files or clear logs.
Preserve:
- Event logs
- Firewall logs
- Authentication logs
- Antivirus/EDR alerts
- Suspicious emails
- Ransom notes
- Relevant timestamps
- IP addresses
- Filenames
- Screenshots
- Network logs
Evidence may be needed to determine the attacker's entry point and scope.
4. Determine the Scope
Investigate whether the incident affects:
- One computer
- Multiple endpoints
- File servers
- Domain controllers
- Email accounts
- Cloud services
- Websites
- Databases
- Backup systems
- VPN infrastructure
Do not assume that discovering malware on one computer means the incident is limited to that computer.
5. Check Other Systems for the Same Indicators
Search the environment for the same:
- Filename
- File hash
- Domain
- IP address
- User account
- Scheduled task
- Service
- Registry modification
- login pattern
These artifacts are commonly called Indicators of Compromise (IOCs).
6. Identify the Initial Access Method
Common initial-access methods include:
- Phishing
- Stolen passwords
- Unpatched vulnerabilities
- Exposed RDP
- Compromised VPN credentials
- Malicious attachments
- Infected downloads
- Vulnerable websites
- Supply-chain compromise
- Malicious browser extensions
- Stolen session tokens
Understanding the entry point is critical because simply removing malware without fixing the original weakness can allow the attacker to return.
How Businesses Can Detect Cyberattacks Earlier
Organizations should use multiple layers of monitoring.
A mature detection environment may include:
Endpoint Security
Antivirus, EDR, application control, device monitoring, and endpoint logging.
Identity Monitoring
MFA, conditional access, suspicious-login detection, privileged-account monitoring, and authentication logs.
Network Monitoring
Firewalls, IDS/IPS, DNS monitoring, network-flow analysis, and secure web gateways.
Centralized Logging
A SIEM platform can correlate events from endpoints, servers, cloud services, applications, and network infrastructure.
Email Security
Anti-phishing controls, attachment scanning, URL analysis, impersonation protection, and mailbox auditing.
Backup Monitoring
Administrators should receive alerts when backup jobs fail, retention policies change, repositories become unavailable, or recovery points disappear unexpectedly.
Establish a Normal Baseline
One of the best ways to identify cyberattacks is to understand what normal activity looks like.
Organizations should know:
- Typical CPU and memory utilization
- Normal login times
- Expected administrator accounts
- Normal network destinations
- Approved applications
- Standard scheduled tasks
- Expected Windows services
- Normal outbound bandwidth
- Approved DNS servers
- Normal firewall rules
Security monitoring becomes much more effective when administrators can distinguish a genuine anomaly from normal operational behavior.
Important Principle: Correlation Is More Valuable Than a Single Alert
Consider a workstation with high CPU usage.
By itself:
High CPU → probably insufficient evidence.
But suppose the same workstation simultaneously shows:
High CPU
+
Unknown PowerShell process
+
Antivirus disabled
+
New scheduled task
+
Connection to unknown external IP
+
Large outbound traffic
The combined evidence represents a much stronger indication of compromise.
Modern security monitoring therefore focuses on correlating multiple events rather than treating every technical anomaly as an attack.
Frequently Asked Questions (FAQ)
1. What is the most obvious sign of a cyberattack?
Ransomware encryption, a ransom note, unauthorized account activity, unknown administrator accounts, or confirmed malicious security alerts are among the clearest indicators.
2. Does a slow computer mean it has been hacked?
No. Performance problems can result from legitimate software, insufficient resources, updates, disk problems, or many other causes. Security investigation is required before concluding that malware is responsible.
3. Can hackers access a computer without the owner noticing?
Yes. Many attacks are specifically designed to remain unnoticed while attackers steal credentials, monitor activity, maintain persistence, or exfiltrate information.
4. Why am I receiving MFA requests I did not initiate?
Someone may be attempting to sign in using your credentials. Never approve an unexpected MFA request. Change the affected password from a trusted device and review recent authentication activity.
5. What does an unknown successful login mean?
It may indicate compromised credentials. Verify the device, IP address, approximate location, authentication method, and session activity.
6. What is an Indicator of Compromise?
An Indicator of Compromise, or IOC, is evidence potentially associated with malicious activity, such as a suspicious IP address, domain, file hash, process, account, registry entry, scheduled task, or network connection.
7. Why do hackers create new administrator accounts?
Creating additional accounts can provide persistent access even if the originally compromised account is later secured.
8. Why would an attacker create an email forwarding rule?
It can allow attackers to secretly receive copies of sensitive emails, invoices, password resets, business discussions, or financial information.
9. What are common ransomware warning signs?
Rapid file modification, unusual disk activity, changed file extensions, disabled security tools, deleted backups, inaccessible documents, and ransom notes are important warning signs.
10. Should I immediately switch off a hacked computer?
Not always. Disconnecting it from the network may help contain an active attack, but abruptly powering it off can destroy volatile forensic evidence. Organizations handling significant incidents should follow their incident-response procedure or obtain professional assistance.
11. Can antivirus detect every cyberattack?
No. Antivirus is one security layer. Modern attacks may involve stolen credentials, legitimate administrative tools, malicious OAuth permissions, social engineering, or techniques that traditional antivirus may not immediately detect.
12. What Windows logs should administrators monitor?
Windows Security logs, System logs, PowerShell logs, Defender/EDR events, authentication activity, account-management events, and relevant application logs are useful starting points.
13. Can high network traffic indicate hacking?
Yes, particularly unexplained outbound traffic. However, legitimate backups, synchronization, updates, video conferencing, and cloud applications can also generate substantial traffic.
14. What should I do if files suddenly become encrypted?
Treat the situation as a potential ransomware incident. Isolate affected systems, protect unaffected backups, restrict compromised accounts, preserve evidence, and investigate whether other endpoints or servers are affected.
15. Can Microsoft 365 or Google Workspace accounts be compromised without infecting the computer?
Yes. Attackers may steal passwords, session tokens, OAuth authorization, or authentication cookies without installing conventional malware on the user's computer.
16. What is password spraying?
Password spraying involves trying a small number of commonly used or known passwords against many accounts instead of repeatedly attacking one account.
17. What is credential stuffing?
Credential stuffing uses username-and-password combinations stolen from previous breaches to attempt access to other services.
18. What is lateral movement?
Lateral movement occurs when an attacker who has compromised one system attempts to access additional computers, servers, accounts, or services within the organization.
19. Why are backups targeted during ransomware attacks?
Attackers may attempt to destroy backups and recovery mechanisms so the victim has fewer alternatives to restoring encrypted systems.
20. How can a company detect cyberattacks earlier?
Use MFA, endpoint detection and response, centralized logging, network monitoring, email security, vulnerability management, backup monitoring, security alerts, and regular review of privileged accounts.
Conclusion
The warning signs of a cyberattack can range from subtle anomalies—such as unusual login activity or unexpected network connections—to unmistakable incidents such as ransomware encryption.
The most important indicators include:
- Unauthorized logins
- Unexpected MFA requests
- Unknown administrator accounts
- Disabled security software
- Suspicious processes
- Unexpected PowerShell or command-line execution
- New scheduled tasks or services
- Unusual outbound network traffic
- Unauthorized mailbox forwarding
- Missing or modified files
- Deleted backups
- Cleared security logs
- Ransomware encryption
Effective cyberattack detection depends on visibility, baselining, logging, monitoring, and correlation.
Businesses should not wait until ransomware appears before investigating suspicious behavior. Detecting credential theft, unauthorized access, persistence mechanisms, or abnormal network activity during the early stages of an intrusion can dramatically reduce the potential impact.
A strong cybersecurity program therefore combines prevention with continuous detection, reliable backups, identity protection, centralized logging, and a documented incident-response process.
Security Note: The commands and indicators discussed in this article are intended for legitimate system administration, defensive cybersecurity, troubleshooting, and incident-response purposes. A suspicious symptom should be investigated in context before concluding that a system has been compromised.
Tags
#CyberSecurity #CyberAttack #CyberAttackWarningSigns #CyberThreats #CyberSecurityAwareness #CyberAttackDetection #Hacking #HackedComputer #NetworkSecurity #InformationSecurity #InfoSec #DataBreach #Malware #Ransomware #Phishing #BusinessEmailCompromise #BEC #AccountSecurity #PasswordSecurity #MFA #MultiFactorAuthentication #WindowsSecurity #ServerSecurity #NetworkMonitoring #SecurityMonitoring #IncidentResponse #CyberIncident #ThreatDetection #ThreatHunting #IndicatorsOfCompromise #IOC #EndpointSecurity #EDR #Antivirus #MicrosoftDefender #FirewallSecurity #SIEM #NetworkIntrusion #IntrusionDetection #DataProtection #CloudSecurity #EmailSecurity #Microsoft365Security #GoogleWorkspaceSecurity #RDPsecurity #RansomwareProtection #DataExfiltration #DigitalForensics #CyberDefense #ITSecurity
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.