IS FOX Hero Header

 

Admin LAB Resources

Further information for your Cyber Security
 

This page shows how a resource page for the Admin LAB could look like in your intranet. 
It is not necessary to integrate such resources into the Admin LAB, it's just an option within customizing.

 

Please select your resource

Please remember: Linux is case sensitive, DOS/Windows is not.

CommandWindowsLinuxExample
List filesdirIs 
List directory recursivlytreeIs-R 
Clears screenclsclear 
Closes shell promptexitexit 
Finds a string of text in a filefindgrepgrep [word] thisfile.txt
Dump contents of a file to users screenTypecatcat[file]
Displays command helpcommand /?man or infoman command
Creates a directorymkdirmkdirmkdir directory
Displays your location in the file systemchdirpwd 
Changes directories with a absolute pathcd pathnamecd pathnamecd/directory/directory
Directory path delimiter\/ 
Current directory.\./ 
Parent directory..\../ 
Changes directories with a relative pathcd..cd.. 

Patch Management is covered in our Security Policies and Standards. You can always find the most up-to-date versions on our Link to your Intranet hereIntranet.

Screenshot Patch Management

Hardening is covered in our Security Policies and Standards. You can always find the most up-to-date versions on our Link to your Intranet hereIntranet

Hardening guides

We have hardening standards for several systems. Please find our hardening standards and guides at:

https://intranet.company.com/IT/ressources/hardening

Screenshot hardening standards

You can find an overview of our security departments, their services and all corresponding in the Link to your overview of security departments hereIntranet

Screenshot security departments worldwide
Screenshot security departments worldwide contacts

You can find our Incident Response process in the Link to your Incident Response process hereIntranet

Screenshot incident response process

There you will also find our template for a proper and structured incident documentation:

Screenshot template for incident documentation

 

  • Local\Guests: The local guest account and manually added users.
  • Local\Users: Any user created on the local system and if joined to a domain, the respective Domain Users group is added.
  • Domain\Domain Guests: The domains guest account and manually added users (often service accounts).
  • Domain\Domain Computers: Any computer joined to the domain is automatically added to this group.
  • Domain\Domain Users: Any user created in the domain is automatically added to this group.
  • NT Authority\Authenticated Users: This group contains all users on a system, which can authenticate. At least Local\Users and Local\Guests are contained. On domain joined systems also all members of the groups Domain\Domain Users and Domain\Domain Guests are contained as well as all users from trusted domains which authenticated successful – regardless of their membership in the domain where the share resides. In short: Every user who logged on with a username and password.
  • Everyone: This group extends the group Authenticated Users by the local guest account. If the guest account is enabled, access is possible without providing a password. Further, built-in security accounts like Service, Local_Service and Network_service are included. Since Windows 2003 resp. Windows XP SP2 anonymous logons (null sessions) are no longer contained in this group.