file¶
Event fields used to define 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_creation_time |
date |
When the file was created. Also known as |
|
file_directory |
string |
Directory of file(s). It does not include the file name |
|
file_extension |
string |
The file extension of a file (.txt, .exe, etc) |
|
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 |
Specifies the MIME type name specified for a file |
|
file_modified_time |
date |
When the file was last modified. Also known as |
|
file_name |
string |
name of a file without its full path. This could be a local file or transmitted over the network. |
|
file_path |
string |
full path of a file including the name of the file. |
|
file_previous_name |
string |
The file’s previous name |
|
file_size |
string |
Specifies the size of a 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 |
|