Skip to content

Commit e5a338e

Browse files
Merge branch 'release/3.7.2'
2 parents b24173a + 218d5c5 commit e5a338e

File tree

11 files changed

+28
-8
lines changed

11 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
- \[FR\] New Analyzer urlDNA.io [\#1303](https://github.com/TheHive-Project/Cortex-Analyzers/issues/1303)
1010

11+
**Merged pull requests:**
12+
13+
- More vendors rename [\#1407](https://github.com/TheHive-Project/Cortex-Analyzers/pull/1407) ([nusantara-self](https://github.com/nusantara-self))
14+
- feature: add urlDNA.io analyzers [\#1304](https://github.com/TheHive-Project/Cortex-Analyzers/pull/1304) ([redaelli](https://github.com/redaelli))
15+
1116
## [3.7.0](https://github.com/TheHive-Project/Cortex-Analyzers/tree/3.7.0) (2026-01-05)
1217

1318
[Full Changelog](https://github.com/TheHive-Project/Cortex-Analyzers/compare/3.6.9...3.7.0)

analyzers/AbuseIPDB/AbuseIPDB.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"registration_required": true,
3434
"subscription_required": true,
3535
"free_subscription": true,
36+
"integration_type": "external_api",
3637
"service_homepage": "https://www.abuseipdb.com/",
3738
"service_logo": {
3839
"path": "assets/abuseipdb.png",

analyzers/Capa/Capa.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"registration_required": false,
2525
"subscription_required": false,
2626
"free_subscription": false,
27+
"integration_type": "local",
2728
"service_homepage": "https://github.com/mandiant/capa",
2829
"service_logo": {
2930
"path": "assets/capa.png",

analyzers/ClamAV/ClamAV_FileInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "Use Clamscan with custom rules",
88
"dataTypeList": ["file"],
99
"command": "ClamAV/pyclam_analyzer.py",
10-
"baseConfig": "ClamAV"
11-
10+
"baseConfig": "ClamAV",
11+
"integration_type": "local"
1212
}
1313

analyzers/EmlParser/EmlParser.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
],
3636
"registration_required": false,
3737
"subscription_required": false,
38+
"integration_type": "local",
3839
"service_homepage": "https://www.strangebee.com",
3940
"service_logo": {
4041
"path": "assets/sb-logo.jpg",

analyzers/FileInfo/FileInfo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
"multi": false,
6666
"default": 4
6767
}
68-
]
68+
],
69+
"integration_type": "local"
6970
}

analyzers/MsgParser/Msg_Parser.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"description": "Parse Outlook MSG files and extract the main artifacts.",
88
"dataTypeList": ["file"],
99
"baseConfig": "MsgParser",
10-
"command": "MsgParser/parse.py"
10+
"command": "MsgParser/parse.py",
11+
"integration_type": "local"
1112
}

analyzers/QrDecode/QrDecode.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"description": "Extracts data from one or more QR codes.",
88
"dataTypeList": ["file"],
99
"command": "QrDecode/qrdecode.py",
10-
"baseConfig": "QrDecode"
10+
"baseConfig": "QrDecode",
11+
"integration_type": "local"
1112
}

analyzers/SentinelOne/SentinelOne_DeepVisibility_DNSQuery.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"multi": false,
4545
"required": false
4646
}
47-
]
48-
}
47+
],
48+
"subscription_required": true,
49+
"registration_required": true,
50+
"free_subscription": false
51+
}

analyzers/Yara/Yara.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"registration_required": false,
4343
"subscription_required": false,
4444
"free_subscription": true,
45+
"integration_type": "local",
4546
"service_homepage": "https://virustotal.github.io/yara/"
4647
}

0 commit comments

Comments
 (0)