mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Retext block reason in domain heuristics
This commit is contained in:
parent
3b896ee892
commit
c229031521
1 changed files with 2 additions and 2 deletions
|
@ -315,7 +315,7 @@ func checkDomainHeuristics(ctx context.Context, conn *network.Connection, _ pack
|
|||
domainToCheck,
|
||||
score,
|
||||
)
|
||||
conn.Block("Possible data tunnel")
|
||||
conn.Block("possible DGA domain commonly used by malware")
|
||||
return true
|
||||
}
|
||||
log.Tracer(ctx).Infof("LMS score of eTLD+1 %s is %.2f", etld1, score)
|
||||
|
@ -335,7 +335,7 @@ func checkDomainHeuristics(ctx context.Context, conn *network.Connection, _ pack
|
|||
domainToCheck,
|
||||
score,
|
||||
)
|
||||
conn.Block("Possible data tunnel")
|
||||
conn.Block("possible data tunnel for covert communication and protection bypassing")
|
||||
return true
|
||||
}
|
||||
log.Tracer(ctx).Infof("LMS score of entire domain is %.2f", score)
|
||||
|
|
Loading…
Add table
Reference in a new issue