Question
stringlengths 23
89
| Answer
stringlengths 85
170
|
---|---|
Locate MISP records involving the domain 'suspicious3.net'. | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "suspicious3.net"
}
``` |
Locate MISP records involving the domain 'suspicious4.net'. | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "suspicious4.net"
}
``` |
Locate MISP records involving the domain 'suspicious5.net'. | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "suspicious5.net"
}
``` |
Are there MISP events linked to the hash 'deadbeef123456781'? | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "deadbeef123456781"
}
``` |
Are there MISP events linked to the hash 'deadbeef123456782'? | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "deadbeef123456782"
}
``` |
Are there MISP events linked to the hash 'deadbeef123456783'? | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "deadbeef123456783"
}
``` |
Are there MISP events linked to the hash 'deadbeef123456784'? | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "deadbeef123456784"
}
``` |
Are there MISP events linked to the hash 'deadbeef123456785'? | ```json
{
"action": "MISP search Tool by keyword",
"action_input": "deadbeef123456785"
}
``` |
Search for any CVEs mentioning 'zero-day exploit' from 2022 . | ```json
{
"action": "CVE search Tool",
"action_input": {
"keyword": "zero-day exploit",
"date": "2022 "
}
}
``` |
Show me the latest CVEs affecting 'Linux kernel' . | ```json
{
"action": "Get latest CVEs, today's CVEs Tool",
"action_input": "Linux kernel "
}
``` |
Provide details on MISP event with ID '4001'. | ```json
{
"action": "MISP search Tool by event_id",
"action_input": "4001"
}
``` |
Provide details on MISP event with ID '4002'. | ```json
{
"action": "MISP search Tool by event_id",
"action_input": "4002"
}
``` |
Provide details on MISP event with ID '4003'. | ```json
{
"action": "MISP search Tool by event_id",
"action_input": "4003"
}
``` |
Provide details on MISP event with ID '4004'. | ```json
{
"action": "MISP search Tool by event_id",
"action_input": "4004"
}
``` |
Provide details on MISP event with ID '4005'. | ```json
{
"action": "MISP search Tool by event_id",
"action_input": "4005"
}
``` |