Hey there,
Now, what got the domain uploaded to SecOps was to use a different structure. Instead of this:
"entity": {
"hostname": "test.com"
}
I've added the domain in a domain object while keeping the original hostname key (although this doesn't seem to change anything, the domain object is enough):
"entity": {
"domain": {
"name": "test.com"
},
"hostname": "test.com"
}
Now I can find test.com using a raw log search and see it being matched in the "Alerts & IOC" page. The real issue here is that our test rule (on which will be based all our production rules awaiting to be deployed ASAP) doesn't match any log.
I've already made sure that our rule is correct and all credentials have the right permissions. I'm sure we're talking about an issue related to the event structure but don't know which way to turn.
Would anyone be so kind to give me a hint on this? Your help would be greatly appreciated.