-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:VirusTotal/Azure-Sentinel into Go…
…ogleThreatIntelligence
- Loading branch information
Showing
832 changed files
with
30,677 additions
and
20,669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
.script/tests/KqlvalidationsTests/CustomTables/IntegrationTable_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"Name": "IntegrationTable_CL", | ||
"Properties": [ | ||
{ | ||
"name": "TimeGenerated", | ||
"type": "datetime" | ||
}, | ||
{ | ||
"name": "typeName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "objectName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "networkCommunication", | ||
"type": "dynamic" | ||
}, | ||
{ | ||
"name": "customUuid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "objectTypeName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "occurTime", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "displayName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "responses", | ||
"type": "dynamic" | ||
}, | ||
{ | ||
"name": "objectHashSha1", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "severityLevel", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "category", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "objectUrl", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "context", | ||
"type": "dynamic" | ||
} | ||
] | ||
} |
201 changes: 201 additions & 0 deletions
201
.script/tests/KqlvalidationsTests/CustomTables/Tenable_VM_Compliance_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,201 @@ | ||
{ | ||
"Name":"Tenable_VM_Compliance_CL", | ||
"Properties":[ | ||
{ | ||
"Name": "TenantId", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "SourceSystem", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "MG", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ManagementGroupName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Computer", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "RawData", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_uuid_g", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "first_seen_t", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "last_seen_t", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "audit_file_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "check_id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "check_name_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "check_info_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "expected_value_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "actual_value_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "status_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "reference_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "see_also_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "solution_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "plugin_id_d", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "state_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "description_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "compliance_benchmark_name_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "compliance_benchmark_version_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "compliance_control_id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "compliance_full_id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "compliance_functional_id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "compliance_informational_id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "synopsis_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "last_observed_t", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "metadata_id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "uname_output_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "indexed_at_t", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "plugin_name_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_id_g", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_ipv4_addresses_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_ipv6_addresses_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_fqdns_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_name_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_agent_uuid_g", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_tags_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_mac_addresses_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_operating_systems_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_system_type_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_network_id_g", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "asset_agent_name_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Type", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "_ResourceId", | ||
"Type": "string" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.