Deprecated: Function get_magic_quotes_gpc() is deprecated in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 99
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 619
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 832
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
resource "allquiet_integration_mapping" "your_crowdstrike_mapping" {
integration_id = allquiet_integration.your_crowdstrike.id
attributes_mapping = {
attributes = [
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.data['investigatable.investigatable_id']" }
]
},
{
name = "Status"
mappings = [
{ json_path = "$.jsonBody.data['investigatable.status']" },
{ map = "New->Open,In Progress->Open,Reopened->Open,Closed->Resolved,->Open" }
]
},
{
name = "Severity"
mappings = [
{ json_path = "$.jsonBody.data['investigatable.severity']" },
{ map = "Critical->Critical,High->Critical,Medium->Warning,Low->Minor,Informational->Minor,->Critical" }
]
},
{
name = "Title"
mappings = [
{ json_path = "$.jsonBody.data['investigatable.name']" }
]
},
{
name = "URL"
mappings = [
{ json_path = "$.jsonBody.meta.event_reference_url" }
]
},
{
name = "Technique"
hide_in_previews = false
mappings = [
{ json_path = "$.jsonBody.data['investigatable.technique_names']" }
]
},
{
name = "Tactic"
hide_in_previews = false
mappings = [
{ json_path = "$.jsonBody.data['investigatable.tactic_names']" }
]
},
{
name = "Description"
hide_in_previews = false
mappings = [
{ json_path = "$.jsonBody.data['investigatable.description']" }
]
}
]
}
}