当前位置:网站首页>事件4624是登录成功!?!真的如此吗?
事件4624是登录成功!?!真的如此吗?
2022-07-15 18:09:00 【Sumarua】
1.概述
1.1 案例
先来看两张图:
看到这两张图的第一印象应该是这是一个成功的登陆,其类型为3,代表网络登陆,4624表示成功登陆,可能大部分人都是如此认为。
那么实际上呢?这里面是存在一定歧义的,今天给大家同步一下这里面的详细细节。
1.2 原理
当用户使用SMB 协议连接时,在提示用户输入密码之前,其会使用anonymous用户(也就是匿名用户)进行 SMB 网络连接,一旦网络将被记录为成功连接。其有以下几个条件会导致产生这条日志:
登陆用户为anonymous
登录进程为NTLMssp
使用协议为NTLM V1
登陆协议为SMB
2. 测试
2.1 SMB连接失败情况
2.1.1 找不到网络名/拒绝访问
直接使用net use发起一个针对不存在的aaa$的连接,会报错找不到网络名,使用net use也可以看到其连接并没有成功:
但是我们来看看日志,可以看到其产生了一条4624类型3的成功登陆的日志,这个仅仅表示使用anonymouse用户成功登录网络
使用正确的目录路径,但不输入用户会报错拒绝访问,该状态同样会导致一个匿名用户的登录成功 类型3

2.1.2 用户名或密码不正确
使用不正确的账密登录时,会报错用户名或密码不正确。
这种情况在日志中就不会出现匿名登录登录成功日志,而是直接显示4625日志,当然也显示了登录的用户名。

2.2 SMB登录成功
如果使用正确的账密进行登录的话在日志中的表现是如何呢?
除类型3的登录成功以外,还会有4776(验证凭据)和4672(登录权限分配)的事件

3. 总结
当攻击者使用SMB进行连接时,若访问路径不存在或账号不存在时将产生anonymous用户(匿名用户)的登录类型3的4624日志,并非代表机器失已经被登录。
边栏推荐
- LDAP introduction
- Qt(十三)QChart绘制折线图
- Data transmission: Practice of batch extraction of isomorphic and heterogeneous IP data sources
- 數百億數據壓縮至 600GB,TDengine 落地協鑫能科移動能源平臺
- GET 请求和 POST 请求的区别和使用
- 在 SQL Server 中查找活动的 SQL 连接
- Solutions to SSL and time zone errors when using JDBC to operate the database
- The physical meaning of Fourier transform
- Handwriting recognition in MATLAB deep learning practice (including detailed notes)
- C# Channel 简单实现消息队列的发布、订阅
猜你喜欢
![[detailed tutorial] a thorough article on mongodb aggregation query](/img/31/e0b7267edd4026ddb73773c9e1bbd0.png)
[detailed tutorial] a thorough article on mongodb aggregation query

Li Mu hands on deep learning V2 target detection SSD

VxWorks environment construction and learning

406 · rebuild the queue according to height · greed

Torch in pytoch Max() function analysis

SAP ABAP 系统进行数据库表查询的几种常用方法的试读版

Opengauss cooperates with industry innovation to build a root community of open source databases

Unity iotar augmented reality tutorial

【0基础运筹学】【超详细】列生成(Column Generation)

i. Mx6ull driver development | 30 - use EC20 4G network card (migrate gobinet driver)
随机推荐
Software architecture and design (VIII) -- distributed architecture
Meituan side: why does thread crash not cause JVM crash?
One question per day · 1252 Number of odd cells · simulation optimization
745. Prefix and suffix search
Torch in pytoch Repeat() function parsing
Des dizaines de milliards de données compressées à 600 go, tdengine est installé sur la plateforme mobile d'énergie de GCL
Matlab: build neural network
If the scheduled task is based on the framework
浩辰CAD建筑版 2022软件安装包下载及安装教程
数百亿数据压缩至 600GB,TDengine 落地协鑫能科移动能源平台
Qt(五)元对象特性
Windows10重置MySQL用户密码
Broadcast mechanism in pytoch
Swift 自定义Subscript
C语言:数的阶乘递归实现
Go1.18升级功能 - 模糊测试Fuzz | 从零开始Go语言
(zero six) flask is OK if you have hands - configure static files
Connecting with enterprise wechat, customer relationship management can also be very simple!
Umask calculates the default permissions for creating files and directories
R语言使用reshape2包的melt函数进行dataframe变形将dataframe数据从宽表变换为长表、dcast函数把melt函数处理后的数据、基于一个自定义公式(formula)从长表到宽表