We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found some mismatches between the reported file type and the actual file type.
An inconsistency in the file type and the link for two dataset metadata files
You can detect the mismatches with this grep command grep -A1 -r "^- type: Host" | grep -B1 network
grep -A1 -r "^- type: Host" | grep -B1 network
Here's the output of this command:
datasets/atomic/_metadata/SDWIN-190319021158.yaml:- type: Host datasets/atomic/_metadata/SDWIN-190319021158.yaml- link: https://raw.githubusercontent.com/OTRF/Security-Datasets/master/datasets/atomic/windows/discovery/network/empire_shell_samr_EnumDomainUsers.zip -- datasets/atomic/_metadata/SDWIN-200806031938.yaml:- type: Host datasets/atomic/_metadata/SDWIN-200806031938.yaml- link: https://raw.githubusercontent.com/OTRF/Security-Datasets/master/datasets/atomic/windows/lateral_movement/network/covenant_sharpsc_stop_dcerpc_smb_svcctl.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found some mismatches between the reported file type and the actual file type.
Problem
An inconsistency in the file type and the link for two dataset metadata files
Detect/Reproduce
You can detect the mismatches with this grep command
grep -A1 -r "^- type: Host" | grep -B1 network
Here's the output of this command:
The text was updated successfully, but these errors were encountered: