Skip to main content

SMB credentials

Description

General

Revoke the secret

A user credentials can be revoked or modified on the server side.

Check for suspicious activity

Logs are stored and can be inspected on the server side.

Details for Smb uri

  • Family: credentials

  • Category: data_storage

  • High recall: True

  • Validity check available: False

  • Analyzer available: False

  • Minimum number of matches: 5

  • Occurrences found for one million commits: 0.007

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- smb://

Examples

- text: |
smb://bob:[email protected]/share/path
connection_uri: smb://bob:[email protected]/share
scheme: smb
database: share
host: 124.112.5.13
username: bob
password: kjlrtq2017

- text: |
smb://domain;bob:[email protected]/share/path
connection_uri: smb://domain;bob:[email protected]/share
scheme: smb
database: share
host: 124.112.5.13
username: domain;bob
password: kjlrtq2017

- text: |
smb://domain\bob:[email protected]/share/path
connection_uri: smb://domain\bob:[email protected]/share
scheme: smb
database: share
host: 124.112.5.13
username: domain\bob
password: kjlrtq2017

- text: |
smb://escaped_domain\\bob:[email protected]/share/path
connection_uri: smb://escaped_domain\\bob:[email protected]/share
scheme: smb
database: share
host: 124.112.5.13
username: escaped_domain\\bob
password: kjlrtq2017

- text: |
smb://bob%[email protected]/share/path
connection_uri: smb://bob%[email protected]/share
scheme: smb
database: share
host: 124.112.5.13
username: bob
password: kjlrtq2017
OSZAR »