Skip to content

Commit 2b62afb

Browse files
Samirbousw0rk3r
andauthored
Update rules/windows/discovery_host_public_ip_address_lookup.toml
Co-authored-by: Jonhnathan <[email protected]>
1 parent ee823b6 commit 2b62afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/discovery_host_public_ip_address_lookup.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ network where host.os.type == "windows" and dns.question.name != null and
8080
8181
?process.code_signature.exists == false or ?process.code_signature.trusted == false or
8282
83-
?process.code_signature.subject_name in ("AUTOIT CONSULTING LTD", "AutoIt Consulting Ltd", "OpenJS Foundation", "Python Software Foundation") or
83+
?process.code_signature.subject_name : ("AutoIt Consulting Ltd", "OpenJS Foundation", "Python Software Foundation") or
8484
8585
?process.executable : ("?:\\Users\\*.exe", "", "?:\\ProgramData\\*.exe", "?\\Device\\HarddiskVolume?\\Users\\*.exe", "?\\Device\\HarddiskVolume?\\ProgramData\\*.exe")
8686
) and

0 commit comments

Comments
 (0)