-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsponsordata.ts
38 lines (37 loc) · 2.08 KB
/
sponsordata.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
export const Sponsordata = [
{
companyname: "Certego",
companylevel: "🥇 GOLD",
companylogo: "images/Certego.png",
companylink: "https://certego.net/?utm_source=intelowl",
companydesc: "Certego is a MDR (Managed Detection and Response) and Threat Intelligence Provider based in Italy. IntelOwl was born out of Certego's Threat intelligence R&D division and is constantly maintained and updated thanks to them."
},
{
companyname: "The Honeynet Project",
companylevel: "🥇 GOLD",
companylogo: "images/honeynet_logo.png",
companylink: "https://www.honeynet.org/?utm_source=intelowl",
companydesc: "The Honeynet Project is a non-profit organization working on creating open source cyber security tools and sharing knowledge about cyber threats."
},
{
companyname: "Google Summer of Code",
companylevel: "🥇 GOLD",
companylogo: "images/gsoc_logo.png",
companylink: "https://summerofcode.withgoogle.com/",
companydesc: "Google Summer of Code is a global, online program focused on bringing new contributors into open source software development. GSoC Contributors work with an open source organization on a 12+ week programming project under the guidance of mentors."
},
{
companyname: "ThreatHunter.ai",
companylevel: "🥈 SILVER",
companylogo: "images/threathunter_logo.png",
companylink: "https://threathunter.ai?utm_source=intelowl",
companydesc: "ThreatHunter.ai®, is a 100% Service-Disabled Veteran-Owned Small Business started in 2007 under the name Milton Security Group. ThreatHunter.ai is the global leader in Dynamic Threat Hunting."
},
{
companyname: "Docker",
companylevel: "🥉 BRONZE",
companylogo: "images/docker_logo.png",
companylink: "https://hub.docker.com/search?q=intelowlproject",
companydesc: "In 2021 IntelOwl joined the official Docker Open Source Program. This allows IntelOwl developers to easily manage Docker images and focus on writing the code."
},
]