diff --git a/_config.yml b/_config.yml index d7992b9..c9c5452 100755 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,16 @@ -name: Arcana -description: Arcana template for Jekyll +name: MISP - a threat information sharing platform +description: MISP - a threat information sharing platform paginate: 10 -baseurl: '/Arcana-Jekyll-Theme' \ No newline at end of file +baseurl: '/misp' +sass: + style: compressed + +twitterUsername: MISPProject +githubUsername: MISP +markdown: kramdown +kramdown: + # Enable GitHub Flavored Markdown (fenced code blocks) + input: GFM + # Disable auto-generated ID's for headings + auto_ids: true + diff --git a/_includes/footer.html b/_includes/footer.html index 5fbebfd..db61fb6 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -60,11 +60,8 @@ @@ -77,4 +74,4 @@ - \ No newline at end of file + diff --git a/_includes/header.html b/_includes/header.html index 544e134..3f047a0 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,6 +10,11 @@ + + + + + @@ -27,10 +32,8 @@ \ No newline at end of file + diff --git a/_posts/2014-08-20-another-post.md b/_posts/2014-08-20-another-post.md deleted file mode 100755 index 88d2679..0000000 --- a/_posts/2014-08-20-another-post.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lorem Ipsum Dolor Sit Amet -featured: /assets/images/pic03.jpg -layout: post ---- - -

Reprehenderit in voluptate velit esse cillum non proident, sunt in culpa qui officia sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros.

-

Duis aute irure dolor in reprehenderit in voluptate reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia . Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

diff --git a/_posts/2014-08-25-test-post.md b/_posts/2014-08-25-test-post.md deleted file mode 100755 index d7ac804..0000000 --- a/_posts/2014-08-25-test-post.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Sunt in culpa qui -featured: /assets/images/pic02.jpg -layout: post ---- - -

Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros.

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

diff --git a/_posts/2014-08-31-hello-word.md b/_posts/2014-08-31-hello-word.md deleted file mode 100755 index d6954e6..0000000 --- a/_posts/2014-08-31-hello-word.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Ullamco Laboris minim veniam -featured: /assets/images/pic01.jpg -layout: post ---- - - \ No newline at end of file diff --git a/assets/sass/style.scss b/assets/sass/style.scss index cbba46a..4180e6f 100755 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -122,7 +122,7 @@ font-size: 1.25em; position: relative; margin-top: -1.25em; - margin-bottom: 2.25em; + margin-bottom: 1.25em; } &.major { @@ -791,4 +791,4 @@ text-align: center; font-size: 0.9em; } - } \ No newline at end of file + } diff --git a/blog/index.html b/blog/index.html deleted file mode 100755 index b7303b4..0000000 --- a/blog/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Blog -layout: default ---- - - -
-
-
-
-
- - -
-
-

The Blog

-
- {% for post in site.posts offset: 0 limit: 4 %} -
-
-
- -
-

{{ post.title }}

- {{ post.excerpt }} - -
-
- -
-
- {% endfor %} -
- -
-
-
-
\ No newline at end of file diff --git a/index.html b/index.html index 165272c..b85c24d 100755 --- a/index.html +++ b/index.html @@ -1,99 +1,100 @@ ---- -title: Arcana -layout: default ---- - - - - - -
-
-
-
-
- -

This Is Important

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
- -

Also Important

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
- -

Probably Important

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
-
- - -
-
-
-

A gigantic heading you can use for whatever

-

With a much smaller subtitle hanging out just below it

-
-
-
- - -
-
-
-
-
- -
-

The First Thing

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
-
- -
-

The Second Thing

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
-
-
-
- -
-

The Third Thing

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
-
- -
-

The Fourth Thing

-

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

-
-
-
-
-
-
- - {% include cta.html %} +--- +title: MISP +layout: default +--- + + + + + +
+
+
+
+
+ +

The key is Automation

+

Isn't it sad to have a lot of data and not use it because it's too much work? Thanks to MISP you can store your IOCs in a structured manner, and thus enjoy the correlation, automated exports for IDS, or SIEM, in STIX or OpenIOC and even to other MISPs. You can now leverage the value of your data without effort and in an automated manner.

+
+
+
+
+ +

Simply Threats

+

The primary goal of MISP is to be used. This is why simplicity is the driving force behind the project. Storing and especially using information about threats and malware should not be difficult. MISP is there to help you get the maximum out of your data without unmanageable complexity.

+
+
+
+
+ +

By giving you will receive

+

Sharing is key to fast and effective detection of attacks. Quite often similar organisations are targeted by the same Threat Actor, in the same or different Campaign. MISP will make it easier for you to share with, but also to receive from trusted partners and trust-groups. + Sharing also enabled collaborative analysis and prevents you from doing the work someone else already did before.

+
+
+
+
+
+ + +
+
+
+

A gigantic heading you can use for whatever

+

With a much smaller subtitle hanging out just below it

+
+
+
+ + +
+
+
+
+
+ +
+

The First Thing

+

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

+
+
+
+
+
+ +
+

The Second Thing

+

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

+
+
+
+
+
+
+
+ +
+

The Third Thing

+

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

+
+
+
+
+
+ +
+

The Fourth Thing

+

Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.

+
+
+
+
+
+
+ + {% include cta.html %}