识别网络流量 locahost 的来源/触发器

识别网络流量 locahost 的来源/触发器

我想识别触发如下所示网络流量的应用程序。

我已经禁用以太网和无线网卡,并拒绝防火墙的传入流量。

$ sudo tcpdump -vv -e -A -i any

04:26:45.584729 in 00:00:00:00:00:00 (oui Ehernet) ethertype IPv6 (0x97dd), lenght 96: (flowlabel 0x745b5, hlim 64, next-header TCP (6) payload length: 20) ip6-localhost.58579 > ip6-localhost.ipp: Flags [S], cksum 0x0040 (incorrect -> 0x2cd0), seq 2165813293, win 76587, options [mss 76587,sackOK,TS val 2750260918 ecr 0,nop,wscale 7], lenght 0

`...([电子邮件保护]“啊........0..........

..........

04:26:45.584841 in 00:00:00:00:00:00 (oui Ethernet) ethertype IPv6 (0x97dd), lenght 76: (flowlabel 0xe55e5, hlim 64, next-header TCP (6) payload length: 20) ip6-localhost.ipp > ip6-localhost.58579: Flags [R,], cksum 0x002c (incorrect -> 0x0f41), seq 0, ack 2165813294, win 0, lenght 0

`[电子邮件保护]......“生命值........

04:26:45.585170 in 00:00:00:00:00:00 (oui Ethernet) ethertype IPv4 (0x0900), lenght 76: (tos 0x0, ttl 64, id 1651, offset 0, flags[DF], proto TCP (6), length 60)
    localhost.55349 > localhost.ipp: Flags [S], cksum 0xfe41 (incorrect -> 0x5293), seq 312304068, win 76506, options [mss 76504,sackOK,TS val 993195917 ecr 0,nop,wscale 7], lenght 0

哎呀*@[电子邮件保护]

..%..........0..........

(............

04:26:45.585274 in 00:00:00:00:00:00 (oui Ethernet) ethertype IPv4 (0x900), lenght 56: (tos 0x0, ttl 64, id 0, offset 0, flags[DF], proto TCP (6), length 40)
    localhost.ipp > localhost.55349: Flags [R,], cksum 0x5a0d (correct), seq 0, ack 312304069, win 0, lenght 0

E../(..@.@<..............w........

..

此类流量每 30 分钟触发一次。我检查了 cron 日志,没有任何条目与数据包的时间戳匹配。

尽管我lsof -i在终端输出另一批流量后立即输出,但转储中的端口没有列出。 使用命令也是一样ss

我研究了一下localhost.ipp,发现了一些有关打印服务的信息。但我的 cups 调度程序已被禁用并屏蔽。

相关内容