Skip to content

Commit 715b96e

Browse files
committed
Updated incident comment message in playbook
1 parent 56a0bac commit 715b96e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed
-5 Bytes
Binary file not shown.

Solutions/Team Cymru Scout/Package/mainTemplate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12519,7 +12519,7 @@
1251912519
"type": "SetVariable",
1252012520
"inputs": {
1252112521
"name": "insights_html_table",
12522-
"value": "<b> No Insights Data Found in Logs. </b>"
12522+
"value": "<b> No Insights Details Found. </b>"
1252312523
}
1252412524
}
1252512525
}
@@ -12635,7 +12635,7 @@
1263512635
"type": "SetVariable",
1263612636
"inputs": {
1263712637
"name": "certs_html_table",
12638-
"value": "<b> No Certs Data Found. </b>"
12638+
"value": "<b> No Certs Details Found. </b>"
1263912639
}
1264012640
}
1264112641
}
@@ -12751,7 +12751,7 @@
1275112751
"type": "SetVariable",
1275212752
"inputs": {
1275312753
"name": "fingerprints_html_table",
12754-
"value": "<b> No Fingerprints Data Found. </b>"
12754+
"value": "<b> No Fingerprints Details Found. </b>"
1275512755
}
1275612756
}
1275712757
}
@@ -12827,7 +12827,7 @@
1282712827
"type": "SetVariable",
1282812828
"inputs": {
1282912829
"name": "whois_general_html_table",
12830-
"value": "<b> No Whois General Data Found. </b>"
12830+
"value": "<b> No Whois General Details Found. </b>"
1283112831
}
1283212832
},
1283312833
"Set_Whois_HTML_Table_Data_For_No_Whois_Admin_Data_Found": {
@@ -12839,7 +12839,7 @@
1283912839
"type": "SetVariable",
1284012840
"inputs": {
1284112841
"name": "whois_admin_html_table",
12842-
"value": "<b> No Whois Admin Data Found. </b>"
12842+
"value": "<b> No Whois Admin Details Found. </b>"
1284312843
}
1284412844
},
1284512845
"Set_Whois_HTML_Table_Data_For_No_Whois_Tech_Data_Found": {
@@ -12851,7 +12851,7 @@
1285112851
"type": "SetVariable",
1285212852
"inputs": {
1285312853
"name": "whois_tech_html_table",
12854-
"value": "<b> No Whois Tech Data Found. </b>"
12854+
"value": "<b> No Whois Tech Details Found. </b>"
1285512855
}
1285612856
},
1285712857
"Set_Whois_HTML_Table_Data_For_No_Whois_Org_Data_Found": {
@@ -12863,7 +12863,7 @@
1286312863
"type": "SetVariable",
1286412864
"inputs": {
1286512865
"name": "whois_organization_html_table",
12866-
"value": "<b> No Whois Organization Data Found. </b>"
12866+
"value": "<b> No Whois Organization Details Found. </b>"
1286712867
}
1286812868
}
1286912869
}
@@ -14647,8 +14647,8 @@
1464714647
],
1464814648
"lastUpdateTime": "2025-05-09T00:00:00Z",
1464914649
"entities": [
14650-
"IP",
14651-
"Domain"
14650+
"ip",
14651+
"dnsresolution"
1465214652
],
1465314653
"tags": [
1465414654
"Team Cymru Scout",

Solutions/Team Cymru Scout/Playbooks/TeamCymruScoutEnrichIncident/azuredeploy.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@
35543554
"type": "SetVariable",
35553555
"inputs": {
35563556
"name": "insights_html_table",
3557-
"value": "\u003cb\u003e No Insights Data Found in Logs. \u003c/b\u003e"
3557+
"value": "\u003cb\u003e No Insights Details Found. \u003c/b\u003e"
35583558
}
35593559
}
35603560
}
@@ -3670,7 +3670,7 @@
36703670
"type": "SetVariable",
36713671
"inputs": {
36723672
"name": "certs_html_table",
3673-
"value": "\u003cb\u003e No Certs Data Found. \u003c/b\u003e"
3673+
"value": "\u003cb\u003e No Certs Details Found. \u003c/b\u003e"
36743674
}
36753675
}
36763676
}
@@ -3786,7 +3786,7 @@
37863786
"type": "SetVariable",
37873787
"inputs": {
37883788
"name": "fingerprints_html_table",
3789-
"value": "\u003cb\u003e No Fingerprints Data Found. \u003c/b\u003e"
3789+
"value": "\u003cb\u003e No Fingerprints Details Found. \u003c/b\u003e"
37903790
}
37913791
}
37923792
}
@@ -3862,7 +3862,7 @@
38623862
"type": "SetVariable",
38633863
"inputs": {
38643864
"name": "whois_general_html_table",
3865-
"value": "\u003cb\u003e No Whois General Data Found. \u003c/b\u003e"
3865+
"value": "\u003cb\u003e No Whois General Details Found. \u003c/b\u003e"
38663866
}
38673867
},
38683868
"Set_Whois_HTML_Table_Data_For_No_Whois_Admin_Data_Found": {
@@ -3874,7 +3874,7 @@
38743874
"type": "SetVariable",
38753875
"inputs": {
38763876
"name": "whois_admin_html_table",
3877-
"value": "\u003cb\u003e No Whois Admin Data Found. \u003c/b\u003e"
3877+
"value": "\u003cb\u003e No Whois Admin Details Found. \u003c/b\u003e"
38783878
}
38793879
},
38803880
"Set_Whois_HTML_Table_Data_For_No_Whois_Tech_Data_Found": {
@@ -3886,7 +3886,7 @@
38863886
"type": "SetVariable",
38873887
"inputs": {
38883888
"name": "whois_tech_html_table",
3889-
"value": "\u003cb\u003e No Whois Tech Data Found. \u003c/b\u003e"
3889+
"value": "\u003cb\u003e No Whois Tech Details Found. \u003c/b\u003e"
38903890
}
38913891
},
38923892
"Set_Whois_HTML_Table_Data_For_No_Whois_Org_Data_Found": {
@@ -3898,7 +3898,7 @@
38983898
"type": "SetVariable",
38993899
"inputs": {
39003900
"name": "whois_organization_html_table",
3901-
"value": "\u003cb\u003e No Whois Organization Data Found. \u003c/b\u003e"
3901+
"value": "\u003cb\u003e No Whois Organization Details Found. \u003c/b\u003e"
39023902
}
39033903
}
39043904
}

0 commit comments

Comments
 (0)