summaryrefslogtreecommitdiff
path: root/demo3/maat_json.json
blob: b6f140c583b3e247c63df9d40fb95fb13f512bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "compile_table": "COMPILE_DEFAULT",
    "group2compile_table": "GROUP2COMPILE_DEFAULT",
    "group2group_table": "GROUP2GROUP",
    "rules": [
        {
            "compile_id": 123,
            "service": 1,
            "action": 1,
            "do_blacklist": 1,
            "do_log": 1,
            "user_region": "escaped\\bdata:have\\ba\\bspace\\band\\ba\\b\\&\\bsymbol.",
            "is_valid": "yes",
            "groups": [
                {
                    "group_name": "ASN1234",
                    "group_id": 1,
                    "regions": [
                        {
                            "table_name": "AS_NUMBER",
                            "table_type": "expr",
                            "table_content": {
                                "keywords": "AS1234",
                                "expr_type": "none",
                                "match_method": "exact",
                                "format": "uncase plain"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}