Posts

Showing posts from September, 2020

How to Repair Windows Bootloader Problems

  On occasion, you may find yourself in a situation where you need your computer to start up in a different way than it usually does. Whether you're troubleshooting to find the source of an issue with your computer or upgrading your computer's operating system to the latest version, you'll sometimes need to load data directly from a CD, a flash drive, secondary hard drive or even a second operating system installed on your computer. Luckily, you don't have to be a tech professional to do this: you can easily accomplish this task by using the Windows Boot Manager, accessed through your computer's startup sequence or through a menu option inside your Windows operating system's settings. What Is Windows Boot Manager? The Windows Boot Manager is a small piece of utility software installed to your boot volume – the small amount of space reserved on your hard drive that controls the way your computer starts up. Usually, Boot Manager works in the background when you tu

Characteristics of domain accounts in Windows 10

This type of account has been around for years in earlier versions of Windows, and although some slight changes have been made in Windows 10, the basics of the domain account remain the same. Domain accounts are controlled by servers, also known as domain controllers (DC). Network admins use DCs to manage security and permissions for all computers in the domain.  To be a domain account, an Active Directory account must be created for the domain account. Active Directory is hosted on a local server, normally one of the domain controllers. Windows 10 has added a new option for active directory — Azure Active Directory. With Azure Active Directory, credentials are managed in the cloud instead of a local server.  To be on a domain, a computer needs to join the domain. This can easily be performed by first navigating to Control Panel → All Control Panel Items → System, which will bring you to the basic information about your computer. Scroll halfway down the window and you will see “Compute

What is use of Wireless Analyzer

  A lot has changed with wireless networks this past decade. Smart devices with built-in wireless network capabilities are all around. This makes Wi-Fi quality and availability a critical resource at home and at work. But troubleshooting is an often overlooked area. Knowing how to check for interference between channels or what your Wi-Fi coverage looks like is handy. We rounded up some of the best wireless analyzer tools for 2019 that allow you to do all of this and more. Some of these tools are free, while others require a license or subscription. Let’s take a look. Wireshark: Packet Analysis Wireshark is an impressive packet-sniffing tool for general network analysis and troubleshooting. It is equally great when you need to deep-dive into wireless networking issues as well. Wireshark allows you to search through all of the traffic on your wireless network and sift through packets and headers to see what is happening. Wireshark is used primarily by professionals that know what they a

ASA security levels

  ASA uses a security level associated with each interface. It is a number between 0 to 100 that defines the trustworthiness of the network that the interface is connected to; the bigger the number, the more trust you have in the network. For example, the most secure network, such as the inside LAN, should have the security level of 100. The outside network connected to an untrusted network (such as the Internet) should have the level of 0. The interface connected to the DMZ should have the security level set to somewhere between 1 and 99 (usually 50). Security levels are used to define how traffic initiated from one interface is allowed to return from another interface. By default, the higher level security interfaces can initiate traffic to a lower level. The stateful inspection determines whether the reply traffic is allowed to make it back through. The following picture illustrates the concept: level 100 for the inside network level 50 for the DMZ network level 0 for the outside ne

How to Disable Your Windows 7 PC

  The change goes live with Windows 7 KB4530734 Monthly Rollup. Microsoft has included a new version of the EOSnotify.exe program to the update package that will now display an with a full screen notification explaining why users should upgrade to Windows 10. All Windows 7 Service Pack 1 Starter, Home Basic, Home Premium, and Professional editions will the following full-screen alert when they login or at 12 PM. The text says Your Windows 7 PC is out of support As of January 14, 2020, support for Windows 7 has come to an end. Your PC is more vulnerable to viruses and malware due to: No security updates No software updates No tech support Microsoft strongly recommends using Windows 10 on a new PC for latest security features and protection against malicious software. Read more :  windows 7 hash

What is the use of Wireless Analyzer

  A lot has changed with wireless networks this past decade. Smart devices with built-in wireless network capabilities are all around. This makes Wi-Fi quality and availability a critical resource at home and at work. But troubleshooting is an often overlooked area. Knowing how to check for interference between channels or what your Wi-Fi coverage looks like is handy. We rounded up some of the best wireless analyzer tools for 2019 that allow you to do all of this and more. Some of these tools are free, while others require a license or subscription. Let’s take a look. Wireshark: Packet Analysis Wireshark is an impressive packet-sniffing tool for general network analysis and troubleshooting. It is equally great when you need to deep-dive into wireless networking issues as well. Wireshark allows you to search through all of the traffic on your wireless network and sift through packets and headers to see what is happening. Wireshark is used primarily by professionals that know what they a

How to setup SD- WAN

  Software defined wide area networks (SD-WAN) is a new approach to multisite network connectivity that lowers operational costs and improves resource usage. Currently all the rage in IT, large corporations are buying up established players to integrate as part of their core offerings at an alarming rate. Often buzz words and IT concepts aren’t well explained, but instead assumed understood. Therefore, I’d like to step back in order to explain and explore SD-WAN. Before we get bogged down with terms like QoS, MPLS and packet-based routing, let’s first review some general networking concepts and terms to build off of : A local area network (LAN) is a private collection of devices in a small geographic location (i.e. your office building or home) connected together in a network in order to share resources. A wide area network (WAN) works much the same way, but for devices geographically diverse. In order to ensure private and consistent communication between WAN locations, a leased, tele

Security Governance and Risk Management

  The security management practices domain is the foundation for a security professional's work. This domain identifies key security concepts, controls, and definitions4. It also concentrates on many of the nontechnical aspects of information security while also addressing an analysis of technical risks, including: Security governance and policy Information classification/ownership Contractual agreements and procurement processes Risk management concepts [risk analysis] Personnel security Security education, training, and awareness Certification and accreditation Governance provides the framework that guides and directs the information security program. It helps shape standards, policies, procedures, responsibilities, and measures for monitoring the program to support an organization's business objectives. Within healthcare, governance can be separated into two additional components: Information Governance (IG) and Data Governance (DG). Information Governance (IG) is the accoun

What is the use of IPv4 Subnetting

  During the early stages of the internet, organizations assigned IP addresses like crazy until we nearly ran out. Luckily, the designers of IP addressing came up with a way to end this wasteful practice: Dividing networks using subnetting. The process of taking an extensive network and splitting into smaller networks is known as subnetting — and it’s freeing up more public IPv4 addresses. There are two parts to an IP address: The network portion and the host portion. It’s like the address for a house. The network portion is like the city, state, and zip code. The host portion is like the house and street number. A subnet defines the number of bits, out of 32, used for the “network portion” of the address. Subnet masks can also be defined in a more common ‘slash’ representation, known as CIDR notation. In the following table, the red digits represent the bits used for the network. The black digits will be used for device IP addresses. Note that the 255.0.0.0 mask can also be represente

What is the use of IPv4 Subnetting?

  During the early stages of the internet, organizations assigned IP addresses like crazy until we nearly ran out. Luckily, the designers of IP addressing came up with a way to end this wasteful practice: Dividing networks using subnetting. The process of taking an extensive network and splitting into smaller networks is known as subnetting — and it’s freeing up more public IPv4 addresses. There are two parts to an IP address: The network portion and the host portion. It’s like the address for a house. The network portion is like the city, state, and zip code. The host portion is like the house and street number. A subnet defines the number of bits, out of 32, used for the “network portion” of the address. Subnet masks can also be defined in a more common ‘slash’ representation, known as CIDR notation. In the following table, the red digits represent the bits used for the network. The black digits will be used for device IP addresses. Note that the 255.0.0.0 mask can also be represente

Network Adapter Drivers

  The network adapter is a card or built-in port on your computer’s motherboard that allows you to connect your computer to a network with a network cable. Like other hardware devices in your computer, the network adapter may require you to install updated drivers for better performance. You can download these drivers from the network adapter’s manufacturer website. Depending on the format of the driver, you may be able to automatically install the update or you may need to update through your computer’s device manager. Step 1 Click the “Start” button from your computer’s desktop. Step 2 Right-click “Computer” and choose “Properties” from the menu. Step 3 Open the “Hardware” tab if you are using Windows XP and click “Device Manager.” Windows Vista and 7 users can click “Device Manager” from the menu in the left panel. Step 4 Click on the arrow next to “Network Adapters.” Your device information, such as model number and make, will appear below the entry. You will need this information

What is Windows Workgroup

  A nice feature of the Windows operating system is the ability to network computers together. The default network for the Windows operating system is called "Workgroup." Often a user will set up a new network of computers, name it something else and then have difficulty deleting the original default Workgroup. Step 1 Go to the Windows desktop and click on the "Start" button. Step 2 Select "Control Panel," then "System." Step 3 Select the tab labeled "Computer Name," and then take note of the name that is next to the word Workgroup. Step 4 Close this window, go back to the Windows desktop and click "Start" again. Select "My Network Places." Step 5 The icons showing the workgroups will appear, one of them being the new one you created. Go back to the Control Panel and click on "System" and "Computer Name" again. Step 6 Click on "Change" and then change the Workgroup name to the name of th

What is the use of ASA security?

  ASA uses a security level associated with each interface. It is a number between 0 to 100 that defines the trustworthiness of the network that the interface is connected to; the bigger the number, the more trust you have in the network. For example, the most secure network, such as the inside LAN, should have the security level of 100. The outside network connected to an untrusted network (such as the Internet) should have the level of 0. The interface connected to the DMZ should have the security level set to somewhere between 1 and 99 (usually 50). Security levels are used to define how traffic initiated from one interface is allowed to return from another interface. By default, the higher level security interfaces can initiate traffic to a lower level. The stateful inspection determines whether the reply traffic is allowed to make it back through. The following picture illustrates the concept: level 100 for the inside network level 50 for the DMZ network level 0 for the outside ne

Domain Security Management

  The first domain I’d like to discuss has more to do with people and processes than it does with computers. Security management is one of the most overlooked domains, which I think is a shame because almost nothing we do in the other domains means anything without it. Security management is made up of several tasks: Risk assessments, which is the process we use to identify risks to the organization and systemically identify methods to combat those risks, usually relying on input from experts in the below domains Overseeing the processes for other security functions to ensure those align with business/operations processes Change management processes and procedures in place User security awareness training find more :  lm security

Network Adapter Drivers

  The network adapter is a card or built-in port on your computer’s motherboard that allows you to connect your computer to a network with a network cable. Like other hardware devices in your computer, the network adapter may require you to install updated drivers for better performance. You can download these drivers from the network adapter’s manufacturer website. Depending on the format of the driver, you may be able to automatically install the update or you may need to update through your computer’s device manager. Step 1 Click the “Start” button from your computer’s desktop. Step 2 Right-click “Computer” and choose “Properties” from the menu. Step 3 Open the “Hardware” tab if you are using Windows XP and click “Device Manager.” Windows Vista and 7 users can click “Device Manager” from the menu in the left panel. Step 4 Click on the arrow next to “Network Adapters.” Your device information, such as model number and make, will appear below the entry. You will need this information

What is the difference between Servers and Workstations

To buy a personal computer, we know that there are desktops, business books, game books, but occasionally have seen workstations. If you are working in the enterprise also know that there are servers. What are the differences of workstations, servers and PC? In essence, whether it is a desktop or a notebook, a game book, a workstation or a server, it can be collectively referred to as a computer. And in the hardware configuration, it is also composed of the chassis, power supply, motherboard, processor, graphics card, memory, hard disk, etc. From the operating system, currently mainly Windows 10, Linux and so on. Therefore, we first understand the difference between these two types of computers from both hardware and software. The other is the demand, that is, the use. You can not buy a server for browsing the web, watching videos. If you are a professional e-sports player, it is impossible to buy a thin business book for playing games. It should be noted that the ser

What is the importance of Domains of Cybersecurity

Let’s start by defining defense in depth. To understand defense in depth, picture a castle from medieval times. Think of all the security measures they put in place. First, you had the moat and only a single retractable bridge across it. If you somehow made it across the moat, you had to deal with the wall. So, you made it across the moat and scaled the wall? Now the castle is at the top of the hill, you’re wearing 100 pounds of armor and weaponry, walking uphill, sometimes several miles. Some castles even had interior walls that forced you to take a certain, often very narrow, path. But you have to do all of that while archers are shooting at you, they’re rolling huge boulders down the hill at you, they’ve probably dumped something on the ground to make it slick, the list goes on and on and on. And then, when you finally breach the castle, you have to climb a whole host of stairs, usually fighting (fully rested) enemy soldiers as you go. For this reason, many would-be attackers

What for ASA security levels ?

ASA uses a security level associated with each interface. It is a number between 0 to 100 that defines the trustworthiness of the network that the interface is connected to; the bigger the number, the more trust you have in the network. For example, the most secure network, such as the inside LAN, should have the security level of 100. The outside network connected to an untrusted network (such as the Internet) should have the level of 0. The interface connected to the DMZ should have the security level set to somewhere between 1 and 99 (usually 50). Security levels are used to define how traffic initiated from one interface is allowed to return from another interface. By default, the higher level security interfaces can initiate traffic to a lower level. The stateful inspection determines whether the reply traffic is allowed to make it back through. The following picture illustrates the concept: level 100 for the inside network level 50 for the DMZ network level 0 for

Disable Your Windows 7 PC

The change goes live with Windows 7 KB4530734 Monthly Rollup. Microsoft has included a new version of the EOSnotify.exe program to the update package that will now display an with a full screen notification explaining why users should upgrade to Windows 10. All Windows 7 Service Pack 1 Starter, Home Basic, Home Premium, and Professional editions will the following full-screen alert when they login or at 12 PM. The text says Your Windows 7 PC is out of support As of January 14, 2020, support for Windows 7 has come to an end. Your PC is more vulnerable to viruses and malware due to: No security updates No software updates No tech support Microsoft strongly recommends using Windows 10 on a new PC for latest security features and protection against malicious software. Read more :  windows 7 hash

How Netware Makes a Splash

During this period, several operating systems were developed, like IBM's MVS operating system, which still dealt with SNA. However, the development of another operating system, dubbed UNIX, really paved the way for NOS everywhere. After a project to develop a large and complex system called Multics failed to get off the ground at Bell Labs in 1969, a group of Bell researchers, led by Ken Thompson and Dennis Ritchie, started work on a less ambitious but no less powerful computing system. After a rocky first few years, Ritchie developed the C programming language, which allowed UNIX to become the first "portable" operating system, meaning it could be implemented on any computer system. The relative simplicity of the system's design and the availability of its source code turned UNIX into a darling of the academic world and a fixture on many university computer networks. Many versions of UNIX were developed, but the Berkeley Software Distribution (BSD) version, de

How LanManager Hash is working

This class implements the LanManager Hash (aka LanMan or LM hash). It was used by early versions of Microsoft Windows to store user passwords, until it was supplanted (though not entirely replaced) by the nthash algorithm in Windows NT. It continues to crop up in production due to its integral role in the legacy NTLM authentication protocol. This class can be used directly as follows: >>> from passlib.hash import lmhash >>> # hash password >>> h = lmhash.hash("password") >>> h 'e52cac67419a9a224a3b108f3fa6cb6d' >>> # verify correct password >>> lmhash.verify("password", h) True >>> # verify incorrect password >>> lmhash.verify("secret", h) False This class implements the Lan Manager Password hash, and follows the PasswordHash API. It has no salt and a single fixed round. know more :  lm hash generator