1 Star 0 Fork 0

xmasker/Knowledge Graph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
3.txt 3.65 KB
一键复制 编辑 原始数据 按行查看 历史
xmasker 提交于 2023-08-30 21:49 . 修改
以上是数据是neo4j的关系,表示源节点到目的节点的连接关系,关系属性分别表示连接开始时间、目的端口、入包大小、出包大小。根据以上信息判断源节点的访问习惯,譬如经常访问哪个目的节点?
(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:10',dst_port:'443',in_packet_bytes:'4651',out_packet_bytes:'1727'}]->(_88)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'443',in_packet_bytes:'4271',out_packet_bytes:'2025'}]->(_20)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:12',dst_port:'80',in_packet_bytes:'3328',out_packet_bytes:'3009'}]->(_20)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:10',dst_port:'80',in_packet_bytes:'8643',out_packet_bytes:'1216'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'443',in_packet_bytes:'10642',out_packet_bytes:'1958'}]->(_90)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:12',dst_port:'443',in_packet_bytes:'96301',out_packet_bytes:'2345'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:07',dst_port:'80',in_packet_bytes:'140',out_packet_bytes:'272'}]->(_17)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'80',in_packet_bytes:'1599',out_packet_bytes:'651'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:12',dst_port:'443',in_packet_bytes:'5400',out_packet_bytes:'1333'}]->(_103)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'20300',in_packet_bytes:'0',out_packet_bytes:'222'}]->(_92)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:16',dst_port:'80',in_packet_bytes:'6370',out_packet_bytes:'7840'}]->(_9)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:12',dst_port:'80',in_packet_bytes:'3009',out_packet_bytes:'3328'}]->(_20)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'80',in_packet_bytes:'140',out_packet_bytes:'272'}]->(_17)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'443',in_packet_bytes:'1971',out_packet_bytes:'4271'}]->(_20)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:12',dst_port:'443',in_packet_bytes:'1049',out_packet_bytes:'5032'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:16',dst_port:'443',in_packet_bytes:'5767',out_packet_bytes:'2147'}]->(_97)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:18',dst_port:'443',in_packet_bytes:'2453',out_packet_bytes:'96301'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'80',in_packet_bytes:'651',out_packet_bytes:'1599'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:18',dst_port:'80',in_packet_bytes:'120',out_packet_bytes:'236'}]->(_99)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'80',in_packet_bytes:'651',out_packet_bytes:'1599'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:16',dst_port:'514',in_packet_bytes:'0',out_packet_bytes:'1683495'}]->(_120)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:18',dst_port:'443',in_packet_bytes:'96301',out_packet_bytes:'2453'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:20',dst_port:'123',in_packet_bytes:'0',out_packet_bytes:'90'}]->(_102)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:14',dst_port:'80',in_packet_bytes:'1599',out_packet_bytes:'651'}]->(_4)(_60)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:22',dst_port:'80',in_packet_bytes:'140',out_packet_bytes:'272'}]->(_6)(_104)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:30',dst_port:'389',in_packet_bytes:'12012',out_packet_bytes:'7234'}]->(_20)(_104)-[:CONNECTS_TO{conn_time:'2023-07-1000:00:30',dst_port:'389',in_packet_bytes:'7234',out_packet_bytes:'12012'}]->(_20)以上是数据是neo4j的关系,表示源节点到目的节点的连接关系,关系属性分别表示连接开始时间、目的端口、入包大小、出包大小。根据以上信息判断访问时间上都有哪些分布?
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xmasker/knowledge-graph.git
git@gitee.com:xmasker/knowledge-graph.git
xmasker
knowledge-graph
Knowledge Graph
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385