Skip to content

Commit

Permalink
Update to include ID
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperMtn committed Nov 12, 2024
1 parent 04ce49a commit 94d9a53
Show file tree
Hide file tree
Showing 69 changed files with 94 additions and 1 deletion.
2 changes: 2 additions & 0 deletions models/signature_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Signature:
They also contain regex patterns to validate data that is found"""

name: str
id: str
status: str
name: str
author: str
Expand Down Expand Up @@ -46,6 +47,7 @@ def load_from_yaml(sig_path: pathlib.PosixPath) -> Signature:
if 'slack_eg' in sig.get('watchman_apps'):
output.append(Signature(
name=sig.get('name'),
id=sig.get('id'),
status=sig.get('status'),
author=sig.get('author'),
date=sig.get('date'),
Expand Down
2 changes: 2 additions & 0 deletions models/signature_gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Signature(object):
They also contain regex patterns to validate data that is found"""

name: str
id: str
status: bool
author: str
date: str
Expand Down Expand Up @@ -48,6 +49,7 @@ def load_from_yaml(sig_path: pathlib.PosixPath) -> list[Signature]:
output.append(
Signature(
name=sig.get('name'),
id=sig.get('id'),
status=sig.get('status'),
author=sig.get('author'),
date=sig.get('date'),
Expand Down
2 changes: 2 additions & 0 deletions models/signature_slack_eg.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Signature:
They also contain regex patterns to validate data that is found"""

name: str
id: str
status: bool
author: str
date: str
Expand Down Expand Up @@ -49,6 +50,7 @@ def load_from_yaml(sig_path: pathlib.PosixPath) -> list[Signature]:
if 'slack_eg' in sig.get('watchman_apps'):
output.append(Signature(
name=sig.get('name'),
id=sig.get('id'),
status=sig.get('status'),
author=sig.get('author'),
date=sig.get('date'),
Expand Down
2 changes: 2 additions & 0 deletions models/signature_slack_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Signature:
They also contain regex patterns to validate data that is found"""

name: str
id: str
status: bool
author: str
date: str
Expand Down Expand Up @@ -48,6 +49,7 @@ def load_from_yaml(sig_path: pathlib.PosixPath) -> list[Signature]:
if 'slack_std' in sig.get('watchman_apps'):
output.append(Signature(
name=sig.get('name'),
id=sig.get('id'),
status=sig.get('status'),
author=sig.get('author'),
date=sig.get('date'),
Expand Down
2 changes: 2 additions & 0 deletions models/signature_stack_overflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Signature:
They also contain regex patterns to validate data that is found"""

name: str
id: str
status: bool
author: str
date: str
Expand Down Expand Up @@ -49,6 +50,7 @@ def load_from_yaml(sig_path: pathlib.PosixPath) -> list[Signature]:
output.append(
Signature(
name=sig.get('name'),
id=sig.get('id'),
status=sig.get('status'),
author=sig.get('author'),
date=sig.get('date'),
Expand Down
1 change: 1 addition & 0 deletions signatures/competitive/archive_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: archive_files.yaml
signatures:

- name: Archive Files
id: archive_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/competitive/budget_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: budget_files.yaml
signatures:

- name: Budget Files
id: budget_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/competitive/excel_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: excel_files.yaml
signatures:

- name: Excel Files
id: excel_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/competitive/powerpoint_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: powerpoint_files.yaml
signatures:

- name: PowerPoint Files
id: powerpoint_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/competitive/word_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: word_files.yaml
signatures:

- name: Word Files
id: word_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/bank_cards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: bank_cards.yaml
signatures:

- name: Bank Cards
id: compliance_bank_cards
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/cusip_numbers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: cusip_numbers.yaml
signatures:

- name: CUSIP Numbers
id: compliance_cusip_numbers
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/cv_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: cv_files.yaml
signatures:

- name: CV Files
id: compliance_cv_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/date_of_birth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: date_of_birth.yaml
signatures:

- name: Date of Birth
id: compliance_date_of_birth
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/drivers_licence_uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: drivers_licence_uk.yaml
signatures:

- name: Drivers Licence Numbers (UK)
id: compliance_drivers_licence_uk
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/iban_numbers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: iban_numbers.yaml
signatures:

- name: IBAN Numbers
id: compliance_iban_numbers
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/itin_numbers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: itin_numbers.yaml
signatures:

- name: ITIN Numbers
id: compliance_itin_numbers
status: enabled
author: PaperMtn
date: "2022-06-09"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/ni_numbers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: ni_numbers.yaml
signatures:

- name: National Insurance Numbers (UK)
id: compliance_ni_numbers_uk
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/passport_numbers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: passport_numbers.yaml
signatures:

- name: Passport Numbers
id: compliance_passport_numbers
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/compliance/ssn_us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: ssn_us.yaml
signatures:

- name: Social Security Numbers (US)
id: compliance_ssn_us
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: certificates.yaml
signatures:

- name: Certificate Files
id: config_certificate_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: chef_config_files.yaml
signatures:

- name: Chef Config Files
id: config_chef_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/config_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: config_files.yaml
signatures:

- name: Config Files
id: config_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/dotfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: dotfiles.yaml
signatures:

- name: Dotfiles
id: config_dotfiles
status: enabled
author: PaperMtn
date: "2023-06-14"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: env.yaml
signatures:

- name: Environment Variable Files
id: config_env_files
status: enabled
author: PaperMtn
date: "2023-06-14"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/executable_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: executable_files.yaml
signatures:

- name: Executable Files
id: config_executable_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/filezilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: filezilla.yaml
signatures:

- name: Filezilla Config Files
id: config_filezilla
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/http_password.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: http_password.yaml
signatures:

- name: HTTP Password Files
id: config_http_password
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: java.yaml
signatures:

- name: Java Keystore Files
id: config_java_keystore
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
2 changes: 2 additions & 0 deletions signatures/config_files/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: jenkins.yaml
signatures:

- name: Jenkins Publish over SSH Tokens
id: config_jenkins_ssh
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand All @@ -27,6 +28,7 @@ signatures:
- ""

- name: Jenkins Credential Files
id: config_jenkins_credential_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/kde_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: kde_wallet.yaml
signatures:

- name: KDE Wallet Files
id: config_kde_wallet
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: macos.yaml
signatures:

- name: macOS Keychain Files
id: config_macos_keychain
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/openvpn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: openvpn.yaml
signatures:

- name: OpenVPN Files
id: config_openvpn_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/password_safe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: password_safe.yaml
signatures:

- name: Password Safe Database Files
id: config_password_safe_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/pidgin_otr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: pidgin_otr.yaml
signatures:

- name: Pidgin OTR Private Keys
id: config_pidgin_otr
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/rdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: rdp.yaml
signatures:

- name: Remote Desktop Protocol Config Files
id: config_rdp_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/s3_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: s3_config.yaml
signatures:

- name: S3 Configuration Files
id: config_s3_config_files
status: enabled
author: PaperMtn
date: "2021-09-24"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: sql.yaml
signatures:

- name: SQL Server Trace Files
id: config_sql_trace_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/ssh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: ssh.yaml
signatures:

- name: SSH Config Files
id: config_ssh_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/config_files/tunnelblick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: tunnelblick.yaml
signatures:

- name: Tunnelblick VPN Files
id: config_tunnelblick
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: 1password_data_files.yaml
signatures:

- name: 1Password Data Files
id: tokens_1password_data_files
status: enabled
author: PaperMtn
date: "2022-12-23"
Expand Down
1 change: 1 addition & 0 deletions signatures/tokens_and_credentials/akamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: akamai.yaml
signatures:

- name: Akamai API Access Tokens
id: tokens_akamai
status: enabled
author: PaperMtn
date: "2023-12-22"
Expand Down
2 changes: 2 additions & 0 deletions signatures/tokens_and_credentials/alibaba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filename: alibaba.yaml
signatures:

- name: Alibaba IAM Access Key ID
id: tokens_alibaba_access_key_id
status: enabled
author: PaperMtn
date: 2023-12-22
Expand Down Expand Up @@ -56,6 +57,7 @@ signatures:
- LTAI[0-9a-zA-Z]{12,20}

- name: Alibaba IAM Secret Access Key
id: tokens_alibaba_secret_access_key
status: enabled
author: PaperMtn
date: 2023-12-22
Expand Down
Loading

0 comments on commit 94d9a53

Please sign in to comment.