Shares Flashcards

1
Q

What is access based enumeration?

A

Files and folders a user does not have access to are hidden,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the PS command to view SMB share access?

A

Get-SMBShareAccess -Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the corresponding roles for file server and NFS file server?

A

fs-fileserver

fs-nfs-fileserver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the PS commands to permit SMB access??

A

Grant-SmbShareAccess

Revoke-SmbShareAccess

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the PS command to configure deny SMB

A

Block-SmbShareAccess

Unblock-SmbShareAccess

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you hide a share?

A

Append a $ to the share name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the PS command to view current connections to an SMB share?

A

Get-SmbSession

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the PS command to kick someone off their connection to an SMB share?

A

Close-SmbSession -ClientComputerName

* can also specify username

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a SID?

A

System Identifier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Are ACLs applied to the user or resource?

A

Resource

Moving a file to another destination will retain its ACL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is traverse folder?

A

Allows access to child content even if containing folder is denied

How well did you know this?
1
Not at all
2
3
4
5
Perfectly