Skip to main content

Standard Reference Tables & Views for the FSAA Data Collector

The FSAA Data Collector gathers essential File System information into standard reference tables. Unlike most of the other Access Analyzer data collectors, the FSAA Data Collector writes data to these tables regardless of the job executing the query.

File System Access Auditing Tables & Views

The tables and their associated views are grouped by types.

Structure Tables

TablesDetails
SA_FSAA_HostsContains the name and ID of all File System hosts that have been scanned for permissions
SA_FSAA_ImportHistoryContains historical information about the import process for each host that is imported
SA_FSAA_ResourcesContains information about all audited resources, which can be file shares or folders. This provides information on the hierarchy relationship and references to the name and rights applied to that folder.

Trustee Tables

TablesDetails
SA_FSAA_TrusteesContains information about any domain user, group, or security principal that has been assigned permissions. This table does not contain local users and groups since none of the trustees in this table are specific to any one host.
SA_FSAA_LocalTrusteesContains information about any trustees that do not belong to a domain, primarily local users and local groups
SA_FSAA_TrusteeEquivalenceContains information about Local Group membership. The trustees described can be found in the SA_FSAA_LocalTrustees table.

Access Calculation Tables

TablesDetails
SA_FSAA_RightsContains information about the actual permissions that have been granted to folders. Each entry summarizes the rights assigned to every trustee that would appear in the DACL of a folder. If a trustee is entered twice in a DACL, then that trustee’s rights will be summarized into a single row in this table.
SA_FSAA_GatesContains information about all gates, or access points, to shared data. This includes shared folders, administrative shares, and policies.
SA_FSAA_GatesProxyAllows for quick determination of the shares through which a folder can be accessed as well as the child folders that can be accessed from a single share. The combination of ID and GateID is unique by host.
SA_FSAA_PoliciesContains information about what trustees are allowed or denied through the policies described in the SA_FSAA_Gates table
SA_FSAA_UnixRightsContains information about permissions as they exist within the targeted Unix environment

Calculated Tables

TablesDetails
SA_FSAA_ExceptionsContains information about security issues and concerns. One out-of-box exception stored inside this table is the Open Shares exception. This exception identifies where resources which are open to Everyone, Authenticated Users, or Domain users are located.
SA_FSAA_ExceptionTypesIdentifies how many instances of exceptions exist on the audited hosts. This table will contain a row for each exception type for each host. Exceptions are specific conditions set forth by Access Analyzer that are considered to be issues, such as folders with open access.

Folder Content Tables

TablesDetails
SA_FSAA_FileAgesContains information about the age of files within folders by looking at the created timestamp
SA_FSAA_FileSizesContains information about the size of the files stored within audited folders. This table will tell the total size of every folder and the number of files within it.
SA_FSAA_FileTagsContains file tag information at the folder level
SA_FSAA_FileTypesContains information about the types of files stored within audited folders by their extensions. This table will tell how many files of particular extension types exist within a folder.
SA_FSAA_ProbableOwnersContains information about the owners of the files stored within audited folders. This table will tell what trustees own the most files and, therefore, may be the owners of the entire folder.
SA_FSAA_TagKeysContains the unique combination of the tags and ID
SA_FSAA_TagProxiesContains the unique combination of the TagID and TagProxyID
SA_FSAA_TagsContains file tags and the unique ID

System Tables

TablesDetails
SA_FSAA_ScanHistoryTrack the history of the scans for troubleshooting purposes
SA_FSAA_SchemaVerTracks the schema version of the tables for upgrading purposes

Views are the recommended way for Access Analyzer users to obtain the information gathered by the FSAA Data Collector. They contain additional information for building queries easily. The following is an explanation of the corresponding views created for some of the tables generated by the FSAA Data Collector:

Permission Views

ViewsDetails
SA_FSAA_PermissionsViewContains any folder or share permission, regardless of whether they have been made directly to folders or are inherited
SA_FSAA_DirectPermissionsViewContains only permissions which are directly applied to resources
SA_FSAA_ExpandedPermissionsViewContains an expansion of any domain groups that are assigned rights
SA_FSAA_InheritedPermissionsViewContains only the inherited permission values for the folder, share, or audited object
SA_FSAA_EffectiveAccessViewCorrelates share folder permissions and group membership
SA_FSAA_ExceptionsViewContains how many instances of exceptions exist on the audited hosts

Resources Views

ViewsDetails
SA_FSAA_ResourcesViewContains information about file shares or folders
SA_FSAA_SharesTraversalViewContains information about shared folders. It also provides useful information for the locations of these resources, including the local and network paths. Additionally, mount/junction points will show as a normal path traversal, unless the mount/junction point has system and hidden attributes set.
SA_FSAA_PathsContains information about the full paths to every distinct folder location for which permissions have been scanned and child folders exist

Additional Views

ViewsDetails
SA_FSAA_LocalGroupMembersViewContains information on the local groups present on each host and the members of those groups

File System Activity Auditing Tables & Views

The tables and their associated views are grouped by types.

Activity Changes Tables (FSAC)

TablesDetails
SA_FSAC_ActivityEventsContains all of the logged activity events
SA_FSAC_DailyActivityContains roll-up information of the number of operations that have been performed by a trustee on a file or folder. This information is date-wise.
SA_FSAC_ExceptionsContains information about security issues and concerns
SA_FSAC_ExceptionTypesIdentifies how many instances of exceptions exist on the audited hosts
SA_FSAC_OwnerChangesContains information about ownership changes on folders and files
SA_FSAC_PermissionChangesContains details around permission changes events for an activity
SA_FSAC_ProcessNamesContains process names by which user have performed activity
SA_FSAC_RenameTargetsContains the target path for rename operations
SA_FSAC_UserExceptionsContains information about user security issues and concerns
SA_FSAC_UserExceptionTypesIdentifies how many instances of user exceptions exist on the audited hosts

Views are the recommended way for Access Analyzer users to obtain the information gathered by the FSAA Data Collector. They contain additional information for building queries easily. The following is an explanation of the corresponding views created for some of the tables generated by the FSAA Data Collector:

Activity Change Views (FSAC)

ViewsDetails
SA_FSAC_ActivityEventsViewContains detailed activity event information
SA_FSAC_DailyActivityViewContains the daily rollup statistics for activity events per day
SA_FSAC_DailyResourceActivityViewContains the daily rollup statistics per folder
SA_FSAC_DailyUserActivityViewContains the daily rollup statistics for activity events per user
SA_FSAC_ExceptionsViewContains how many instances of exceptions exist on the audited hosts
SA_FSAC_PermissionChangesViewContains detailed permission changes event information
SA_FSAC_UserExceptionsViewContains how many instances of user exceptions exist on the audited hosts

File System DFS Auditing Tables & Views

The tables and their associated views are grouped by types.

FSDFS Tables

TablesDetails
SA_FSDFS_LinksContains information on links
SA_FSDFS_NamespacesContains a list of all of the domain and server namespaces with corresponding links to the SA_FSAA_Hosts table

Views are the recommended way for Access Analyzer users to obtain the information gathered by the FSAA Data Collector. They contain additional information for building queries easily. The following is an explanation of the corresponding views created for some of the tables generated by the FSAA Data Collector:

FSDFS Views

ViewsDetails
SA_FSDFS_NamespacesTraversalViewExpands all of the scanned namespaces

File System Sensitive Data Discovery Auditing (SEEK) Tables & Views

The tables and their associated views are grouped by types.

FSDLP Tables

TablesDetails
SA_FSDLP_CriteriaContains the sensitive data criteria which are selected for collection by the scan engine (data collector configuration)
SA_FSDLP_ImportHistoryContains historical information about the import process for each host that is imported
SA_FSDLP_MatchesContains rolled up aggregate counts of the sensitive data criteria matches found during the scan
SA_FSDLP_MatchHitsContains the actual sensitive data discovered within files which matched selected criteria
SA_FSDLP_MatchHits_SubjectProfileContains the actual sensitive data within files that matched selected criteria for subject profiles

Views are the recommended way for Access Analyzer users to obtain the information gathered by the FSAA Data Collector. They contain additional information for building queries easily. The following is an explanation of the corresponding views created for some of the tables generated by the FSAA Data Collector:

FSDLP Views

ViewsDetails
SA_FSDLP_MatchesViewSurfaces all relevant data about the files, its location, and the type of criteria found
SA_FSDLP_MatchHitsViewSurfaces all actual sensitive data discovered within files which matched selected criteria