You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to have a bug when building the returned JSON from Onyphe Threats.
JSON returned :
{
"artifacts": [
{
"data": "0.009", --> not a domain but time taken by analyzer
"attributes": {
"dataType": "domain"
}
},
{
"data": "x.x.x.x", --> corresponding to my public ip used to request Onyphe
"attributes": {
"dataType": "ip"
}
},
],
The result should be empty for 8.8.8.8
However the "full" report JSON object is correct.
Steps to Reproduce
Start a new job via Cortex Web Interface on Onyphe_Threats_1 for ip 8.8.8.8
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Description
Onyphe_Threats_1_0 on ip 8.8.8.8
It seems to have a bug when building the returned JSON from Onyphe Threats.
JSON returned :
{
"artifacts": [
{
"data": "0.009", --> not a domain but time taken by analyzer
"attributes": {
"dataType": "domain"
}
},
{
"data": "x.x.x.x", --> corresponding to my public ip used to request Onyphe
"attributes": {
"dataType": "ip"
}
},
],
The result should be empty for 8.8.8.8
However the "full" report JSON object is correct.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: