mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
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.
This commit is contained in:
parent
85d2b416bc
commit
efb3c3995a
2 changed files with 51 additions and 0 deletions
42
clusters/producer.json
Normal file
42
clusters/producer.json
Normal 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
9
galaxies/producer.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue