new: [producer] Skeleton for threat intelligence producer to be attached

as producer of Intelligence in MISP feed.

In the realm of cybersecurity, numerous security firms produce feeds and threat intelligence conforming to the MISP standards. However, a significant challenge arises due to the often insufficient or vague descriptions of the origins of this intelligence within these standards. This lack of clarity hinders the effectiveness and credibility of the threat intelligence shared across platforms and organizations.
pull/939/head
Alexandre Dulaunoy 2024-02-23 15:30:53 +01:00
parent 85d2b416bc
commit efb3c3995a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 51 additions and 0 deletions

42
clusters/producer.json Normal file
View File

@ -0,0 +1,42 @@
{
"authors": [
"Various"
],
"category": "actor",
"description": "List of threat intelligence producer from security vendors to CERTs including any producer of intelligence at large.",
"name": "Producer",
"source": "MISP Project",
"type": "producer",
"uuid": "faab7b69-c850-491a-b36c-ba48c1c03279",
"values": [
{
"description": "Intel 471 provides adversary and malware intelligence for leading security teams. Our adversary intelligence is focused on infiltrating access to closed sources where threat actors collaborate, communicate and plan cyber attacks. Our malware intelligence leverages our adversary intelligence and underground capabilities to provide timely data and context on malicious infrastructure.",
"meta": {
"company-type": [
"Cyber Security Vendor"
],
"country": "US",
"official-refs": [
"https://intel471.com/"
],
"product-type": [
"intelligence-feed-provider"
],
"products": [
"Malware Intelligence",
"Vulnerability Intelligence"
],
"refs": [
"https://www.applytosupply.digitalmarketplace.service.gov.uk/g-cloud/services/448869643798857"
],
"synonyms": [
"Intel 471 Inc.",
"Intel 471"
]
},
"uuid": "306bc923-3200-47e3-ade9-50ffc41f668c",
"value": "Intel471"
}
],
"version": 1
}

9
galaxies/producer.json Normal file
View File

@ -0,0 +1,9 @@
{
"description": "List of threat intelligence producer from security vendors to CERTs including any producer of intelligence at large.",
"icon": "book",
"name": "Producer",
"namespace": "misp",
"type": "producer",
"uuid": "2d74a15e-9c88-452e-af14-d0ecd2e9cd63",
"version": 1
}