Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
DSATP_AI_cybersecurity_agent
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c19c237
DSATP_AI_cybersecurity_agent
/
dsatp
/
rules.yar
Rithvickkr
DSATP integration embedded for Hugging Face Spaces2
edbf821
about 1 month ago
raw
Copy download link
history
blame
Safe
169 Bytes
rule IoTMalware {
strings:
$mirai =
"mirai"
nocase
$botnet =
"botnet"
nocase
$exploit =
"exploit"
nocase
condition
:
any of them
}