Close Menu
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Facebook X (Twitter) LinkedIn
Facebook X (Twitter) LinkedIn
Information Security BuzzInformation Security Buzz
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Subscribe
Information Security BuzzInformation Security Buzz
Home - Articles - 10 Habits IT Administrators Should Avoid
Articles

10 Habits IT Administrators Should Avoid

ISBuzz TeamBy ISBuzz TeamNovember 24, 2015Updated:November 26, 20156 Mins Read
Share LinkedIn Twitter Facebook Copy Link Email
10 Habits IT Administrators Should Avoid
Share
Facebook Twitter LinkedIn Email Copy Link
Quick AI Summary
ChatGPTClaudeGeminiGrokPerplexityDeepSeekCopilot

Most experienced system administrators have inherited an IT infrastructure at least once and have been unsatisfied with the work of a predecessor. The complete revision of the entire infrastructure is a painful and costly process, but may be inevitable to reclaim control, minimise the risk of system downtime, check and update internal workflows or even get rid of processes that might increase the risks of security violations. Even experienced professionals can fall into bad habits that affect performance and put the IT infrastructure at risk. So, it’s important to acknowledge these bad habits to avoid them.

  • Failing to keep and review documentation.

This is a classic bad habit because no one enjoys documenting. But it’s vital to spend time and effort thoroughly documenting everything from developing a detailed workflow for new employees to instructions on how to roll out a new service. In the future, this will help you to optimise the IT infrastructure and replace outdated processes to improve cybersecurity and system performance. This documentation also needs to be regularly reviewed, considering changes in both technical and business processes.

  • Sticking to old defence methods.

There’s no solution to guarantee protection against a sophisticated targeted attack but your current security strategy should reflect your needs and capabilities. Leverage antivirus, intrusion detection, change audit, vulnerability scanning and traffic scanning systems, and build your strategy around visibility into any activity that can potentially pose a risk to security. If the risk of external intrusion is high enough and you need to get a better understanding of what is going on, consider investing in security solutions that are able to eliminate vulnerabilities or deploy ‘honeypots’— traps that imitate production systems and allow you to watch the adversary’s activity.

  • Forgetting to document changes.

According to the 2015 State of IT Changes Survey, not documenting changes to system configurations and files puts 70% of IT systems at risk. An average company operates thousands of sensitive files per day and a lack of data governance may lead to the loss of control over an enormous number of changes and modifications in information repositories, while expanding the potential attack surface and increasing security risks. So what’s the right thing to do? Find your way to trace down all changes made to files and system configuration to make sure they are correct and authorised.

  • Giving users administrative rights when it is not required.

Not every user needs all-inclusive admin rights to perform certain tasks. For example, if someone needs to configure the network, just grant them the privileges of network settings operator or if IT admin is absent and a user requires extended permissions, it’s wise to only grant them relevant and temporary privileges. Confusion with access rights might also occur with high employee turnover, as the number of privileged users and roles are constantly changing. The lack of visibility regarding these changes poses the risk of insider misuse, which can be minimised if you initially limit access to data.

  • Doing everything manually.

In some cases, laziness can bring you some good results during your IT administrator work experience. Having automated everything that can be automated, you get rid of a boring routine, improve your efficiency and have more control over the entire IT infrastructure. From a security point of view, automation makes it easier to audit and analyse activity patterns rather than doing the same job with unstructured manual procedures.

  • Failing to make backups.

This can be the most disastrous habit for IT administrators. Backups are the cornerstone of any IT infrastructure management, and an unpleasant experience shows that disasters do happen. So, no matter how experienced you are, backups become extremely handy when you have to restore the system.

  • Testing on live data.

Using personal data while testing a company’s processes in an insecure environment may become a serious problem that puts confidential data at risk of exposure. Without a proper test-data management policy and technologies in place, subsets of production data created for testing purposes might contain sensitive data such as employee or customer records, which could be unintentionally compromised.

  • Storing everything in one place.

As long as information continues to be a target for adversaries, your goal will be to complicate their lives as they search for sensitive data. Isolation of applications, network segments, data and processes forces culprits to spend more time trying to dig for valuable assets. If a hacker gets the chance to penetrate your network through your vent system controls, he shouldn’t be able to get to your payroll data through the same door.

  • Ignoring the details.

Small yet dangerous mistakes that IT administrators commit, such as working under the root account, can have drastic consequences. Often it is a normal situation when an administrator logs under the root, forgetting that the system has only one root account that is likely to be targeted by hackers and malware. By doing that, they allow all running applications — even possible viruses or Trojans — to get elevated privileges and access to any corner of the system. Moreover, any mistake, such as trying to delete a directory with ‘rm –rf’, might end in a disaster. In this case, with a recursive deletion of all of the contents of the system drive. If you have great intuition and are able to identify suspicious changes easily, there is no problem with working this way. But if you are in doubt, just leave administrative tasks to the root user when required and let your applications run on a user level.

  • Feeling lonely.

When you encounter any problem you don’t know how to solve, just remember that you’re not alone. Stay involved with the community, especially when it comes to security questions. Go online and take advantage of professional forums, join a community to educate yourself about new threat patterns and discovered vulnerabilities and be at ease with sharing information with other IT folks; this is how the security awareness is built.

[su_box title=”Michael Fimin, CEO and Co-Founder of Netwrix” style=”noise” box_color=”#336588″]Michael Fimin, is CEO and co-founder of Netwrix. Netwrix is a provider of IT auditing software that maximizes visibility into who changed what, when and where and who has access to what in the IT infrastructure. Over 6,000 customers worldwide rely on Netwrix to audit IT infrastructure changes and data access, prepare reports required for passing compliance audits and increase the efficiency of IT operations. Founded in 2006, Netwrix has more than 70 industry awards and was named to the Inc. 5000 list and Deloitte Technology Fast 500.[/su_box]

ISBuzz Team
  • ISBuzz Team
    Air Canada Data Breach: BianLian Extortion Group Claims A Massive Heist Contrary To Airline’s Earlier Statement
  • ISBuzz Team
    Unprecedented DDoS Attack Rocks The Web: Tech Giants Reveal A Digital Tsunami
  • ISBuzz Team
    CISA Flags High-Severity Adobe Acrobat Reader Flaw Amid Active Exploits
  • ISBuzz Team
    Curl Security Alert: Patching A Critical Bug Averting Potential Cyber Catastrophe

The opinions expressed in this post belong to the individual contributors and do not necessarily reflect the views of Information Security Buzz.

Share. Facebook Twitter LinkedIn Email Copy Link

Related Posts

The Real Cost of Inconsistent Third-Party Access

December 18, 20255 Mins Read

What Happens When Devices Cross Borders? The Role of Geofencing in Global IT

August 7, 20256 Mins Read

The Evolving Importance of Identity Governance in FinTech

July 10, 20258 Mins Read
ISB-Bora-Side-Bar

No se ha podido establecer conexión. Error 429

 
ISB-Bora-Side-Bar
Black ISB Logo

Information Security Buzz is an independent resource that provides the experts’ comments, analysis, and opinion on the latest Cybersecurity news and topics

X (Twitter) LinkedIn Facebook RSS

Working With Us

  • About Us
  • Advertise With Us
  • Contact Us

Write For Us

  • How To Contribute

The Pages

  • Privacy Policy
  • Cookie Policy
  • AI Policy
  • Terms & Conditions
  • Copyright Notice

Information Security Buzz and all its contents are copyright © 2014-2025. All rights reserved. All third-party trademarks are recognized.

Type above and press Enter to search. Press Esc to cancel.

Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}