| layout | icon | permalink |
|---|---|---|
page |
fas fa-info-circle |
/ |
<script> document.addEventListener('DOMContentLoaded', () => { const pv = document.getElementById('pageviews'); if (pv !== null) { const uri = location.pathname.replace(/\/$/, ''); const url = `https://slavetomints.goatcounter.com/counter/${encodeURIComponent(uri)}.json`; fetch(url) .then((response) => response.json()) .then((data) => { const count = data.count.replace(/\s/g, ''); pv.innerText = new Intl.NumberFormat().format(count); }) .catch((error) => { pv.innerText = '1'; }); } }); </script>
Hello! I'm Slavetomints (she/her), a cybersecurity student who helps DeTraced Security with Cyber Threat Intelligence. Explore my projects, guides, and writeups to dive into my world of cybersecurity adventures.
---
I've worked on various projects here and there, some of them are here:
- Ruby CLI tools to help with managing post ideas and generation for a blog.
- What is blog-tools?
- Documentation
- https://cybersecroadmap.com
- Succesor to Paul Jerimy's Certification roadmap
- Served on R&D team
- About the Group
- Provided CTI for ongoing investigations
- Collected IOCs and created YARA rules for public dissemination
You can reach me at the following, please give 1-2 business days for a response:
This page has been viewed times
