mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-11-02 05:03:42 +00:00
Update README.md
Update threat feed example output to show 'observations' count rather than 'threat_score'. The threat score feature was replaced with observation count in a previous change.
This commit is contained in:
12
README.md
12
README.md
@@ -228,15 +228,15 @@ $ curl http://threatfeed.example.com:9000/json
|
|||||||
"threat_feed": [
|
"threat_feed": [
|
||||||
{
|
{
|
||||||
"ip": "10.32.16.110",
|
"ip": "10.32.16.110",
|
||||||
"added": "2024-11-12T16:18:36-08:00",
|
"added": "2025-02-12T16:18:36-08:00",
|
||||||
"last_seen": "2024-11-15T04:27:59-08:00",
|
"last_seen": "2025-03-15T04:27:59-08:00",
|
||||||
"threat_score": 27
|
"observations": 27
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ip": "192.168.2.21",
|
"ip": "192.168.2.21",
|
||||||
"added": "2024-11-14T23:09:11-08:00",
|
"added": "2025-04-02T23:09:11-08:00",
|
||||||
"last_seen": "2024-11-17T00:40:51-08:00",
|
"last_seen": "2025-04-08T00:40:51-08:00",
|
||||||
"threat_score": 51
|
"observations": 51
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user