Joe P
Joe P
Adding my name to this too, one item we are seeing slow performance on is using the `/attributes/restSearch` endpoint to find attributes with specified tags (event or attribute tags), in...
These are the initial steps I've taken, based on the search criteria of our RPZ export, I'm also going to look to get slow query logging enabled, including the searches...
It appears PyMISP doesn't support `datetime` objects for this field as the documentation suggest. 0 Results ```python3 UnpublishTo = datetime.now() - timedelta(days=365*3) MISP = PyMISP(URL, AuthKey) OldEvents = MISP.search(date_to=UnpublishTo) ```...
`date_from` is not useful for my requirements unfortunately, however the `.strftime("%F")` solved the issue for me.
@Tyrell20 if you want to clear some of the diagnostic page errors, see #33
I think that's be a really useful addition, I often point people to MISP-RPM for an easy way to install and maintain MISP. I've got a list somewhere with a...
httpd_use_gpg 1 audit.log: ``` type=AVC msg=audit(1652632401.302:992): avc: denied { search } for pid=6997 comm="gpg" name="sss" dev="dm-0" ino=67529013 scontext=system_u:system_r:gpg_web_t:s0 tcontext=system_u:object_r:sssd_var_lib_t:s0 tclass=dir permissive=0 type=SYSCALL msg=audit(1652632401.302:992): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=560b11d48780 a2=80000...
I've just tried the "correct" context for gpg files, with the httpd_use_gpg bool, but now test.php complains that hte directory is not writable. ```bash sudo chcon -R -t gpg_secret_t /var/www/MISP/.gnupg/...
I'll give that a go, I only put it in there as that is the direcotry the MISP install guide for RHEL8 uses. I'll update once I've had a chance...
We were discussing how useful this would be yesterday; we have our own taxonomy and would like to mandate certain predicates form it for all our events before they can...