mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 00:37:18 +00:00
This commit is contained in:
commit
233a066a03
5 changed files with 2315 additions and 2741 deletions
24
clusters/online-service.json
Normal file
24
clusters/online-service.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"authors": [
|
||||
"MISP Project"
|
||||
],
|
||||
"category": "tool",
|
||||
"description": "Known public online services.",
|
||||
"name": "online-service",
|
||||
"source": "Open Sources",
|
||||
"type": "online-service",
|
||||
"uuid": "c0a960b6-bba4-4914-8d54-87011aaf447e",
|
||||
"values": [
|
||||
{
|
||||
"description": "Your wiki, docs, & projects. Together. Notion is the connected workspace where better, faster work happens.",
|
||||
"meta": {
|
||||
"refs": [
|
||||
"https://www.notion.so/product"
|
||||
]
|
||||
},
|
||||
"uuid": "5c807e49-dc90-4f80-b044-49bb990acb61",
|
||||
"value": "Notion"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
File diff suppressed because it is too large
Load diff
|
@ -6082,14 +6082,16 @@
|
|||
"https://www.darkreading.com/threat-intelligence/chinese-apt-bronze-president-spy-campaign-russian-military",
|
||||
"https://www.pwc.co.uk/cyber-security/assets/cyber-threats-2019-retrospect.pdf",
|
||||
"https://www.pwc.co.uk/cyber-security/pdf/pwc-cyber-threats-2020-a-year-in-retrospect.pdf",
|
||||
"https://services.google.com/fh/files/blogs/google_fog_of_war_research_report.pdf"
|
||||
"https://services.google.com/fh/files/blogs/google_fog_of_war_research_report.pdf",
|
||||
"https://www.trendmicro.com/en_us/research/22/k/earth-preta-spear-phishing-governments-worldwide.html"
|
||||
],
|
||||
"synonyms": [
|
||||
"BRONZE PRESIDENT",
|
||||
"HoneyMyte",
|
||||
"Red Lich",
|
||||
"TEMP.HEX",
|
||||
"BASIN"
|
||||
"BASIN",
|
||||
"Earth Preta"
|
||||
]
|
||||
},
|
||||
"uuid": "78bf726c-a9e6-11e8-9e43-77249a2f7339",
|
||||
|
|
9
galaxies/online-service.json
Normal file
9
galaxies/online-service.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"description": "Known public online services.",
|
||||
"icon": "cloud",
|
||||
"name": "online-service",
|
||||
"namespace": "misp",
|
||||
"type": "online-service",
|
||||
"uuid": "c0a960b6-bba4-4914-8d54-87011aaf447e",
|
||||
"version": 1
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
python3 adoc_galaxy.py >a.txt
|
||||
asciidoctor -a allow-uri-read a.txt
|
||||
asciidoctor-pdf -a allow-uri-read a.txt
|
||||
cp a.html ../../misp-website/static/galaxy.html
|
||||
cp a.pdf ../../misp-website/static/galaxy.pdf
|
||||
cp a.html ../../misp-website-new/static/galaxy.html
|
||||
cp a.pdf ../../misp-website-new/static/galaxy.pdf
|
||||
scp -l 81920 a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html
|
||||
scp -l 81920 a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf
|
||||
|
|
Loading…
Reference in a new issue