From 3c60e1ab54f8074e76b2bfb1b847450fa675f324 Mon Sep 17 00:00:00 2001 From: aatharvauti Date: Sun, 19 Nov 2023 20:05:10 +0530 Subject: [PATCH] Update Public/ --- public/404.html | 34 +- public/blog/blue-teaming/index.html | 34 +- public/blog/cybersecurity/index.html | 34 +- public/blog/cybersecurity/index.xml | 4 +- public/blog/elasticsearch/index.html | 34 +- public/blog/elasticsearch/index.xml | 4 +- public/blog/honeypot/index.html | 34 +- public/blog/honeypot/index.xml | 4 +- public/blog/index.html | 34 +- public/blog/purple-teaming/index.html | 34 +- public/blog/purple-teaming/index.xml | 4 +- public/blog/siem-soc/index.html | 34 +- public/blog/tools/index.html | 34 +- public/blog/tools/index.xml | 4 +- public/demystifying-elastic-siem/index.html | 42 ++- public/honeytrack/index.html | 40 +-- public/index.html | 34 +- public/index.xml | 4 +- .../index.html | 34 +- public/project/index.html | 34 +- public/project/index.xml | 4 +- public/projects/index.html | 300 ++++++++++++++++++ public/talk/index.html | 34 +- 23 files changed, 608 insertions(+), 244 deletions(-) create mode 100644 public/projects/index.html diff --git a/public/404.html b/public/404.html index 7f0ebea..34b7e62 100644 --- a/public/404.html +++ b/public/404.html @@ -228,29 +228,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/blue-teaming/index.html b/public/blog/blue-teaming/index.html index 6f9365c..cadf597 100644 --- a/public/blog/blue-teaming/index.html +++ b/public/blog/blue-teaming/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/cybersecurity/index.html b/public/blog/cybersecurity/index.html index 07d2fed..e26bed2 100644 --- a/public/blog/cybersecurity/index.html +++ b/public/blog/cybersecurity/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/cybersecurity/index.xml b/public/blog/cybersecurity/index.xml index 0e64bcf..43200d9 100644 --- a/public/blog/cybersecurity/index.xml +++ b/public/blog/cybersecurity/index.xml @@ -33,8 +33,8 @@ This talk is all about how one can leverage Cybersecurity and create awesome too Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/blog/elasticsearch/index.html b/public/blog/elasticsearch/index.html index 0d178b8..2a7f4ca 100644 --- a/public/blog/elasticsearch/index.html +++ b/public/blog/elasticsearch/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/elasticsearch/index.xml b/public/blog/elasticsearch/index.xml index 5ac563d..88b3bbc 100644 --- a/public/blog/elasticsearch/index.xml +++ b/public/blog/elasticsearch/index.xml @@ -33,8 +33,8 @@ This talk is all about how one can leverage Cybersecurity and create awesome too Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/blog/honeypot/index.html b/public/blog/honeypot/index.html index 007acba..bd286be 100644 --- a/public/blog/honeypot/index.html +++ b/public/blog/honeypot/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/honeypot/index.xml b/public/blog/honeypot/index.xml index a51e412..01c1d36 100644 --- a/public/blog/honeypot/index.xml +++ b/public/blog/honeypot/index.xml @@ -14,8 +14,8 @@ Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/blog/index.html b/public/blog/index.html index 0342105..d910a1a 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/purple-teaming/index.html b/public/blog/purple-teaming/index.html index 1941e06..ff0dff3 100644 --- a/public/blog/purple-teaming/index.html +++ b/public/blog/purple-teaming/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/purple-teaming/index.xml b/public/blog/purple-teaming/index.xml index 39a92f0..89a1047 100644 --- a/public/blog/purple-teaming/index.xml +++ b/public/blog/purple-teaming/index.xml @@ -14,8 +14,8 @@ Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/blog/siem-soc/index.html b/public/blog/siem-soc/index.html index 0bb343b..0112181 100644 --- a/public/blog/siem-soc/index.html +++ b/public/blog/siem-soc/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/tools/index.html b/public/blog/tools/index.html index bad3f8e..a67b447 100644 --- a/public/blog/tools/index.html +++ b/public/blog/tools/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/blog/tools/index.xml b/public/blog/tools/index.xml index 69d9fe7..7dd606e 100644 --- a/public/blog/tools/index.xml +++ b/public/blog/tools/index.xml @@ -33,8 +33,8 @@ This talk is all about how one can leverage Cybersecurity and create awesome too Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/demystifying-elastic-siem/index.html b/public/demystifying-elastic-siem/index.html index 21cfca9..93cddcc 100644 --- a/public/demystifying-elastic-siem/index.html +++ b/public/demystifying-elastic-siem/index.html @@ -32,7 +32,7 @@ - + @@ -233,29 +233,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } @@ -302,7 +306,11 @@

Installing Elasticsear

Refer the Official and Latest Elasticsearch Installation Documentation and Kibana Documentation

On my personal setup, I created a docker container on a Proxmox LXC which you can download here

Building the Arsenal: Integrating Essential Tools

-

Our SIEM’s strength lies in integration. Suricata, a high-performance Network IDS, stands guard against threats. Wazuh contributes with intrusion and vulnerability detection, adding SIEM capabilities. Windows Sysmon provides advanced system monitoring for Windows environments.

+

Our SIEM’s strength lies in integration.

+

Suricata

+

Suricata, a high-performance Network IDS, stands guard against threats. Wazuh contributes with intrusion and vulnerability detection, adding SIEM capabilities.

+

Windows Sysmon

+

Windows Sysmon provides advanced system monitoring for Windows environments.

Decoding Conversations: Network Packet Capture

Understanding digital conversations is key in the cyber realm. Network packet capture becomes our decoder, eavesdropping on these conversations to identify patterns and anomalies that may indicate security incidents.

Securing the Web: Apache Webserver

diff --git a/public/honeytrack/index.html b/public/honeytrack/index.html index 080fa78..36ba576 100644 --- a/public/honeytrack/index.html +++ b/public/honeytrack/index.html @@ -32,7 +32,7 @@ - + @@ -233,29 +233,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } @@ -281,8 +285,8 @@

auti.dev <^•ﻌ•^>

Honeypot with a twist of Red Teaming

-

With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently.

-

HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network.  

+

With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently.

+

HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization’s database as well it backtracks the hacker when it intrudes the target network.  

Information about the attacker will be gathered by the bot in the honeypot which will help us reach the roots of the attacker. The target networks could be varied and cause a lot of damage when sensitive data will be lost/stolen.

However, this honeypot is like a traditional honeypot but quite updated with new-generation technology 🚀 and their needs related to cyber-security.  

diff --git a/public/index.html b/public/index.html index 7d93bfb..81fe8c2 100644 --- a/public/index.html +++ b/public/index.html @@ -230,29 +230,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/index.xml b/public/index.xml index 50f3e33..38884fa 100644 --- a/public/index.xml +++ b/public/index.xml @@ -33,8 +33,8 @@ This talk is all about how one can leverage Cybersecurity and create awesome too Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&rsquo;s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&rsquo;s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/leveraging-cybersecurity-using-elasticsearch/index.html b/public/leveraging-cybersecurity-using-elasticsearch/index.html index 9c89f9f..272d7fa 100644 --- a/public/leveraging-cybersecurity-using-elasticsearch/index.html +++ b/public/leveraging-cybersecurity-using-elasticsearch/index.html @@ -233,29 +233,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/project/index.html b/public/project/index.html index f0e4c98..9199158 100644 --- a/public/project/index.html +++ b/public/project/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; } diff --git a/public/project/index.xml b/public/project/index.xml index 1ceaec9..ab53568 100644 --- a/public/project/index.xml +++ b/public/project/index.xml @@ -14,8 +14,8 @@ Sat, 19 Aug 2023 14:28:54 +0530 https://auti.dev/honeytrack/ - Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently. -HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&rsquo;s database as well it backtracks the hacker when it intrudes the target network. + Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently. +HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&rsquo;s database as well it backtracks the hacker when it intrudes the target network. diff --git a/public/projects/index.html b/public/projects/index.html new file mode 100644 index 0000000..4e5f06a --- /dev/null +++ b/public/projects/index.html @@ -0,0 +1,300 @@ + + + + + + + + +auti.dev <^•ﻌ•^> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

auti.dev <^•ﻌ•^>

+
+ +
+
+ + +

Projects

+ +
+

+ +

+ +
+ + + + + + diff --git a/public/talk/index.html b/public/talk/index.html index a2064c4..ab0ff15 100644 --- a/public/talk/index.html +++ b/public/talk/index.html @@ -229,29 +229,33 @@ } a { - color: rgba(230, 52, 52, 0.75); - text-decoration: none; - position: relative; - transition: width 0.5s ease; + color: rgba(230, 52, 52, 0.75); + text-decoration: none; + position: relative; + transition: width 0.5s ease; } a::before { - content: ''; - position: absolute; - bottom: -2px; - left: 0; - width: 0; - height: 1px; - background-color: rgb(230, 52, 52); - transition: width 0.5s ease; + content: ''; + position: absolute; + bottom: -2px; + left: 0; + width: 0; + height: 1px; + background-color: rgb(230, 52, 52); + transition: width 0.5s ease; } a:hover { - color: rgba(230, 52, 52, 1); - transition: width 0.5s ease; + color: rgba(230, 52, 52, 1); + transition: width 0.5s ease; } a:hover::before { - width: 100%; + width: 100%; + } + + .title:hover::before a { + width: 0%; }