Lucene search
+L
AvleonovMost viewed

397 matches found

Information Security Automation
Information Security Automation
added 2019/02/07 8:24 a.m.150 views

Retrieving data from Splunk Dashboard Panels via API

Fist of all, why might someone want to get data from the panels of a dashboard in Splunk? Why it might be useful? Well, if the script can process everything that human analyst sees on a Splunk dashboard, all the automation comes very natural. You just figure out what routine operations the analys...

7.4AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2021/06/09 12:43 a.m.149 views

Getting Hosts from Microsoft Intune MDM using Python

Today I want to talk about Microsoft Intune. It is a Mobile Device Management platform. Well, I think that the importance of MDM systems has become much higher than it was before the days of covid-19. Simply because a lot more people now work remotely using corporate laptops. And if these people...

7.3AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2019/09/23 12:1 a.m.149 views

Dante SOCKS5 server with authentication

It's not so obvious that socks servers with authentication are a necessary thing. 1. You can run a "local socks service" simply by connecting to a remote host via ssh with -D 2. Most of software products, that support socks, don't support socks servers with authentication The last fact I find ver...

0.2AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/10/24 10:17 p.m.147 views

What’s new in Nessus 8

Today Tenable released a new version of their famous vulnerability scanner - Nessus 8. The existing scanner nodes don't see the updates yet, but the installation binaries are already available. So you may try to install it. This major release will be way more positive than the previous one. Of...

7.2AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/05/06 12:34 a.m.145 views

Outpost24 OUTSCAN for detecting vulnerabilities on your network perimeter

Today I would like to write a post about Outpost24. This company was founded in 2001. For comparison, Tenable was founded in 2002 and Qualys in 1999. So, it's a company with a pretty long history. Outpost24 make Vulnerability Management & Web Application Security products and provide various...

SaveExploits0
Information Security Automation
Information Security Automation
added 2017/06/04 10:5 p.m.142 views

getsploit from Vulners.com

Kirill Isox Ermakov, the founder of Vulners, has recently presented a new open-source tool for searching and downloading exploits - getsploit. Let's say we want to pentest some WordPress blog. For example, this website avleonov.com. We can get WordPress version simply using curl: $ curl -s...

7.6AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2019/08/12 10:58 a.m.141 views

How to get the Organization Units (OU) and Hosts from Microsoft Active Directory using Python ldap3

I recently figured out how to work with Microsoft Active Directory using Python 3. I wanted to get a hierarchy of Organizational Units OUs and all the network hosts associated with these OUs to search for possible anomalies. If you are not familiar with AD, here is a good thread about the...

6.9AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/04/06 10:6 a.m.141 views

Vulchain scan workflow and search queries

This post will be about my Vulnerability Scanner project - Vulchain. Recently I've spent couple of my weekends almost exclusively on coding: refactoring the scan engine, creating API and GUI. I was doing it because of the conferences, where I will be speaking soon: April 11-13 CyberCentral in...

7.3AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2023/07/28 9:37 a.m.139 views

Microsoft Patch Tuesday July 2023: Vulristics improvements, Office RCE, SFB SmartScreen and Outlook, EoP MSHTML and ERS, other RCEs

Microsoft Patch Tuesday July 2023: Vulristics improvements, Office RCE, SFB SmartScreen and Outlook, EoP MSHTML and ERS, other RCEs. Hello everyone! This episode will be about Microsoft Patch Tuesday for July 2023, including vulnerabilities that were added between June and July Patch Tuesdays...

9.8CVSS9.2AI score0.98932EPSS
SaveExploits9
Information Security Automation
Information Security Automation
added 2022/09/23 10:44 p.m.138 views

Microsoft Patch Tuesday September 2022: CLFS Driver EoP, IP packet causes RCE, Windows DNS Server DoS, Spectre-BHB

Hello everyone! Lets take a look at Microsofts September Patch Tuesday. This time it is quite compact. There were 63 CVEs released on Patch Tuesday day. If we add the vulnerabilities released between August and September Patch Tuesdays as usual, they were in Microsoft Edge, the final number is 90...

1.9CVSS0.9AI score0.7855EPSS
SaveExploits14
Information Security Automation
Information Security Automation
added 2018/09/23 5:37 p.m.136 views

ISACA Moscow Vulnerability Management Meetup 2018

Last Thursday, September 20th, I spoke at ISACA Moscow "Vulnerability Management" Meetup held at Polytechnic University. The only event in Moscow devoted solely to Vulnerability Management. So I just had to take part in it. The target audience of the event - people who implement the vulnerability...

0.5AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2021/12/16 8:53 p.m.134 views

Microsoft Patch Tuesday December 2021

Hello everyone! Its even strange to talk about other vulnerabilities, while everyone is so focused on vulnerabilities in log4j. But life doesnt stop. Other vulnerabilities appear every day. And of course, there are many critical ones among them that require immediate patching. This episode will b...

7.5CVSS1.3AI score0.11963EPSS
SaveExploits1
Information Security Automation
Information Security Automation
added 2022/01/16 8:17 p.m.133 views

Microsoft Patch Tuesday January 2022

Hello everyone! This episode will be about Microsoft Patch Tuesday for January 2022. Traditionally, I will use my open source Vulristics tool for analysis. This time I didnt make any changes to how connectors work. The report generation worked correctly on the first try. python3.8 vulristics.py...

10CVSS1.7AI score0.9279EPSS
SaveExploits28
Information Security Automation
Information Security Automation
added 2021/08/16 8:56 p.m.132 views

How to get Antivirus-related Data from Microsoft Defender for Endpoint using Intune and Graph API

Hello everyone! In this episode, I would like to tell you how I tried to get automatically antivirus-related data current status, engine and signature version, last full scan date from Microsoft Defender for Endpoint using Microsoft Intune and the Graph API. Why is this necessary? You might assum...

0.2AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/09/17 5:15 p.m.131 views

Automating Opera browser with Selenium WebDriver and Python

The right way to automate a web application is, certainly, to understand how this application works, by using burp see "Burp Suite Free Edition and NTLM authentication in ASP.net applications" for example, retrieve all necessary requests and learn how to use them. However, this is sometimes so...

7.2AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2023/09/30 7:31 p.m.130 views

September 2023: VM courses, Bahasa Indonesia, Russian Podcasts, Goodbye Tinkoff, MS Patch Tuesday, Qualys TOP 20, Linux, Forrester, GigaOm, R-Vision VM

September 2023: VM courses, Bahasa Indonesia, Russian Podcasts, Goodbye Tinkoff, MS Patch Tuesday, Qualys TOP 20, Linux, Forrester, GigaOm, R-Vision VM. Hello everyone! On the last day of September, I decided to record another retrospective episode on how my Vulnerability Management month went...

9.8CVSS9.3AI score0.99999EPSS
SaveExploits360
Information Security Automation
Information Security Automation
added 2019/04/15 9:5 a.m.130 views

Why Asset Management is so important for Vulnerability Management and Infrastructure Security?

When people ask me how should they start building Vulnerability Management process in their organization well, sometimes it happens, I advice them to create an effective Asset Management process first. Because it's the foundation of the whole Infrastructure Security. The term "Asset Management" h...

0.1AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/08/15 10:32 p.m.130 views

What’s new in Gartner WAF Magic Quadrant 2017?

To tell the truth, I was not much interested in Web Application Firewall market since the time when I was doing competitive analysis in Positive Technologies. And a few days ago Gartner published a fresh WAF research with interesting Magic Quadrants. I decided to figure out what's new there. Here...

6.8AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/08/12 11:36 a.m.130 views

Carbon Blacking your sensitive data it’s what the agents normally do

But usually without such consequences. In this situation with Carbon Black, I am most interested in the actual reasons of all this media noise. From what point business as usual becomes a scandal. Ok, when you see Carbon Black customer's private files in public access at Virus Total it's a 100%...

6.5AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2023/05/27 10:39 p.m.129 views

Microsoft Patch Tuesday May 2023: Microsoft Edge, BlackLotus Secure Boot SFB, OLE RCE, Win32k EoP, NFS RCE, PGM RCE, LDAP RCE, SharePoint RCE

Microsoft Patch Tuesday May 2023: Microsoft Edge, BlackLotus Secure Boot SFB, OLE RCE, Win32k EoP, NFS RCE, PGM RCE, LDAP RCE, SharePoint RCE. Hello everyone! This episode will be about Microsoft Patch Tuesday for May 2023, including vulnerabilities that were added between April and May Patch...

9.8CVSS9.5AI score0.94683EPSS
SaveExploits11
Information Security Automation
Information Security Automation
added 2017/09/24 7:55 p.m.129 views

New National Vulnerability Database visualizations and feeds

Recently, the National Institute of Standards and Technology NIST introduced a new version of National Vulnerability Database NVD website.  I will not say that I liked this redesign: IMHO, old website with US flag was much prettier and useful: But the very fact that the site is developing, I...

6.8AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2025/01/20 3:2 p.m.127 views

I have finalized the list of trending vulnerabilities for 2024 according to Positive Technologies

I have finalized the list of trending vulnerabilities for 2024 according to Positive Technologies. Last year, 74 vulnerabilities were classified as trending to compare the scale, just over 40,000 were added to NVD in 2024. All trending vulnerabilities are found in Western commercial products and...

9.8CVSS9AI score0.99999EPSS
SaveExploits82
Information Security Automation
Information Security Automation
added 2022/06/11 12:46 a.m.127 views

PHDays 11: towards the Independence Era

Hello everyone! In this episode, I want to talk about the Positive Hack Days 11 conference, which took place on May 18 and 19 in Moscow. As usual, I want to express my personal opinion about this event. Alternative video link for Russia: As I did last year, I want to start talking about this...

6.8CVSS0.9745EPSS
SaveExploits38
Information Security Automation
Information Security Automation
added 2017/09/05 8:34 p.m.126 views

SSH, SFTP, public key authentication and python

SFTP is a simple and fairly reliable way to share the information within the organization. Let's look at the situation when you need to pick up some files from a remote host with authorization by public key. And after that, let's see how to use it with in python. Moreover, let's see how to work...

7.4AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2019/01/17 8:24 p.m.124 views

Creating Splunk Alerts using API

As I mentioned in "Accelerating Splunk Dashboards with Base Searches and Saved Searches", Splunk Reports are basically the Saved Searches. Moreover, Splunk Alerts are also the same Saved Searches with some additional parameters. The question is what parameters you need to set to get the right...

7.1AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2019/02/18 10:54 a.m.121 views

How to make Email Bot service in Python

First of all, why you may want to use such service? Despite the fact that currently there are so many different channels of communication including various messaging apps, Email is still a default and universal way to do it. Literally every enterprise service supports email notifications, even if...

7.5AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/08/28 8:31 p.m.119 views

What’s inside Vulners.com database and when were security objects updated last time

As I already wrote earlier, the main advantage of Vulners.com, in my opinion, is openness. An open system allows you to look under the hood, make sure that everything works fine and ask developers uncomfortable questions why there were no updates for a long time for some types of security objects...

6.4AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2021/07/04 3:21 p.m.116 views

Vulristics HTML Report Update: Table for Products, Table for Vuln. Types and “Prevalence”

Hi guys! I was on vacation this week. So I had time to work on my Vulristics project. For those who dont know, this is a framework for prioritizing known CVE vulnerabilities. I was mainly grooming the HTML report. I added a logo at the top, set a max width for the report, added a timestamp when t...

7AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/08/06 2:16 p.m.115 views

Dealing with cybersquatting, typosquatting and phishing

It won't be a secret to say that phishing remains one of the most effective attack vectors. For example, your colleague receives by email a malicious web link that looks like a link to your corporate portal and opens it. If your Vulnerability and Patch Management programs are not good enough see...

6.9AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/04/22 12:23 p.m.110 views

CyberCentral Summit 2018 in Prague

Almost whole last week I spent in Prague at CyberCentral conference. It was a pretty unique experience for me. I was for the first time at the International conference as a speaker. And not only I presented my report there, but lead the round table on Vulnerability Management and participated in ...

7.2AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/07/29 8:7 p.m.107 views

Sending FireEye HX data to Splunk

FireEye HX is an agent-based Endpoint Protection solution. Something like an antivirus, but focused on Advanced Persistent Threats APT. It has an appliance with GUI where you can manage the agents and see information about detected security incidents. As with any agent-based solution, it's...

7.1AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2022/11/25 8:56 p.m.105 views

Microsoft Patch Tuesday November 2022: Exchange ProxyNotShell RCE, JScript9, MoTW, OpenSSL, Edge, CNG, Print Spooler

Hello everyone! This episode will be about Microsoft Patch Tuesday for November 2022, including vulnerabilities that were added between October and November Patch Tuesdays. As usual, I use my open source Vulristics project to create the report. Alternative video link for Russia: The most importan...

7.5CVSS0.4AI score0.9997EPSS
SaveExploits23
Information Security Automation
Information Security Automation
added 2025/03/11 10:10 a.m.103 views

New episode “In the Trend of VM” (#12): 8 February CVEs & Why the Darknet Matters for VM Specialists

New episode "In the Trend of VM" 12: 8 February CVEs & Why the Darknet Matters for VM Specialists. Now with a new design and new video editing. Video on YouTube and LinkedIn Post on Habr rus Digest on the PT website Content: 00:00 Greetings 00:23 Remote Code Execution - Windows Lightweight...

9.8CVSS9.1AI score0.98259EPSS
SaveExploits34
Information Security Automation
Information Security Automation
added 2018/09/26 9:18 p.m.103 views

How to create and manage Splunk dashboards via API

In the previous post "How to correlate different events in Splunk and make dashboards" I mentioned that Splunk dashboards can be presented in a simple XML form. You can generate it with some script and then copy-past it in Splunk GUI. However, this manual operations can make the process of...

7.3AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2023/03/27 12:25 a.m.101 views

Microsoft Patch Tuesday March 2023: Outlook EoP, MOTW Bypass, Excel DoS, HTTP/3 RCE, ICMP RCE, RPC RCE

Hello everyone! This episode will be about Microsoft Patch Tuesday for March 2023, including vulnerabilities that were added between February and March Patch Tuesdays. Alternative video link for Russia: As usual, I use my open source Vulristics project to analyse and prioritize vulnerabilities. I...

7.5CVSS9.5AI score0.97408EPSS
SaveExploits19
Information Security Automation
Information Security Automation
added 2019/12/31 9:53 p.m.101 views

CISO Forum 2019: Vulnerability Management, Red Teaming and a career in Information Security abroad

Today, at the very end of 2019, I want to write about the event I attended in April. Sorry for the delay . This doesn't mean that CISO Forum 2019 was not Interesting or I had nothing to share. Not at all! In fact, it was the most inspiring event of the year, and I wanted to make a truly monumenta...

7AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2019/02/04 11:37 a.m.99 views

Open Positioner: my new project for tracking IT and security jobs

The idea of my new project is to retrieve the data from job-searching websites and provide better filtering, searching and visualization. I think for the most people who read this, searching for a job in Internet is a pretty common activity. Even if you are not going to change job right now, it...

7AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2025/05/21 1:22 p.m.98 views

May “In the Trend of VM” (#15): vulnerabilities in Microsoft Windows and the Erlang/OTP framework

May "In the Trend of VM" 15: vulnerabilities in Microsoft Windows and the Erlang/OTP framework. A traditional monthly vulnerability roundup. Post on Habr rus Digest on the PT website rus A total of 4 trending vulnerabilities: Elevation of Privilege - Windows Common Log File System Driver...

10CVSS7.6AI score0.98594EPSS
SaveExploits63
Information Security Automation
Information Security Automation
added 2023/02/26 4:37 p.m.98 views

Microsoft Patch Tuesday February 2023: Win Graphics RCE, Edge RCE, Publisher SFB, CLFS EoP, Exchange RCEs, Word RCE, HoloLens1

Hello everyone! This episode will be about Microsoft Patch Tuesday for February 2023, including vulnerabilities that were added between January and February Patch Tuesdays. Alternative video link for Russia: This month I decided to change the format a bit. Now I share my impression of Microsoft...

7.5CVSS8.9AI score0.82302EPSS
SaveExploits18
Information Security Automation
Information Security Automation
added 2023/01/10 8:7 p.m.98 views

How Debian OVAL content is structured

Hello everyone! As we saw in the last episode, the results of vulnerability detection for one host produced by two different APIs can vary greatly. Therefore, in order to find out the truth, it is necessary to understand what vulnerability data is provided by the Linux distribution vendor and how...

7.5CVSS0.9AI score0.02402EPSS
SaveExploits1
Information Security Automation
Information Security Automation
added 2018/11/29 11:50 a.m.98 views

Making Vulnerable Web-Applications: XXS, RCE, SQL Injection and Stored XSS ( + Buffer Overflow)

In this post I will write some simple vulnerable web applications in python3 and will show how to attack them. This is all for educational purposes and for complete beginners. So please don't be too hard on me. As a first step I will create a basic web-application using twisted python web server...

8AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/11/22 8:59 p.m.98 views

SOC Forum 2017: How I Learned to Stop Worrying and Love Massive Malware Attacks

Today I spoke at SOC Forum 2017 in Moscow. It was a great large-scale event about Security Operation Centers. 2,700 people registered. Lots of people in suits . And lots of my good fellows. The event was held in Radisson Royal Congress Park. There were three large halls for presentations and a hu...

6.7AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/06/09 10:33 p.m.97 views

PHDays8: Digital Bet and thousands tons of verbal ore

It's time to write about Positive Hack Days 8: Digital Bet conference, which was held May 15-16 at the Moscow World Trade Center. It was the main Russian Information Security event of the first half of 2018. More than 4 thousand people attended! More than 50 reports, master classes and round tabl...

6.9AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2017/11/18 10:16 p.m.97 views

ZeroNights 2017: back to the cyber 80s

Last Friday, 17th of November, I attended the ZeroNights 2017 conference in Moscow. And it was pretty awesome. Thanks to the organizers! Here I would like to share some of my impressions. First of all, I want to say that two main Moscow events for information security practitioners, PHDays and...

6.8AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2019/01/30 9:31 a.m.95 views

Vulnerability Life Cycle and Vulnerability Disclosures

Vulnerability Life Cycle diagram shows possible states of the vulnerability. In a previous post I suggested to treat vulnerabilities as bugs. Every known vulnerability, as same as every bug, was implemented by some software developer at some moment of time and was fixed at some moment of time...

7AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/06/14 8:20 p.m.93 views

Qualys Security Conference Virtual 2018. New Agents, Patch Management and Free Services

Today I attended a very interesting online event - Qualys Security Conference Virtual 2018. It consisted of 11 webinars, began at 18:00 and will end at 03:45 Moscow time. Not the most convenient timing for Russia, but it was worth it. Last time I was at offline QSC event in 2016, so for me it was...

7.5AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2024/10/30 10:51 a.m.91 views

What is known about the Spoofing – Windows MSHTML Platform (CVE-2024-43573) vulnerability from the October Microsoft Patch Tuesday?

What is known about the Spoofing - Windows MSHTML Platform CVE-2024-43573 vulnerability from the October Microsoft Patch Tuesday? In fact, just that it is being exploited in the wild. There are no write-ups or public exploits yet. The Acknowledgements section in the Microsoft bulletin is empty. I...

8.1CVSS7AI score0.84225EPSS
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/07/19 3:13 p.m.91 views

How to correlate different events in Splunk and make dashboards

Recently I've spent some time dealing with Splunk. Despite the fact that I have already done various Splunk searches before, for example in "Tracking software versions using Nessus and Splunk", the correlation of different events in Splunk seems to be a very different task. And there not so many...

7.1AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2018/10/21 5:51 p.m.89 views

Accelerating Splunk Dashboards with Base Searches and Saved Searches

Let's say we have a Splunk dashboard with multiple panels. Each panel has its own search request and all of these requests work independently and simultaneously. If they are complex enough, rendering the dashboard may take quite a long time and some panels may even fall by timeout. How to avoid...

7.5AI score
SaveExploits0
Information Security Automation
Information Security Automation
added 2024/10/31 11:50 a.m.88 views

About Remote Code Execution – XWiki Platform (CVE-2024-31982) vulnerability

About Remote Code Execution - XWiki Platform CVE-2024-31982 vulnerability. XWiki is a free open-source wiki platform. Its main feature is simplified extensibility. XWiki is often used in corporate environments as a replacement for commercial Wiki solutions such as Atlassian Confluence. A...

10CVSS8.2AI score0.3428EPSS
SaveExploits4
Total number of security vulnerabilities397