├── .DS_Store ├── Case Templates ├── CERT-SG IRM 2022 │ ├── README.md │ ├── irm-1-worminfection.json │ ├── irm-10-socialengineering.json │ ├── irm-11-informationleakage.json │ ├── irm-12-insiderabuse.json │ ├── irm-13-customerphishing.json │ ├── irm-14-scam.json │ ├── irm-15-trademarkinfringement.json │ ├── irm-16-phishing.json │ ├── irm-17-ransomware.json │ ├── irm-18-largescalecompromise.json │ ├── irm-2-windowsintrusiondetection.json │ ├── irm-3-unixlinuxintrusiondetection.json │ ├── irm-4-ddos-incident-response.json │ ├── irm-5-maliciousnetworkbehaviour.json │ ├── irm-6-websitedefacement.json │ ├── irm-7-windowsmalwaredetection.json │ ├── irm-8-blackmail.json │ └── irm-9-smartphonemalware.json ├── CERT-SG IRM │ ├── IRM-1-worm-infection.json │ ├── IRM-10-social-engineering.json │ ├── IRM-11-information-leakage.json │ ├── IRM-12-insider-abuse.json │ ├── IRM-13-phishing.json │ ├── IRM-14-scam.json │ ├── IRM-14-windows-intrusion.json │ ├── IRM-15-trademark-infringement.json │ ├── IRM-17-ransomware.json │ ├── IRM-3-unix-linux-intrusion-detection.json │ ├── IRM-4-ddos.json │ ├── IRM-5-malicious-network-behaviour.json │ ├── IRM-6-website-defacement.json │ ├── IRM-7-windows-malware-detection.json │ ├── IRM-8-blackmail.json │ ├── IRM-9-smartphone-malware.json │ └── README.md ├── InterCERT-FR_EN │ ├── azure-tenant-compromise-containment.json │ ├── azure-tenant-compromise-qualification.json │ ├── compromise-of-a-network-perimeter-device-containment.json │ ├── compromise-of-a-network-perimeter-device-qualification.json │ ├── compromise-of-an-email-account-containment.json │ ├── compromise-of-an-email-account-qualification.json │ ├── data-leak-containment.json │ ├── data-leak-qualification.json │ ├── encryption-or-wiping-in-progress-containment.json │ ├── encryption-or-wiping-in-progress-qualification.json │ ├── network-denial-of-service-containment.json │ ├── network-denial-of-service-qualification.json │ ├── system-compromise-containment.json │ ├── system-compromise-qualification.json │ ├── third-party-compromise-containment.json │ ├── third-party-compromise-qualification.json │ ├── website-defacement-containment.json │ └── website-defacement-qualification.json ├── InterCERT-FR_FR │ ├── .DS_Store │ ├── chiffrement-ou-effacement-en-cours-endiguement.json │ ├── chiffrement-ou-effacement-en-cours-qualification.json │ ├── compromission-dun-compte-de-messagerie-endiguement.json │ ├── compromission-dun-compte-de-messagerie-qualification.json │ ├── compromission-dun-equipement-de-bordure-reseau-endiguement.json │ ├── compromission-dun-equipement-de-bordure-reseau-qualification.json │ ├── compromission-dun-tenant-azure-endiguement.json │ ├── compromission-dun-tenant-azure-qualification.json │ ├── compromission-dun-tiers-endiguement.json │ ├── compromission-dun-tiers-qualification.json │ ├── compromission-systeme-endiguement.json │ ├── compromission-systeme-qualification.json │ ├── defiguration-de-site-web-endiguement.json │ ├── defiguration-de-site-web-qualification.json │ ├── deni-de-service-reseau-endiguement.json │ ├── deni-de-service-reseau-qualification.json │ ├── fuite-de-donnees-endiguement.json │ └── fuite-de-donnees-qualification.json └── README.md ├── Dashboard Templates ├── .gitkeep ├── README.md ├── alerts-statistics.json ├── cases-statistics.json ├── observables-statistics.json └── ttps-statistics.json ├── Functions Examples ├── .DS_Store ├── API Functions │ ├── function_API_coldCaseAutomation.js │ └── function_API_createAlertFromSplunk.js ├── Action Functions │ ├── function_Action_assignToMe.js │ └── function_Action_deleteIPObsFromAlert.js ├── Alert Feeder Functions │ ├── Jira_TheHive_Sync.js │ ├── function_Feeder_alertFromAirtable.js │ └── function_Feeder_alertFromJIRA.js └── Notifier Functions │ ├── function_notifier_assignAlert.js │ └── function_notifier_changeImportedAlertStatus.js ├── LICENSE └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/.DS_Store -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/README.md -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-1-worminfection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-1-worminfection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-10-socialengineering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-10-socialengineering.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-11-informationleakage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-11-informationleakage.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-12-insiderabuse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-12-insiderabuse.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-13-customerphishing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-13-customerphishing.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-14-scam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-14-scam.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-15-trademarkinfringement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-15-trademarkinfringement.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-16-phishing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-16-phishing.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-17-ransomware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-17-ransomware.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-18-largescalecompromise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-18-largescalecompromise.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-2-windowsintrusiondetection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-2-windowsintrusiondetection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-3-unixlinuxintrusiondetection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-3-unixlinuxintrusiondetection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-4-ddos-incident-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-4-ddos-incident-response.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-5-maliciousnetworkbehaviour.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-5-maliciousnetworkbehaviour.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-6-websitedefacement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-6-websitedefacement.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-7-windowsmalwaredetection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-7-windowsmalwaredetection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-8-blackmail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-8-blackmail.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM 2022/irm-9-smartphonemalware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM 2022/irm-9-smartphonemalware.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-1-worm-infection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-1-worm-infection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-10-social-engineering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-10-social-engineering.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-11-information-leakage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-11-information-leakage.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-12-insider-abuse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-12-insider-abuse.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-13-phishing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-13-phishing.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-14-scam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-14-scam.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-14-windows-intrusion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-14-windows-intrusion.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-15-trademark-infringement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-15-trademark-infringement.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-17-ransomware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-17-ransomware.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-3-unix-linux-intrusion-detection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-3-unix-linux-intrusion-detection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-4-ddos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-4-ddos.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-5-malicious-network-behaviour.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-5-malicious-network-behaviour.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-6-website-defacement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-6-website-defacement.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-7-windows-malware-detection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-7-windows-malware-detection.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-8-blackmail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-8-blackmail.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/IRM-9-smartphone-malware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/IRM-9-smartphone-malware.json -------------------------------------------------------------------------------- /Case Templates/CERT-SG IRM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/CERT-SG IRM/README.md -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/azure-tenant-compromise-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/azure-tenant-compromise-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/azure-tenant-compromise-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/azure-tenant-compromise-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/compromise-of-a-network-perimeter-device-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/compromise-of-a-network-perimeter-device-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/compromise-of-a-network-perimeter-device-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/compromise-of-a-network-perimeter-device-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/compromise-of-an-email-account-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/compromise-of-an-email-account-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/compromise-of-an-email-account-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/compromise-of-an-email-account-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/data-leak-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/data-leak-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/data-leak-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/data-leak-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/encryption-or-wiping-in-progress-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/encryption-or-wiping-in-progress-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/encryption-or-wiping-in-progress-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/encryption-or-wiping-in-progress-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/network-denial-of-service-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/network-denial-of-service-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/network-denial-of-service-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/network-denial-of-service-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/system-compromise-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/system-compromise-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/system-compromise-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/system-compromise-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/third-party-compromise-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/third-party-compromise-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/third-party-compromise-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/third-party-compromise-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/website-defacement-containment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/website-defacement-containment.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_EN/website-defacement-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_EN/website-defacement-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/.DS_Store -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/chiffrement-ou-effacement-en-cours-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/chiffrement-ou-effacement-en-cours-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/chiffrement-ou-effacement-en-cours-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/chiffrement-ou-effacement-en-cours-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-compte-de-messagerie-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-compte-de-messagerie-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-compte-de-messagerie-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-compte-de-messagerie-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-equipement-de-bordure-reseau-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-equipement-de-bordure-reseau-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-equipement-de-bordure-reseau-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-equipement-de-bordure-reseau-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-tenant-azure-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-tenant-azure-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-tenant-azure-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-tenant-azure-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-tiers-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-tiers-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-dun-tiers-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-dun-tiers-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-systeme-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-systeme-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/compromission-systeme-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/compromission-systeme-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/defiguration-de-site-web-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/defiguration-de-site-web-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/defiguration-de-site-web-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/defiguration-de-site-web-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/deni-de-service-reseau-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/deni-de-service-reseau-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/deni-de-service-reseau-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/deni-de-service-reseau-qualification.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/fuite-de-donnees-endiguement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/fuite-de-donnees-endiguement.json -------------------------------------------------------------------------------- /Case Templates/InterCERT-FR_FR/fuite-de-donnees-qualification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/InterCERT-FR_FR/fuite-de-donnees-qualification.json -------------------------------------------------------------------------------- /Case Templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Case Templates/README.md -------------------------------------------------------------------------------- /Dashboard Templates/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dashboard Templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Dashboard Templates/README.md -------------------------------------------------------------------------------- /Dashboard Templates/alerts-statistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Dashboard Templates/alerts-statistics.json -------------------------------------------------------------------------------- /Dashboard Templates/cases-statistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Dashboard Templates/cases-statistics.json -------------------------------------------------------------------------------- /Dashboard Templates/observables-statistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Dashboard Templates/observables-statistics.json -------------------------------------------------------------------------------- /Dashboard Templates/ttps-statistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Dashboard Templates/ttps-statistics.json -------------------------------------------------------------------------------- /Functions Examples/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/.DS_Store -------------------------------------------------------------------------------- /Functions Examples/API Functions/function_API_coldCaseAutomation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/API Functions/function_API_coldCaseAutomation.js -------------------------------------------------------------------------------- /Functions Examples/API Functions/function_API_createAlertFromSplunk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/API Functions/function_API_createAlertFromSplunk.js -------------------------------------------------------------------------------- /Functions Examples/Action Functions/function_Action_assignToMe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Action Functions/function_Action_assignToMe.js -------------------------------------------------------------------------------- /Functions Examples/Action Functions/function_Action_deleteIPObsFromAlert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Action Functions/function_Action_deleteIPObsFromAlert.js -------------------------------------------------------------------------------- /Functions Examples/Alert Feeder Functions/Jira_TheHive_Sync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Alert Feeder Functions/Jira_TheHive_Sync.js -------------------------------------------------------------------------------- /Functions Examples/Alert Feeder Functions/function_Feeder_alertFromAirtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Alert Feeder Functions/function_Feeder_alertFromAirtable.js -------------------------------------------------------------------------------- /Functions Examples/Alert Feeder Functions/function_Feeder_alertFromJIRA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Alert Feeder Functions/function_Feeder_alertFromJIRA.js -------------------------------------------------------------------------------- /Functions Examples/Notifier Functions/function_notifier_assignAlert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Notifier Functions/function_notifier_assignAlert.js -------------------------------------------------------------------------------- /Functions Examples/Notifier Functions/function_notifier_changeImportedAlertStatus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/Functions Examples/Notifier Functions/function_notifier_changeImportedAlertStatus.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StrangeBeeCorp/thehive-templates/HEAD/README.md --------------------------------------------------------------------------------