file
Contents
file¶
Event fields used to define/normalize metadata about files either locally or over the wire (Network Traffic). This entity and attributes can extend other entities such as source and destination.
Attributes¶
Name |
Type |
Description |
Sample Value |
---|---|---|---|
file_accessed_time |
date |
When the file was last accessed . Also known as |
|
file_changed_time |
date |
When the file was last changed. Also known as |
|
file_company |
string |
Company name a file belongs to |
|
file_creation_time |
date |
When the file was created. Also known as |
|
file_description |
string |
Description of a file |
|
file_directory |
string |
Directory of file(s). It does not include the file name |
|
file_extension |
string |
The extension name or type of the file. |
|
file_hard_links |
integer |
Number of hard links |
|
file_hash_imphash |
string |
IMPHASH hash of the image/binary/file |
|
file_hash_md5 |
string |
MD5 hash of the image/binary/file |
|
file_hash_sha1 |
string |
SHA1 hash of the image/binary/file |
|
file_hash_sha256 |
string |
SHA256 hash of the image/binary/file |
|
file_hash_sha512 |
string |
SHA512 hash of the image/binary/file |
|
file_inode |
integer |
Filesystem inode number |
`````` |
file_link_name |
string |
path of the hard link |
|
file_mime_type |
string |
MIME type name specified for the file |
|
file_modified_time |
date |
When the file was last modified. Also known as |
|
file_name |
string |
name of the file without its full path. This could be a local file or one transmitted over the network. |
|
file_path |
string |
full path of a file including the name of the file. This could be a local file or one transmitted over the network. |
|
file_previous_accessed_time |
date |
When the file was previously accessed |
|
file_previous_changed_time |
date |
When the file was previously changed |
|
file_previous_creation_time |
date |
When the file was previously created |
|
file_previous_modified_time |
date |
When the file was previously modified |
|
file_previous_name |
string |
The file’s previous name |
|
file_previous_path |
string |
The file’s previous path |
|
file_product |
string |
The file’s product name |
|
file_size |
integer |
Size of the file, in bytes. |
|
file_symlink |
integer |
1 if the path is a symlink, otherwise 0 |
|
file_symlink_name |
string |
path of the symlink |
|
file_system_block_size |
integer |
Block size of filesystem |
`````` |
file_system_type |
string |
The file system type, ex: fat32, ntfs, vmfs, ext3, ext4, xfs |
|
file_version |
string |
file version. i.e. image loaded version |
|