diff --git a/profile/endpoints/endpoint-domain.go b/profile/endpoints/endpoint-domain.go index fbd0dcf9..3cc3450f 100644 --- a/profile/endpoints/endpoint-domain.go +++ b/profile/endpoints/endpoint-domain.go @@ -31,7 +31,7 @@ type EndpointDomain struct { } func (ep *EndpointDomain) check(entity *intel.Entity, domain string) (EPResult, Reason) { - result, reason := ep.match(ep, entity, ep.Domain, "domain matches") + result, reason := ep.match(ep, entity, ep.OriginalValue, "domain matches") switch ep.MatchType { case domainMatchTypeExact: