- kind: regex
pattern: '(?i)\bpassword=([^,\s"]+)'
category: custom:password
label: fstab_mount_password
- kind: regex
pattern: '(?i)\busername=([^,\s"]+)'
category: name
label: fstab_mount_username
- kind: regex
pattern: '(?i)\bdomain=([^,\s"]+)'
category: hostname
label: fstab_mount_domain
- kind: regex
pattern: '(?i)\bcredentials=([^,\s"]+)'
category: hostname
label: fstab_mount_credentials_path
- kind: regex
pattern: '^//([^/\s]+)/'
category: hostname
label: fstab_cifs_server
- kind: regex
pattern: '^([a-zA-Z0-9][a-zA-Z0-9.\-]*):/[^\s]'
category: hostname
label: fstab_nfs_server
- kind: regex
pattern: '^(\d{1,3}(?:\.\d{1,3}){3})[:/\s]'
category: ipv4
label: fstab_device_ip
- kind: allow
values:
- "defaults"
- "noatime"
- "nofail"
- "auto"
- "noauto"
- "ro"
- "rw"
- "user"
- "nouser"
- "exec"
- "noexec"
- "suid"
- "nosuid"
- "proc"
- "tmpfs"
- "ext4"
- "ext3"
- "xfs"
- "btrfs"
- "vfat"
- "ntfs"
- "nfs"
- "nfs4"
- "cifs"
- "smbfs"
- "swap"
- "none"
- "127.0.0.1"
- "localhost"
- "true"
- "false"
- "yes"
- "no"
- "null"
- "nil"
- "0"
- "1"
- "0.0.0.0"
- "::1"
- "changeme"
- "example"
- "sample"
- "placeholder"
- "${*}"
- "{{*}}"
- "example.com"
- "example.org"