Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The choice of action in the function get_active_actions_statements(lines) #14

Open
zlsfe opened this issue Apr 29, 2022 · 3 comments

Comments

@zlsfe
Copy link

zlsfe commented Apr 29, 2022

Hi,
May I ask why the choice of action in the function get_active_actions_statements(lines)is "write" or "connect". The question has bothered me for a long time.
Thanks!

@DieselDX
Copy link

DieselDX commented Dec 2, 2022

抱歉打扰了,我想问一下,您在复现Atlas时候,在运行graph_reader.py时,有出现无法解析IPv6数据的情况吗?对应的数据是下面这种的。
connection_fe80::fd1b:d78f:dab1:8114_ff02::1:3 -> "c:/windows/system32/svchost.exe_1180" [key=0, capacity="1.0", label=connect_26519816, type=connect, timestamp=26519816, sip=fe80::fd1b:d78f:dab1:8114, sport=61605, dip=ff02::1:3,

@Win7ery
Copy link

Win7ery commented Mar 13, 2024

抱歉打扰了,我想问一下,您在复现Atlas时候,在运行graph_reader.py时,有出现无法解析IPv6数据的情况吗?对应的数据是下面这种的。 connection_fe80::fd1b:d78f:dab1:8114_ff02::1:3 -> "c:/windows/system32/svchost.exe_1180" [key=0, capacity="1.0", label=connect_26519816, type=connect, timestamp=26519816, sip=fe80::fd1b:d78f:dab1:8114, sport=61605, dip=ff02::1:3,

你好,我复现时也遇见了类似的问题,您最终是如何解决这个问题的呢?(问题如下)
Hello, I also encountered a similar problem when I reproduced, how did you finally solve this problem? (Question below)
connection_fe80::fd1b:d78f:dab1:8114_ff02::1:2 -> "c:/windows/system32/svchost.exe_836" [capacity="1.0", dip=ff02::1:2, dport=547, key=0, label=connect_26519780, sip=fe80::fd1b:d78f:dab1:8114, sport=546, timestamp=26519780, type=connect];
^
Expected "}" (at char 510263), (line:3318, col:16)
Traceback (most recent call last):
File ".\graph_reader.py", line 29, in
G = read_dot(path)

@026plan
Copy link

026plan commented Mar 16, 2024

抱歉打扰了,我想问一下,您在复现Atlas时候,在运行graph_reader.py时,有出现无法解析IPv6数据的情况吗?对应的数据是下面这种的。 connection_fe80::fd1b:d78f:dab1:8114_ff02::1:3 -> "c:/windows/system32/svchost.exe_1180" [key=0, capacity="1.0", label=connect_26519816, type=connect, timestamp=26519816, sip=fe80::fd1b:d78f:dab1:8114, sport=61605, dip=ff02::1:3,

你好,我复现时也遇见了类似的问题,您最终是如何解决这个问题的呢?(问题如下) Hello, I also encountered a similar problem when I reproduced, how did you finally solve this problem? (Question below) connection_fe80::fd1b:d78f:dab1:8114_ff02::1:2 -> "c:/windows/system32/svchost.exe_836" [capacity="1.0", dip=ff02::1:2, dport=547, key=0, label=connect_26519780, sip=fe80::fd1b:d78f:dab1:8114, sport=546, timestamp=26519780, type=connect]; ^ Expected "}" (at char 510263), (line:3318, col:16) Traceback (most recent call last): File ".\graph_reader.py", line 29, in G = read_dot(path)

你好,我在复现atlas时,运行graph_reader.py时,出现了因为IPv6地址中的冒号导致的报错问题。希望可以一起讨论一下复现ATLAS的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants